Okay, I'm almost there. I've got the connectors
to work properly and all of the JSP examples work
that are inside of ${tomcat}/webapps from Apache2
server.
The only problem I am having is how do I configure
the server to load x.jsp pages from the doc_root
that apache uses?
For example:
If I goto https://server.corp/secure
I get the following:
<jsp:include page="header.jsp" flush="true" />
<jsp:include page="side.jsp" flush="true"/>
<jsp:include page="body.jsp" flush="true"/>
<jsp:include page="tail.jsp" flush="true" />
I've tried adding a Context Tag and even a seperate
Virtual Host in the ${tomcat}/conf/server.xml.
Such as the following:
<Context path="/examples" docBase="/data/docs/html/secure"
debug="0"
reloadable="true" crossContext="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="ens-dev_secure_log." suffix=".txt"
timestamp="true"/>
Still doesn't want to work.. Do I need to add some uri: entries
to my apache2/conf/worker2.properties ?
Thanks!
-- Trev
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]