Deploying and Managing Web Services Using JDeveloper and External Oracle Application Server
There is a good tutorial at Oracle
tutorial site (http://www.oracle.com/technology/obe/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingws.htm)
entitled i??Developing, Deploying and Managing Web Services Using
JDeveloper and
Oracle Application Serveri??. I spent quite some time to deploy the Web
Service
to External Oracle Application Server instead of Standalone OC4J
Server.

When come to the
Deploying and Testing Web Service, step 1.
I
choose new connection. I am using Oracle Application Server 10.1.3 so I
choose
that.

Step 2 is to type in the Application Server user name and
password. Step 3, this is the tricky part, type in your Host Name and
OC4J
Instance Name.

Leti??s look at the Starting Oracle Application Server
window.

By looking at the Starting
Oracle Application Server window,
many of the developers out there will enter soaxp.demo as the OC4J
Instance
Name but that cause me more than 1 hour
nightmare.
Control, i??homei?? that
is the name you need to put inside the OC4J Instance Name
field.

At last, test the connection to the
server.

This is how the
developer can deploy the Web Service to
external Oracle Application Server instead of just Standalone OC4J
Server.