Deploying multiple apex.war for multi-application mod_plsql migration
nickpMar 10 2011 — edited Mar 12 2011Hi everyone.
I've just spotted that the latest release includes Flexible Parameter Passing so thought I'd try migrating a few applications.
I understand that to replicate multiple DADs, the approach is to deploy the apex.war file multiple times in Glassfish to create multiple listeners - each with a different context path. Is that correct?
I'm finding that the first deployment works fine - I go to:
http://localhost:8080/apex/listenerAdmin
and I can configure the database connection and start page (soipmi_live.hello_world).
However, when trying to configure the second deployment:
http://localhost:8080/sopmi/listenerAdmin
I get a page that looks like no CSS files or other resources have been loaded - all the admin tabs are displayed on the same page. After trying to complete the form anyway and clicking "Save" - the form values don't appear to be retained when going back to the same page.
What else should I be doing to deploy multiple listeners?
Thanks for any help.