The best advice I can give you is to investigate running your "test" application in a different context on the server. That way, you can recompile / alter the JSP files and everything else to your hearts content. IF that isn't possible, Tomcat runs quite nicely on my development machine where I can make changes without affecting anyone else.
Bob On Mon, 2004-10-11 at 16:51, Jonathan Wilson wrote: > Hello, > > I'm running 3.3.1 (and yes, I'll be upgrading to 5.x in the next few > weeks as time allows) and want to reload JSP files, but not any class > files. The root of the problem is that during beta testing I'm making > lots of changes quickly(to JSP and classes/beans), but my system is in > use. Everytime I recompile a classes/beans class it forces everyone to > re-login to my system(context reloadable="true"). Now, if I set > reloadable to "false" the JSP files won't get recompiled...and I have to > restart tomcat to effect the changes...no savings. Any ideas? > > Thanks and Regards, > JW > > --------------------------------------------------------------------- > 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]
