> Hi All
>
[quoted text clipped - 23 lines]
> pattern="common"/>
> </Context>
You're trying to be way too complex.
You should not need to create a new context for your webapp. Simply take
the original server.xml, just as it was when you first installed Tomcat,
and do nothing whatever with it. Then drop your war file into the webapps
directory, and, hey presto! your webapp will work.

Signature
simon@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/
;; Want to know what SCO stands for?
;; http://ars.userfriendly.org/cartoons/?id=20030605
René Schade - 24 Oct 2006 07:28 GMT
> > Hi All
> >
[quoted text clipped - 36 lines]
> ;; Want to know what SCO stands for?
> ;; http://ars.userfriendly.org/cartoons/?id=20030605
Unfortunatly its not that easy :-)
I have to follow the JKMount definitions, this I have to say in which
path the application will be deployed.
The tomcat server is not in full control of the root of the webserver.
As described it controls urls starting with /manager and /servlets/*.
That is, there is no "home" or "root" dir for tomcat (please correct me
if I am wrong).
For instance, it is not possible to call the example-applications
"jsp-examples" "tomcat-docs" etc.
Regards,
René
steen - 24 Oct 2006 08:43 GMT
> The tomcat server is not in full control of the root of the webserver.
> As described it controls urls starting with /manager and /servlets/*.
> That is, there is no "home" or "root" dir for tomcat (please correct me
> if I am wrong).
Hm, maybe its just me thats not quite following what you mean, but my
tomcat has a ROOT dir ($TOMCAT_HOME/webapps/ROOT) which is the root of
the default host ?
/Steen
Lew - 26 Oct 2006 13:41 GMT
>> The tomcat server is not in full control of the root of the webserver.
>> As described it controls urls starting with /manager and /servlets/*.
[quoted text clipped - 6 lines]
>
> /Steen
René pointed out that Apache Web Server doesn't forward those paths.
- Lew