Using Oracle's JVM with Oracle9i Application Server for Servlet Debugging

To use Oracle's JVM debugging protocol, you'll need to change the JVM that Oracle9i Application Server (9iAS) uses, modify the parameters you send to the JVM, change the ApJServerAction entry, add servlet init parameters, and modify the CLASSPATH for Apache JServ.

These changes must be made on the computer that is hosting 9iAS. You will need administrator or root permission to make these changes.

Changing the JVM

Setting parameters

Changing the ApJServerAction entry

Adding servlet init parameters

Setting the CLASSPATH

  1. In jserv.properties, set wrapper.classpath to include the following JDeveloper archives:
    wrapper.classpath=C:\Program Files\Oracle\JDeveloper 3.2\jswdk-1.0\lib\servlet.jar
    wrapper.classpath=C:\Program Files\Oracle\JDeveloper 3.2\lib\jdeveloper.zip
    wrapper.classpath=C:\Program Files\Oracle\JDeveloper 3.2\lib\ojsp.jar
  2. Make sure that the location of ApacheJServ.jar is specified:
    wrapper.classpath=C:\Program Files\Apache\JServ\ApacheJServ.jar
  3. Comment out the location of jsdk.jar:
    #wrapper.classpath=C:\jsdk2.0\lib\jsdk.jar

Related Topics:
Configuring Oracle9i Application Server for Remote Debugging Servlets
Using JPDA with Oracle9i Application Server for Servlet Debugging