[jboss-user] [JBossWS] - Re: Securing POJO Web Service in 4.0.3 SP1

parmarsanjay do-not-reply at jboss.com
Tue Oct 10 02:16:57 EDT 2006


Alright. I found the problem. I was getting the above error becuase of FORM based authentication in web.xml. I changed that to BASIC authentication and everything is working fine now. 

<login-config>
	<auth-method>BASIC</auth-method>
	<realm-name>Protected Realm</realm-name>
</login-config>

Cheers,
Sanjay

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977130#3977130

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977130



More information about the jboss-user mailing list