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

To use Oracle's JVM debugging protocol, you need to change the JVM that Oracle9i Application Server (9iAS) uses, modify the parameters you send to the JVM, 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 ApJServAction entry

Adding servlet init parameters

Setting the CLASSPATH

  1. In jserv.properties, set wrapper.classpath to:
  2. wrapper.classpath=C:\Oracle\iAS\Apache\jdk\lib\tools.jar
    wrapper.classpath=C:\Oracle\iAS\Apache\Jsdk\lib\jsdk.jar
    wrapper.classpath=C:\Oracle\iAS\Apache\Jsdk\lib\ojsp.jar
    wrapper.classpath=C:\Oracle\iAS\Apache\Jsdk\lib\servlet.jar
    wrapper.classpath=C:\Oracle\iAS\Apache\Jsdk\lib\ojc.jar
    
  3. Make sure that the location of ApacheJServ.jar is specified:
  4. wrapper.classpath=C:\Oracle\iAS\Apache\Jserv\ApacheJServ.jar
    

 


Related Topics:
Configuring Oracle9i Application Server for Remote Debugging a JSP
Using JPDA with Oracle9i Application Server for JSP Debugging