Posted By:
Jason_Schultz
Posted On:
Wednesday, February 20, 2002 07:37 PM
Here is my virtual host configuration in my httpd.conf file:............................. 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 .............................................................. Now here is my server.xml file configuration...................................................... port="85" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="10" debug="0"/&
More>>
Here is my virtual host configuration in my httpd.conf file:.............................
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
..............................................................
Now here is my server.xml file configuration......................................................
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 do is process jsp page requests. But when I try to access 10.0.0.4:83/test1...I get a webapp not deployed error 404...what do I need to change to get process jsp pages in the directory webapps/examples??
<<Less