Hey All,

I'd like to access my turbine app via a root URL with Tomcat.

www.myserver.com:port

instead of

www.myserver.com:port/myapp/servlet/myapp.

I have a Context element in my server.xml with

path=""  docbase="myapp"

attributes that will point a root URL request to the myapp directory in my
webapps. But my problem is I want to have this execute the Turbine myapp
servlet and serve up a page from that. The above root request serves an
index.html file when I put it in the myapp directory. Is what I want a
some kind of redirect, where www.myserver.com:port gets interpreted by
Tomcat as www.myserver.com:port/myapp/servlet/myapp? How have others
implemented this in Tomcat, or do I need something like Apache sitting in
front of Tomcat to do this?

Thanks,
Fred


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

Reply via email to