Allistair Crossley wrote:

Hi,

The docBase is just the folder where your web applications are located. You 
need to have a folder in applications for your web application. For the empty 
path application this is /ROOT.

Thus

<Context path="/ROOT" docBase="/home/tomcat/applications/"
        debug="0" reloadable="true" >
</Context>

Means a folder at

/home/tomcat/applications/ROOT/META-INF/context.xml


Thanks, it works now.  I used your first method instead.

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

Reply via email to