Thursday, May 5, 2011

Running Two WLS Domains with Pointbase

I hope this guy's blog lasts forever so I don't have to manually write the steps to run two WLS domains using Pointbase on the same machine: http://www.jroller.com/gmazza/entry/reconfiguring_pointbase_databases_on_weblogic.

You would think that you could plan ahead and simply change the values for DBMS and Port on the Configure JDBC Data Sources screen, but the "wizard" still spits out config files using the default 9093 port for Pointbase.

My alternative approach is to search for .cmd, .properties, and .xml files containing "9093" and change it to "9094" for the second domain. Not as step-by-stepish, but easy to remember :)

No comments:

Post a Comment