Hello to all,
I have an app that works fine on Red Hat, Susie, Debian, or even Windows.
I built a Gentoo box and it wont work.
TomCat runs but the webapp is ignored.
The Server.xml has:
<!-- WebCTRL Context -->
<Context path="" docBase="../../webroot" debug="1">
<Manager distributable="false"
className="org.apache.catalina.session.PersistentManager"
saveOnRestart="false">
<Store className="org.apache.catalina.session.FileStore" />
</Manager>
</Context>
Again this works on any other linux box but my new Gentoo.
When TomCat runs I get:
Nov 9, 2004 6:28:16 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 80
Starting service Tomcat-Standalone
Apache Tomcat/4.1
Nov 9, 2004 6:28:19 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 80
Everything is ok except the webapp normally adds several lines of text under
"Apache Tomcat/4.1" and the app is not up.
Could there be some sort of dependency issue?
I am pulling my hair out !!!!!!!!!