broadleaf & Oracle WebLogic server 10.3.6
Posted: Mon Jan 28, 2013 8:20 am
by tqumhieh
Can someone please help on how to install on Oracle WebLogic server 10.3.6?
Re: broadleaf & Oracle WebLogic server 10.3.6
Posted: Mon Jan 28, 2013 12:08 pm
by phillipuniverse
What happens when you just try to deploy the war?
One problem you might run into is Broadleaf uses JNDI lookup to find the database connections. Examples of this are in jetty-env.xml (used for starting up Jetty for local development) and in context.xml (local Tomcat definitions), both in the DemoSite project. The JNDI lookups that Broadleaf is expecting are 'webDS' 'webSecureDS' and 'webStorageDS'.