Hi,

   I'm new to the Tomcat user list.
I want to use Tomcat authentication with SimpleRealm. I read the
documentation, my servlet requires userid and password. What am I supposed
to do to pass it to CredentialsInterceptor 
(right now servlet.xml "authentication block" is as follow:
<AccessInterceptor /> 
<CredentialsInterceptor /> 
<SimpleRealm filename="conf/users/global-users.xml" /> 
)

In other words, which code do I have to write to pass userid and pwd to
CredentialsInterceptor?

Thanks 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to