On Aug 1, 2006, at 10:15 AM, Robinson, Eric wrote:
The contents of the file are as follows:

<Context path="/mobiledoc" docBase="mobiledoc"
        debug="1" reloadable="false">
</Context>

Just a stab in the dark, but why don't you try to put the absolute path to the mobiledoc webapp in the docBase attribute? It looks like something is getting screwy with your environment (CATLINA_{HOME| BASE} vars(?)).

Like:

<Context path="/mobiledoc"
               docBase="/home/myaccount/tomcat5/webapps/mobiledoc"
               debug="1"
               reloadable="false" />


Check:
+ http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
and
+ http://tomcat.apache.org/tomcat-5.5-doc/config/host.html

for some more ideas to hunt for.

Hth,
-steve

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to