Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: tomcat 5 won't compile my jsp

Tim Funk

2003-06-07

Replies:

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)


©2008 junlu.com - Jax Systems, LLC, U.S.A.