I have this bridge up and running,
My problem is I can only have it serve up PHP pages from one directory
under TOMCAT(myPHPapp ). I want to be able to add other PHP apps in
other directories I deploy to Tomcat.
My config is Apache 2.0.44/Tomcat 5.5 with the bridge.
In my HTTP.CONF I have the following Alias to point to the directory
that has my PHP app,
<VirtualHost *:80>
ServerAdmin pr@xxx.com
ServerAlias xxyxyx.org *.xxyxyx.org
DocumentRoot /usr/opt/tomcat/webapps/xxyxyx
Alias / /usr/opt/tomcat/webapps/myPHPapp/
</VirtualHost>
Jim
My problem is I can only have it serve up PHP pages from one directory
under TOMCAT(myPHPapp ). I want to be able to add other PHP apps in
other directories I deploy to Tomcat.
My config is Apache 2.0.44/Tomcat 5.5 with the bridge.
In my HTTP.CONF I have the following Alias to point to the directory
that has my PHP app,
<VirtualHost *:80>
ServerAdmin pr@xxx.com
ServerAlias xxyxyx.org *.xxyxyx.org
DocumentRoot /usr/opt/tomcat/webapps/xxyxyx
Alias / /usr/opt/tomcat/webapps/myPHPapp/
</VirtualHost>
Jim