Re: Host Context Configuration

2005-06-30 Thread Chris. Grobmeier
Hi! what happens if u remove the standard root-app ?? i checked this out and realized that deep links work. I guess my problem is not in tomcat, but in my Struts-Configuration. It seems my default-page forward forwards to the wrong host. thanks anoop for the tip! this was exactly the hint i

Host Context Configuration

2005-06-29 Thread Chris. Grobmeier
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

Re: Host Context Configuration

2005-06-29 Thread Anoop kumar V
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