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 needed.
regards
chris




   




 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
   autoDeploy=true   
   Aliaswww.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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 that helps,
Anoop

On 6/29/05, Chris. Grobmeier [EMAIL PROTECTED] 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
 Aliaswww.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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Thanks and best regards,
Anoop

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]