Re: How to remotely debug with Tomcat 5.5

2005-01-14 Thread Mark Thomas
Should work in exactly the same way. Mark Rolf Zelder wrote: Hi In Tomcat 4.2 I was able to define dt_socket (see below) for remote debugging in the catalina.bat file. How do I configure a dt_socket in Tomcat 5.5 ? Cheers Rolf Catalina.bat: set JAVA_OPTS=%JAVA_OPTS% -Xdebug

How to remotely debug with Tomcat 5.5

2005-01-13 Thread Rolf Zelder
Hi In Tomcat 4.2 I was able to define dt_socket (see below) for remote debugging in the catalina.bat file. How do I configure a dt_socket in Tomcat 5.5 ? Cheers Rolf Catalina.bat: set JAVA_OPTS=%JAVA_OPTS% -Xdebug -Xrunjdwp:transport=dt_socket,address=3888,server=y,suspend=n

after increasing debug level Tomcat shuts down when callingJSP

2002-11-18 Thread Becky Phaneuf
/value /parameter parameter namepathname/name valueconf/tomcat-users.xml/value /parameter /ResourceParams /GlobalNamingResources Service className=org.apache.catalina.core.StandardService debug=5 name=Tomcat-Standalone Connector className

How to debug in TomCat?

2000-12-26 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Hi, i am taking many problems with MultipartRequest class from Jason' s book whenever i try to upload some fields and a file from the SAME form. I have written some commands like System.out.println to show me the fields contents, but i dont know where i can see

Re: debug in tomcat

2000-12-13 Thread Kief Morris
alex typed the following on 17:17 13/12/2000 +0900 hi all!! i got a problem with my code. and the most of all. i cannot find where i made mistake. i was stuck for several days. who can help me? I have a similar problem. Root cause: java.lang.NullPointerException at

Re: debug in tomcat

2000-12-13 Thread Kief Morris
Kief Morris typed the following on 10:07 13/12/2000 + Root cause: java.lang.NullPointerException at org.apache.jasper.compiler.TagBeginGenerator.generateSetters(TagBeginGenerat or.java:196) OK, I've tracked this down. In my own code, this is caused by having a setter with a different

debug in tomcat

2000-12-12 Thread alex
hi all!! i got a problem with my code. and the most of all. i cannot find where i made mistake. i was stuck for several days. who can help me? Location: /usertable/userlist.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSP at