From: <php...@li...> - 2006-03-31 15:40:20
|
Hi, > DocumentRoot /usr/opt/tomcat/webapps/xxyxyx isn't it possible to set the DocumentRoot to /usr/opt/tomcat/webapps so that the other apps become visible to the HTTP server? For example: DocumentRoot "/usr/opt/tomcat/webapps" <Directory "/usr/opt/tomcat/webapps/webapps"> Another option would be to keep the tomcat webapps and the http server htdocs directory separate and to symlink the individual apps from /usr/opt/tomcat/webapps/appX to /var/www/html/appX. For example: ln -s /usr/opt/tomcat/webapps/app1 /var/www/html/ ln -s /usr/opt/tomcat/webapps/app2 /var/www/html/ Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |