--
Hi:
I am trying to run Intuitive's Java Profiler, OptimizeIt on an RH 5.2
system with Apache 1.3.6 and Jserv 1.0 Final. Prior to trying to run
the profiler, I had a working JServ environment with no problems.
The OptimizeIt people need to wrap the starter class of the servlet
engine with their own. It should generate a command line that looks
like this:
For the Unix version and JDK 1.1:
$JAVA_HOME/bin/java -Djava.compiler=NONE -noclassgc -classpath
'$JAVA_HOME%/lib/classes.zip:$OPTIT_HOME/lib/classes.zip:$JSDK_HOME/lib/jsdk.jar'
intuitive.audit.Audit -pause -dllpath '$OPTIT_HOME/lib'
sun.servlet.http.HttpServer -d ../examples
I have tried changing my servlets.properties files in the following way:
wrapper.bin.parameters=-noclassgc -Djava.compiler=NONE
wrapper.class=intuitive.audit.Audit
wrapper.class=org.apache.jserv.JServ
wrapper.class.parameters=-dllpath "/home/mamster/OptimizeItDemo/lib"
-pause org.apache.jserv.JServ
wrapper.classpath=/usr/local/java-lib/lib/optit.jar
I get the following errors in my jserv.log file:
[11/07/1999 14:19:48:019] (EMERGENCY) Error initializing protocols
[11/07/1999 14:19:49:918] (ERROR) an error returned initializing
protocol "wrapper"
[11/07/1999 14:19:49:918] (ERROR) in init all protocols "wrapper"
returned an error
In looking through the FAQ, I should find no one who had tried the same
thing. Also, is there a way to have Jserv spit out its entire java
startup command line to verify that all the elements were brought over?
Any help would be appreciated.
-MA
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]