Try check your Server.xml file at: <install Path>/conf
Try find the line:
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector className="org.apache.cata
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/
<!-- Note : To disable connection timeouts, set connectionTimeout value
to -1 -->
and change the port="8080" to port="8000"
Main Topics
Browse All Topics





by: shalomcPosted on 2003-09-14 at 14:33:17ID: 9358739
Obaid,
ples ples
cs/mod/mod _proxy.htm l
add the following lines to your apache configuration file:
ProxyPass /examples http://localhost:8080/exam
ProxyPassReverse /examples http://localhost:8080/exam
this will pass through all requests for the /example directory tree into port 8080 on the same machine.
Further documentation:
http://httpd.apache.org/do