Hi all.
We have our web app under
CATALINA_HOME/webapps/cocoon/ub
which can be accessed on the webserver by http://domain.name:8080/cocoon/ub/*
However, we want to put the ub directory under
/home/cocoon/ub and to access it by http://domain.name/ub/*
We can move the directory to /home/cocoon/ub,
and therefore not under webapps/cocoon and call it by using a sub sitemap
with the URL http://domain.name:8080/cocoon/ub/*
But how do we lose the :8080/cocoon from the
request URL?
We are using apache 1.1 and the latest tomcat
and cocoon and the jk1 bridge between tomcat and apache. The system is a
linux box.
I can modify the workers.properties file so that
it mounts http://domain.name/ub to tomcat
and then put a symbolic link in the tomcat web-apps directory to /home/cocoon/ub
but this is both an ugly and not very stable solution.
Thank you very much for your help
Anna Afonchenko and Spencer
Bruce
|
- Re: Location of cocoon webapp on server Anna Afonchenko
- Re: Location of cocoon webapp on server SAXESS - Hussayn Dabbous
- Re: Location of cocoon webapp on server Jonathan Patrick Freeman
- Re: Location of cocoon webapp on server Derek Hohls