Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 59627 invoked from network); 2 May 2000 17:33:17 -0000 Received: from ns.decisionsys.com (198.174.64.1) by locus.apache.org with SMTP; 2 May 2000 17:33:17 -0000 Received: from ollie.decisionsys.com (A-005.decisionsys.com [192.245.92.5]) by ns.decisionsys.com (8.9.1/8.9.1) with ESMTP id MAA51320 for ; Tue, 2 May 2000 12:32:48 -0500 Received: from clavin.decisionsys.com (clavin.decisionsys.com [10.20.50.20]) by ollie.decisionsys.com (8.6.9/2.4) with ESMTP id MAA76802 for ; Tue, 2 May 2000 12:32:18 -0500 Received: by clavin.decisionsys.com with Internet Mail Service (5.5.2448.0) id <1WK41FLP>; Tue, 2 May 2000 12:30:18 -0500 Message-ID: From: Raj Alexander To: "'tomcat-user@jakarta.apache.org'" Subject: RE: Enhydra Debugger Date: Tue, 2 May 2000 12:30:16 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N 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