With Eclipse when you debug the tomcat application each modification is reflected (via hot code replace) to your web app. Of course things like adding a new method don't work: in those cases I use the tomcat manager:
http://yourserver/manager/reload?path=/yourapp I think all other IDEs (debuggers) have such a functionality. Still can't get hot code replace to work with AspectJ, though. > -----Messaggio originale----- > Da: yoge [mailto:[EMAIL PROTECTED] > Inviato: sabato 21 febbraio 2004 8.25 > A: Struts Users Mailing List > Oggetto: Reload Action Classes > > > Hi, > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

