Posted By:
Jason_Schultz
Posted On:
Wednesday, February 20, 2002 08:40 PM
Here is my current virtual host config.................................. ServerAdmin webmaster@test.com DocumentRoot /var/tomcat4/webapps ServerName test.com ServerAlias test.com ErrorLog /var/log/test_errors WebAppConnection warpConnection warp 10.0.0.4:85 WebAppDeploy test1 warpConnection /test1 ........................................ Here is my server.xml config............................. port="85" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="10" debug="0"/> name="test.com" defaultHost="10.0.0.4:
More>>
Here is my current virtual host config..................................
ServerAdmin webmaster@test.com
DocumentRoot /var/tomcat4/webapps
ServerName test.com
ServerAlias test.com
ErrorLog /var/log/test_errors
WebAppConnection warpConnection warp 10.0.0.4:85
WebAppDeploy test1 warpConnection /test1
........................................
Here is my server.xml config.............................
port="85" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0"/>
name="test.com" defaultHost="10.0.0.4:83" debug="0" appBase="webapps">
prefix="apache_log." suffix=".txt"
timestamp="true"/>
....................................................................
All I really want is for tomcat to process jsp page requests. but when I goto 10.0.0.4:83/test1, I get a webapp not deployed error 404.......can anyone tell me what needs to be changed in my configuration to process jsp pages locted in my webapps/test1 directory?
<<Less