Hi,
Maybe a permissions issue?  Make sure the user running Tomcat on Gentoo
has the write permissions to the conf, work, temp directories, and read
permissions on your webapps, etc.

Yoav Shapira http://www.yoavshapira.com


>-----Original Message-----
>From: K. Mike Bradley [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, November 09, 2004 4:05 PM
>To: 'Tomcat Users List'
>Subject: RE: My Context don't workie
>
>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]




This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to