Re: NetBeans + Tomcat 4.0.4

2002-08-13 Thread Alexander Wallace
Thankyou! I'll check it out. On Mon, 2002-08-12 at 04:34, Larry Meadors wrote: In your context tag, add the reloadable=true attribute. Here is a link: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/context.html This is really cool, because if you use the thread's classloader to

RE: NetBeans + Tomcat 4.0.4

2002-08-12 Thread Turner, John
I had the same problem...the folks on the netbeans list told me it was a bug with tomcat integration. Not sure if it was fixed or not, I've been using 4.0.3 with Netbeans and it is OK. John Turner [EMAIL PROTECTED] -Original Message- From: Alexander Wallace [mailto:[EMAIL PROTECTED]]

RE: NetBeans + Tomcat 4.0.4

2002-08-12 Thread Alexander Wallace
Cool! THank you so much. And also when I started using jpda to attach an external tomcat, the problem was not there. On Mon, 2002-08-12 at 12:59, Turner, John wrote: I had the same problem...the folks on the netbeans list told me it was a bug with tomcat integration. Not sure if it was

Re: NetBeans + Tomcat 4.0.4

2002-08-11 Thread Larry Meadors
In your context tag, add the reloadable=true attribute. Here is a link: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/context.html This is really cool, because if you use the thread's classloader to read properties files, or other files, the classloader sees changes to them, and they

Re: NetBeans + Tomcat 4.0.4

2002-08-10 Thread Alexander Wallace
I checked the link out and actually found out that it's possible to do the same by just starting tomcat with./catalina.sh jpda start... One thing the link mentions is that he uses the context with reload so that tomcat doesn't have to be restarted. How do you go about doing that? The tomcat

Re: NetBeans + Tomcat 4.0.4

2002-08-09 Thread Larry Meadors
Look here: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg30523.html Instructions on how to set up tomcat and netbeans with the JPDA debugger. Larry [EMAIL PROTECTED] 08/09/02 15:59 PM Does anyone here use NetBeans with tomcat 404? I'm using it, and use a small class to

Re: NetBeans + Tomcat 4.0.4

2002-08-09 Thread Alexander Wallace
Thanks! I'll check it out. On Fri, 2002-08-09 at 23:01, Larry Meadors wrote: Look here: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg30523.html Instructions on how to set up tomcat and netbeans with the JPDA debugger. Larry [EMAIL PROTECTED] 08/09/02 15:59 PM