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 read
> properties files, or other files, the classloader sees changes to them,
> and they get reloaded too. Too cool!
> 
> InputStream is;
> 
>is=Thread.currentThread().getContextClassLoader().getResourceAsStream("some-file.xml");
> 
> Larry
> 
> >>> [EMAIL PROTECTED] 08/10/02 11:19 AM >>>
> 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 site talks about using the administration apps to achieve
> that but a quick google search on how to set it up (not through the
> admin apps) didn't get me what I was looking for.
> 
> Thanks! 
> 
> 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 >>>
> > Does anyone here use NetBeans with tomcat 404?
> > 
> > I'm using it, and use a small class to start tomcat from netbeans
> > (instead of using the internal one that's 3.2), it works great when I
> > want to debug servlets. But no JSP works, they all give error 500,
> even
> > the ones in /exaples. But if i start it manually (i can't debug then,
> or
> > is there a way?) the jsps work fine.
> > 
> > The root couse starts with: java.lang.NoSuchMethodError:
> > javax.servlet.ServletResponse.resetBuffer()
> > 
> > Any clues?
> > 
> > 
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > 
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to