Re: very strange 'documentroot' problems

2005-08-28 Thread Arjan
Caldarale, Charles R wrote:
> The .jsp files of the ROOT app (as well as those of most
> of the other sample apps) is precompiled.  What's
> actually being executed is
> org/apache/jsp/index_jsp.class, which can be found in
> webapps/ROOT/WEB-INF/lib/catalina-root.jar.  You should
> be able to just delete (or change the extension of) that
> jar, and then the .jsp file will be used. 


Thanks a lot! Maybe something to be documented, i couldn't find anything in the 
docs and i asume i'm not the only Tomcat-newbie in this world ;)

Thanks again.


RE: very strange 'documentroot' problems

2005-08-28 Thread Caldarale, Charles R
> From: Arjan [mailto:[EMAIL PROTECTED] 
> Subject: very strange 'documentroot' problems
> 
> BUT when i edit the file, or even completely 
> remove it, i still get to see 'If you're seeing this page via 
> a web browser, it means you've setup Tomcat successfully.

The .jsp files of the ROOT app (as well as those of most of the other
sample apps) is precompiled.  What's actually being executed is
org/apache/jsp/index_jsp.class, which can be found in
webapps/ROOT/WEB-INF/lib/catalina-root.jar.  You should be able to just
delete (or change the extension of) that jar, and then the .jsp file
will be used.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]