Re: Servlet re-load question - install fix

2003-08-26 Thread Luke Vanderfluit
Hi, There's a bug in 4.1.27 there's a fix at the tomcat site, 4.1.27-hotfix-22096.tar.gz I unzipped the fix somewhere neutral then created the directories by hand and copied the class file in (otherwise tomcat would complain a bit when starting) Also you can use the manager app, from the

Servlet re-load question

2003-08-25 Thread Atreya Basu
I'm having trouble reloading servlets on Tomcat 4.1.27. The log files indicate that Tomcat notices that the servlet has changed. First time, after updating the servlet, I hit up the servlet I get a 500 error and a stack trace. Every time after that I get a resource not available error. My

RE: Servlet re-load question

2003-08-25 Thread Schalk
: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za :: -Original Message- :: From: Atreya Basu [mailto:[EMAIL PROTECTED] :: Sent: Tuesday, August 26, 2003 7:13 AM :: To: Tomcat Users List; Atreya Basu :: Subject: Servlet re-load question :: :: I'm having

RE: Servlet re-load question

2003-08-25 Thread Atreya Basu
-Original Message- From: Schalk [mailto:[EMAIL PROTECTED] Sent: August 25, 2003 6:13 AM To: 'Tomcat Users List' Subject: RE: Servlet re-load question Atreya Your code looks fine but it may be that you are ommiting the path paramater that is causing the problem: Context path=/examples docBase