Chuck,
Thanks again,
The contents of admin.xml are as follows:
<!--
Context configuration file for the Tomcat Administration Web App
$Id: admin.xml 303123 2004-08-26 17:03:35Z remm $
-->
<Context docBase="${catalina.home}/server/webapps/admin" privileged="true"
antiResourceLocking="false" antiJARLocking="false">
<!-- Uncomment this Valve to limit access to the Admin app to localhost
for obvious security reasons. Allow may be a comma-separated list of
hosts (or even regular expressions).-->
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127.0.0.1"/>
</Context>
I don't think it is a files permission issue. I have given tomcat user the
role of admin as well. I am still confounded with where the error page is
being served from. I really appreciate your help.
Thanks so much,
Sophie
Caldarale, Charles R wrote:
>
>> From: SophieKlusn [mailto:[EMAIL PROTECTED]
>> Subject: RE: Tomcat Administration
>>
>> I don't know what you mean by multiple <Host> elements.
>
> In conf/server.xml, there must be at least one <Host> element, which
> uses the name "localhost" by default, and has an appBase attribute with
> the value "webapps". If you haven't changed any of this, don't worry
> about it.
>
>> In conf/catalina/ I have localhost where admin.xml
>> file was copied to.
>
> Good. What are the contents of that admin.xml file?
>
> Do you possibly have a file permissions problem? Different owner for
> the admin pieces than the main Tomcat installation files?
>
> - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Tomcat-Administration-tf4178709.html#a11882921
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]