You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Pete Soderling <pe...@petesoder.com> on 2003/08/07 01:38:42 UTC

jsp Compile error after Reload

Hello,

I'm having a problem with a certain bean package after I use ant to recompile my app. The strage thing is my jsp will work fine after I initially start Tomcat - no problems.

After I re-compile w/ ant, I see in my context logs that the context is reloaded. Then, when I request the same jsp, the compile fails saying that it can find a class inside my WEB-INF/classes dir.

 [javac] /usr/local/tomcat/temp/situation_search_jsp.java:11: package beans does not exist
    [javac] import beans.*;


I know it's there b/c I looked on the disk, plus - if I simply restart Tomcat, everything works again!

FYI, I'm running v 4.1.27.

Has anyone seen this problem before?

TIA,
--pete


Re: jsp Compile error after Reload

Posted by Tim Funk <fu...@joedog.org>.
It is probably
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096

-Tim

Pete Soderling wrote:
> Hello,
> 
> I'm having a problem with a certain bean package after I use ant to recompile my app. The strage thing is my jsp will work fine after I initially start Tomcat - no problems.
> 
> After I re-compile w/ ant, I see in my context logs that the context is reloaded. Then, when I request the same jsp, the compile fails saying that it can find a class inside my WEB-INF/classes dir.
> 
>  [javac] /usr/local/tomcat/temp/situation_search_jsp.java:11: package beans does not exist
>     [javac] import beans.*;
> 
> 
> I know it's there b/c I looked on the disk, plus - if I simply restart Tomcat, everything works again!
> 
> FYI, I'm running v 4.1.27.
> 
> Has anyone seen this problem before?
> 
> TIA,
> --pete



Re: jsp Compile error after Reload

Posted by Tim Funk <fu...@joedog.org>.
It is probably
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096

-Tim

Pete Soderling wrote:
> Hello,
> 
> I'm having a problem with a certain bean package after I use ant to recompile my app. The strage thing is my jsp will work fine after I initially start Tomcat - no problems.
> 
> After I re-compile w/ ant, I see in my context logs that the context is reloaded. Then, when I request the same jsp, the compile fails saying that it can find a class inside my WEB-INF/classes dir.
> 
>  [javac] /usr/local/tomcat/temp/situation_search_jsp.java:11: package beans does not exist
>     [javac] import beans.*;
> 
> 
> I know it's there b/c I looked on the disk, plus - if I simply restart Tomcat, everything works again!
> 
> FYI, I'm running v 4.1.27.
> 
> Has anyone seen this problem before?
> 
> TIA,
> --pete



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org