I will try that but the path is correct. Don't know why Gentoo would choke on that.
-----Original Message----- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 2:14 PM To: [EMAIL PROTECTED] Subject: Re: My Context don't workie I wonder if it is the docBase="../../webroot" thingy. Use a full path, and see if it works. >>> [EMAIL PROTECTED] 11/09/04 12:01 PM >>> 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 !!!!!!!!! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]