In $TOMCAT_HOME/conf/server.xml
<Context path="/admin"
docBase="webapps/admin"
crossContext="true"
debug="0"
reloadable="true"
trusted="true" >
</Context>
-Jeff
----- Original Message -----
From: "Erik Hellman" <[EMAIL PROTECTED]>
To: "Tomcat-User@Jakarta. Apache. Org" <[EMAIL PROTECTED]>
Sent: Monday, May 07, 2001 7:19 AM
Subject: trusted application
> I get the following error when accessing the /admin pages and trying to
> "view all contexts":
>
> Error: 500
> Location: /admin/contextAdmin/contextAdmin.jsp
> You must mark the administration application as trusted
>
> How and where do i do this?
>
> // Erik
>
>