how to prevent recompiling JSP after Tomcat is restarted?

2001-07-31 Thread Andrei Rusakou
is there any way to configure Tomcat so it doesn't recompile every JSP page after the server has been restarted? if i haven't changed JSP it means that the compiled code is in work directory - there's no reason to recompile that again, it just takes a good amount of time... andrei

dash in attribute name

2001-07-30 Thread Andrei Rusakou
hi there does anyone have a piece of code that makes Tomcat (i'm running 3.2.3) work with custom tags that contain dash in the attribute names? eg tag:client-desc first-name=test client /tag:client i managed to get it going with the dashes in tag name, but not in the attribute name... any