what happens if u remove the standard root-app ??
I think tomcat is showing u the index.html and maybe this is in your
domain_webapp.
Also shouldn't the line:
> <Context path="" docBase="/etc/tomcat4/webapps/domain_webapp.war" />
be
<Context path="" docBase="/etc/tomcat4/webapps/domain_webapp" />
Hope that helps,
Anoop
On 6/29/05, Chris. Grobmeier <grobmeier@possessed.de> wrote:
> Hello,
> its me again. I am trying to configure my tomcat to receive domain.de
> and map it to the correct context.
> Apache-Configuration looks OK.
>
> In my Localhost-Engine (is this ok? i guess so) i have a seconde host:
>
> <Host name="domain.de"
> appBase="/etc/tomcat4/webapps/domain_webapp"
> autoDeploy="true">
> <Alias>www.domain.de</Alias>
> <Context path="" docBase="/etc/tomcat4/webapps/domain_webapp.war" />
> </Host>
> .
> Problem is, when i type domain.de in my browser, the standard root-app
> of tomcat
> appears. It would be nice if you have any suggestions for me.
> If have read these documents (thx to colby):
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html
>
> but it seems i haven't got the point yet.
>
> Thanx in advance and have a good n8!
> Chris
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
--
Thanks and best regards,
Anoop
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|