08-23-04 01:02 PM
I want to enable Basic Authentication in my WPS 5.
I suppose I have to add the following lines to web.xml file
<auth-method>HTTP Basic</auth-method>
<realm-name>WPS</realm-name>
in the <login-config> tag.
Then I have restarted the Portal Server and I have invoked the following
url:
wpsadmin:password@hostname/WPS
but the browser doesn't give any page.
Which configurations I have to set to enable Basic Authentication and which
url I hav eto invoke?
[ Post a follow-up to this message ]
|