Jim Douglas wrote:
When I try this,
DocumentRoot /usr/opt/tomcat/webapps
Alias /myJSPapp /usr/opt/tomcat/webapps/myJSPapp/
Alias /PHPapp1 /usr/opt/tomcat/webapps/PHPapp1/
I can browse www.xxx.org/myJSPapp, no problem
When I browse www.xxx.org/PHPapp1 I get a blank screen, "view sourse"
has no code.
Any suggestions?
Thank,
Jim
Hey Jim,
Put an HTML or plain text file in /usr/opt/tomcat/webapps/PHPapp1/
and request that, see if you get any output. eg.
create /usr/opt/tomcat/webapps/PHPapp1/test.html
and go to www.xxx.org/PHPapp1/test.html
Cheers,
Brad