Re: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread August Detlefsen
I have found that it does not pick up changes to WEB-INF/classes, though it does recognise changes to WEB-INF/lib. My solution is to update the jar (jar -uvf) whenever I change a class. My build script (run from WEB-INF/src dev directory) goes something like this: #!/bin/bash export

RE: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread Pavel Brun
. :-) Thanks for the update. Paul -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 4:20 PM To: Tomcat Users List Subject: Re: Fixed - RE: RE: Catalina Beans - Class Path Problem I have found that it does not pick up changes to WEB-INF/classes