Environment:
Apache/1.3.31 (Unix) mod_jk2/2.0.4
Tomcat 4.1.18
JDK 1.4.2_04-b05
Solaris 9
Problem:
Cannot get in-house java apps to load and display in browser. Can get to display and /server-status so it appears apache is OK. When I start Tomcat, I can get to show the default web page and can run the JSP examples from there.
NOT able to get to work!
Can anyone help please? Let me know what other info is needed.
httpd.conf:
<IfModule mod_jk2.so>
JkWorkersFile conf/workers2.properties
JkLogFile logs/mod_jk2.log
JkLogLevel debug
JkMount /struts/* ajp13
JkMount /*.do ajp13
JkMount /*.jsp ajp13
</IfModule>
server.xml:
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
context in server.xml:
<Host name="acm-beta2.tpwd.state.tx.us"
debug="0"
appBase="/ unpackWARs="false"
autoDeploy="false">
<Alias>acm-beta2</Alias>
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"
prefix="acm-beta_access_log."
suffix=".txt"
pattern="common"
resolveHosts="false"/>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs"
prefix="acm-beta_log."
suffix=".txt"
timestamp="true"/>
<Context path=""
docBase=""
debug="0"
reloadable="true">
</Context>
</Host>
Error message from apache log file:
File does not exist: /
Apache/1.3.31 (Unix) mod_jk2/2.0.4
Tomcat 4.1.18
JDK 1.4.2_04-b05
Solaris 9
Problem:
Cannot get in-house java apps to load and display in browser. Can get to display and /server-status so it appears apache is OK. When I start Tomcat, I can get to show the default web page and can run the JSP examples from there.
NOT able to get to work!
Can anyone help please? Let me know what other info is needed.
httpd.conf:
<IfModule mod_jk2.so>
JkWorkersFile conf/workers2.properties
JkLogFile logs/mod_jk2.log
JkLogLevel debug
JkMount /struts/* ajp13
JkMount /*.do ajp13
JkMount /*.jsp ajp13
</IfModule>
server.xml:
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
context in server.xml:
<Host name="acm-beta2.tpwd.state.tx.us"
debug="0"
appBase="/ unpackWARs="false"
autoDeploy="false">
<Alias>acm-beta2</Alias>
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs"
prefix="acm-beta_access_log."
suffix=".txt"
pattern="common"
resolveHosts="false"/>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs"
prefix="acm-beta_log."
suffix=".txt"
timestamp="true"/>
<Context path=""
docBase=""
debug="0"
reloadable="true">
</Context>
</Host>
Error message from apache log file:
File does not exist: /