You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Herzig, David" <da...@pixelpark.ch> on 2001/07/11 13:58:40 UTC

Apache & Tomcat

Dear Tomcat users

I have the two following problems

-I have configured apache to use tomcat as servlet/jsp engine. when I access
the shop pages through apache (port 80) sometimes the url (either the one
displayed in location field of browser or only one of the frames) gets
changed from the ip to localhost. example:
if i request http://192.168.1.11/eshop , then the url switches to
localhost/eshop and since on localhost no server is running, we get an error
message.

-and for the tomcat-apache.conf created by tomcat: if the webapps resides
outside the normal tomcat webapp dir (eg. tomcat in app\tomcat and the shop
in \data\shop) the tomcat-apache.conf is not created correct (local path of
eshop context is a concatenation of the tomcat webapp dir and the eshop
webapp dir).

Can anybody help me?

Many thanks

DAVE