Hello all,

Setup:
NT 4.0 SP4 Apache 1.3.6 JServ 1.0b5 JDK 1.2 

I have one servlet zone (root) mounted on a directory called /servlets
(This is the basic JServ
default setup)
I have been writing and testing servlets with the current setup for
several months.

Problem:
Can't start Enhydra debugger servlet.


Can anybody recognize my bug and suggest a fix?

I run JServ in auto mode and am attempting to start the debugger servlet
at "startup"
JServ appears to find the servlet in the Enhydra jar file without
problem, bt the servlet 
doesn't seem to be able to find the config file: debugger.conf

In jserv.log
[22/07/1999 22:13:42:329 EDT] org.enhydra.Servlet: init
[22/07/1999 22:13:42:539 EDT] javax.servlet.ServletException:
Initialization of application failed:
Caused by class
com.lutris.appserver.server.httpPresentation.HttpPresentationException:
init parameter "ConfFile" not specified for Enhydra servlet

The Enhydra Readme, under section Apache + Apache JServ Installation,
lists the instructions for saving the "ConfFile" location:

"In your zone.conf file add the following lines:
     servlet.debugger.code=org.enhydra.Servlet
     servlet.debugger.initArgs=ConfFile=/PATH/TO/debugger.conf..."


This I have done as follows:

servlet.debugger.code=org.enhydra.Servlet
servlet.debugger.initArgs=ConfFile=e:\ApacheJServ\conf\debugger.conf


Q1:  Is my path information syntactically correct?

Q2:  Should I be starting the Enhydra debugger at startup, or calling it
from the browser?
Like this:  http://localhost/servlets/org.Enhydra/Servlet
If I do this, I get an HTTP 500 error and my jserv.log reports the error
listed above.

Thanks
- Raimee


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to