You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Erik Hellman <Er...@bth.se> on 2001/05/07 13:19:16 UTC

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


Re: trusted application

Posted by Jeff Waugh <ja...@ic.net>.
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" <Er...@bth.se>
To: "Tomcat-User@Jakarta. Apache. Org" <to...@jakarta.apache.org>
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
> 
>