I have a system set up on tomcat 3.2.1, linux, apache...

I have several virtual hosts that are all using the same web application.
This application consists of a bunch of class files that are stored in
$tomcat_home$/classes and packages stored in $tomcat_home$/lib.  I would
like to be able to set up things in web.xml such as custom error pages and
the like.  Is there a way I can make all these hosts use the same error
pages?  I don't care if it looks the same across all sites when an error
pops up.

On another note, what if I decide that I want to create a custom web
application for just one of my virtual hosts?  Is this possible?  Can I just
create it as I normally would for a web application?  If I have classes with
the same name, will it find the ones in tomcat_home/classes or
web-inf/classes first?

For either of these, if someone can just tell me it is documented somewhere
I have not been able to find so far, that would be appreciated!
Thank You!

Brandon Cruz

Reply via email to