I tried that and Tomcat came back and stated the document contained no data.
Thanks for the help anyway.
-----Original Message-----
From: Dunkle, Ed [mailto:Ed.Dunkle@ameriserve.com]
Sent: Tuesday, May 02, 2000 11:40 AM
To: 'tomcat-user@jakarta.apache.org'
Subject: RE: Enhydra Debugger
Well, it looks like the StandardApplication class can not be loaded probably
because it requires some supporting class and this unnamed supporting class
can not be found in the classpath.
I would try adding all the debugger's jar files to the system environment
CLASSPATH.
Maybe someone else will have a better idea...
Ed
-----Original Message-----
From: Raj Alexander [mailto:ralexander@decisionsys.com]
Sent: Tuesday, May 02, 2000 10:37 AM
To: 'tomcat-user@jakarta.apache.org'
Subject: RE: Enhydra Debugger
Its in my webapps /lib directory and I used the web.xml to map it to
Debugger. I followed the instructions from Enhydra and setup the init param
ConfFile also.
-----Original Message-----
From: Dunkle, Ed [mailto:Ed.Dunkle@ameriserve.com]
Sent: Tuesday, May 02, 2000 10:21 AM
To: 'tomcat-user@jakarta.apache.org'
Subject: RE: Enhydra Debugger
Is the debugger's jar file in the system CLASSPATH or your webapps lib dir?
-----Original Message-----
From: Raj Alexander [mailto:ralexander@decisionsys.com]
Sent: Tuesday, May 02, 2000 8:32 AM
To: tomcat-user@jakarta.apache.org
Subject: Enhydra Debugger
Hello,
I'm not sure if this is the right group to ask this question. Has anyone
been able to get the Enhydra Debugger to work with Tomcat 3.1? I set this up
in ../dev/WEB-INF/lib and used the servlet mapping to call it but I'm
getting the following error.
Error: 500
Location: /dev/servlet/Debugger
Internal Servlet Error:
java.lang.NoClassDefFoundError:
com/lutris/appserver/server/StandardApplication
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:452)
at java.lang.ClassLoader.defineClass(ClassLoader.java:394)
at
com.lutris.classloader.MultiClassLoader.doLoadClass(MultiClassLoader.java:60
1)
at
com.lutris.classloader.MultiClassLoader.loadClass(MultiClassLoader.java:547)
at java.lang.ClassLoader.loadClass(ClassLoader.java:249)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.initApplication(HttpPresentationServlet.java:198)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.init(HttpPresentationServlet.java:357)
at
org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:280)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:385)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:385)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:160)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:337
)
at java.lang.Thread.run(Thread.java:479)
--------------------------------------------------------------------------
To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
For additional commmands, email: tomcat-user-help@jakarta.apache.org
--------------------------------------------------------------------------
To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
For additional commmands, email: tomcat-user-help@jakarta.apache.org
--------------------------------------------------------------------------
To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
For additional commmands, email: tomcat-user-help@jakarta.apache.org
--------------------------------------------------------------------------
To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org
For additional commmands, email: tomcat-user-help@jakarta.apache.org
|