magnus.conf to make sure that the MaxProcs parameter is not set to a value greater than 1. If you do not see a setting for MaxProcs in magnus.conf, the default value of 1 is enabled for it. For more information about single process mode versus multi-process mode, see Chapter 7, "Configuring Server Preferences," in the iPlanet Web Server Administrator's Guide.jvm12.conf as appropriate:
jvm.enableDebug=1
java.compiler=NONE/java, you set it as:
jvm.option=-Xbootclasspath:/java/lib/tools.jar:/java/jre/lib/rt.jar
jdb -host your_host -password the_passwordjdb command.
http://jakarta.apache.org/
iPlanet Web Server 4.1 uses a native servlet engine, but uses the Jasper JSP compiler for compiling a JSP page into a servlet. Jasper and iPlanet Web Server 4.1 are not tightly integrated, so you might need to edit the JVM Classpath (in the Configure JVM Attributes page of the Server Manager or in the jvm12.conf file) when deploying JSPs using Tag Libraries, beans, and so on.
For information about how to enable JSPs, see "Activating Servlets and JSP." You can debug your JSPs by following these steps:
magnus.conf to make sure that the MaxProcs parameter is not set to a value greater than 1. If you do not see a setting for MaxProcs in magnus.conf, the default value of 1 is enabled for it. For more information about single process mode versus multi-process mode, see Chapter 7, "Configuring Server Preferences," in the iPlanet Web Server Administrator's Guide.jvm12.conf as appropriate:
java.compiler=NONE
jvm.trace=6
nes.jsp.enabledebug=1Settingjava.compiler=NONEincludes line numbers of the Java source code in the verbose output of the log files. Settingjvm.trace=6enables verbose output from the JSP compiler and the servlet engine. Settingnes.jsp.enabledebug=1makes iPlanet Web Server 4.1 generate debuggable Java servlets from the JSPs.
Last Updated: 02/25/00 16:19:14
© Copyright © 2000 Sun Microsystems, Inc. Some preexisting portions Copyright © 2000 Netscape Communications Corp. All rights reserved.