You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jordi Pujol <jo...@aujac.org> on 2002/06/22 11:33:07 UTC

RemoteAdmin

Hi, users of Axis.

I'm trying to do AUTH to AdminServlet of Axis.
I activate the remoteAdmin to true.

But never ask me to authentificate (i access throught another host
different from the server).

Somebody can help me?





RE: RemoteAdmin

Posted by John Gregg <jo...@techarch.com>.
You need to specify in the web.xml file of your servlet container that the
AdminServlet url requires authentication/authorization to access it.  See
your sevlet container's documentation or the servlet specification.

john

-----Original Message-----
From: axis-user-return-4663-john.gregg=techarch.com@xml.apache.org
[mailto:axis-user-return-4663-john.gregg=techarch.com@xml.apache.org]On
Behalf Of Jordi Pujol
Sent: Saturday, June 22, 2002 4:33 AM
To: axis users
Subject: RemoteAdmin


Hi, users of Axis.

I'm trying to do AUTH to AdminServlet of Axis.
I activate the remoteAdmin to true.

But never ask me to authentificate (i access throught another host
different from the server).

Somebody can help me?