I just tried what you suggested and it didn't work.
I replcaed the modified version of server.xml with the original as
Mladen suggested to deleted the newly added lines.
Now the server.xml is the default one that came with tomcat.
What changes you want me to try ??
Eric Berry wrote:
From my understanding found here:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
"The Document Base (also known as the Context Root) directory for this
web application, or the pathname to the web application archive file
(if this web application is being executed directly from the WAR
file). You may specify an absolute pathname for this directory or WAR
file, or a pathname that is relative to the appBase directory of the
owning Host."
Since you've declared your host's documents to start in
/path/to/virtualhost, and you've said your default context (default
meaning there isn't a path specified - path="") starts in webapp1. I
would think that you're actually telling tomcat to locate jsps based
on this path /path/to/virtualhost/webapp1
If this is the case, then I think you should put you hello.jsp in
/path/to/virtualhost/webapp1. Someone please correct me if I'm wrong.
Eric
On 8/28/06, Mansour <[EMAIL PROTECTED]> wrote:
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]