Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deploying multiple apex.war for multi-application mod_plsql migration

nickpMar 10 2011 — edited Mar 12 2011
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2011
Added on Mar 10 2011
5 comments
538 views