You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Fergus Gallagher <Fe...@OrbisUK.com> on 2000/09/21 13:51:22 UTC

How to mount a webapp on apache with a different name?

I have a web-app in ./webapps/app and the following works

         ApJServMount /app /app

but if I try

         ApJServMount /ABC /app

I can't access the web-app as http://localhost/ABC as I'd expect - the 
mount name seems to need to be the same as the web-app name.

Any ideas on how to do this?

Thanks

Fergus


-- 
Fergus Gallagher
Orbis
http://www.orbisuk.com/
+44-(0)20-8987 0717


Re: How to mount a webapp on apache with a different name?

Posted by Marek Kucharski <mk...@hog.parasoft.com>.
I gave it app.

marek


On Thu, 21 Sep 2000, Fergus Gallagher wrote:

> I have a web-app in ./webapps/app and the following works
> 
>          ApJServMount /app /app
> 
> but if I try
> 
>          ApJServMount /ABC /app
> 
> I can't access the web-app as http://localhost/ABC as I'd expect - the 
> mount name seems to need to be the same as the web-app name.
> 
> Any ideas on how to do this?
> 
> Thanks
> 
> Fergus
> 
> 
>