Iam using Tomcat 4.1.26 for my webapplication.
All the actions classes are present in WEB-INF/classes folder.
I have made the webapplication reloadable by using attribute reloadable="true" in server.xml file.
Whenever I recompile the Action classes the server throws ERROR 503 on subsequent requests.
What should I do to make the Action classes reloadable so that I dont have to restart my tomcat server for each and every modification in my action classes.
Thanks for your Help
--Yoge
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

