You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Zsolt Koppany <zk...@intland.com> on 2003/08/06 18:10:43 UTC

JSP compilation problem with tc-4.1.27 if reloadable="true"

Hi,

I have just moved from tc-4.1.24 to 27 and have the following problem:

In "<Context> ...</Context>" I set reloadable="true". After a Java class
file re-compiled and I try to use any JSP pages I always get compilation
error messages saying the some classes cannot be found in the classpath.
When I restart tomcat everything works fine. I have been using 4.1.24
very long and have never had this problem.

Any ideas?

Zsolt


Re: JSP compilation problem with tc-4.1.27 if reloadable="true"

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

-Tim

Zsolt Koppany wrote:
> Hi,
> 
> I have just moved from tc-4.1.24 to 27 and have the following problem:
> 
> In "<Context> ...</Context>" I set reloadable="true". After a Java class
> file re-compiled and I try to use any JSP pages I always get compilation
> error messages saying the some classes cannot be found in the classpath.
> When I restart tomcat everything works fine. I have been using 4.1.24
> very long and have never had this problem.
> 
> Any ideas?
> 
> Zsolt



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


Re: JSP compilation problem with tc-4.1.27 if reloadable="true"

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

-Tim

Zsolt Koppany wrote:
> Hi,
> 
> I have just moved from tc-4.1.24 to 27 and have the following problem:
> 
> In "<Context> ...</Context>" I set reloadable="true". After a Java class
> file re-compiled and I try to use any JSP pages I always get compilation
> error messages saying the some classes cannot be found in the classpath.
> When I restart tomcat everything works fine. I have been using 4.1.24
> very long and have never had this problem.
> 
> Any ideas?
> 
> Zsolt