Using JPDA with Oracle9i Application Server for JSP Debugging

To use JPDA debugging protocol, you'll need to modify the parameters you send to the JVM, tell the server how to find the JDPA library, and modify the CLASSPATH for Oracle9i Application Server (9iAS).

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

Setting parameters

Adding the JPDA library

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 Oracle's JVM with Oracle9i Application Server for JSP Debugging

External Links:
Sun VM Invocation Options