Tomcat5 precompiles all of it's jsps during the build of tomcat5.
So if you change any jsp shipped with tomcat you will either need to
A) Rename your change to a new file
-- or --
B) Remove the web.xml entries which map the jsps to a particualr class
-Tim
Julien Martin wrote:
> Hello,
>
> I am having a problem with tomcat5/jwsdp-1.2.
> Tomcat doesn't take into account changes made to jsp. If I delete the
> generated java file and the class file compiled from it, Tomcat won't
> translate(jsp->java) it and compile (java->class) it.
>
> The specific file I am having a problem with is
> jsp%jwsdp_home%\webapps\jsp-examples\jsp2\el\implicit-objects.jsp
>
> Please help.
>
> Julien.
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)