Programmer's Guide to Servlets in Enterprise Server 4.0
Table of Contents | Previous | Next | Index

Programmer's Guide to Servlets in Enterprise Server 4.0


Appendix E
Remote Servlet Debugging

Enterprise Server 4.0 ships with the Java Runtime Environment (JRE), not the Java Development Kit (JDK). However, during installation you can select an option that tells the server to use the JDK if it is installed elsewhere on your system.

If the server has been instructed to use a JDK, you can do remote servlet debugging. If the server is using the JRE, you need to switch it to using the JDK before you can do remote debugging. For information on instructing the server to use the JDK or the JRE, see the section "Configuring JRE/JDK Paths" in Chapter 1, "Using Servlets and JavaServerPages."

Assuming that the server is using the JDK, you can enable remote debugging by following these steps:

jvm.enableDebug=1
java.compiler=DISABLED
You should be able to debug your Java classes now.


Table of Contents | Previous | Next | Index

Last Updated: 08/12/99 12:39:32

Copyright © 1999 Netscape Communications Corp. All rights reserved.