Re: Why Net use ... does not work with WebDAV servlet

2007-10-08 Thread shahab
it be consequence of Authentication or Authorization policy of Tomcat? I have spent all last week working on this problem but no success! any idea or comment will be appreciated. regards, /shahab Mark Thomas [EMAIL PROTECTED] wrote: Shahab1355 wrote: sorry for late answering and I hop it is not too

Help - javax.servlet.UnavailableException: No resources

2007-10-03 Thread shahab
, but I think the problem is in deployment, but I don't know where? I am using Tomcat plugins for Eclipse to deploy the web application. regards, /shahab - Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV.

RE: Why Net use ... does not work with WebDAV servlet

2007-09-21 Thread shahab
Thank you for your hints to Slide.Actually slide is to heavy and complex for my purpose and I am still trying to use windows mini redirector with WebDAV servlet but no success. Peter Crowther [EMAIL PROTECTED] wrote: From: shahab [mailto:[EMAIL PROTECTED] I am trying to develop a simple

Why Net use ... does not work with WebDAV servlet

2007-09-19 Thread shahab
drive P: can not be created. whereas this net use command can be executed successfully in Apache web server. I do appreciate your comments and tips. regards /shahab - Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more!

how to populate userPrincipal in request object

2007-06-13 Thread shahab
Hi: Would you please let me know how can I set the userPrincipal in request Object. I am setting the Principal and roles in Subject (2 Principal object according to JAAS implementation). When i run the code in debugger, I see the Subject in reuqest null, also userPrincipal is null. Also,

Re: how to populate userPrincipal in request object

2007-06-13 Thread shahab
is to how to set the userPrincipal. thanx shahab wrote: Hi: Would you please let me know how can I set the userPrincipal in request Object. I am setting the Principal and roles in Subject (2 Principal object according to JAAS implementation). When i run the code in debugger, I see

Re: My first JAAS implementation. A few questions.

2007-04-25 Thread shahab
Hi: I have similar issue. Would you know if we need to save trhe Subject in HttpSession? Otherwise, how would the context get the Subject as follows - pSubject = %= Subject.getSubject(AccessController.getContext()) %/p thanx Shahab Mark Benussi wrote: I am implementing my first JAAS

how to set JAAS Subject in HTTPSession

2007-04-24 Thread shahab
Hi: I would need help with the following - I am trying to implement JAAS authentication using struts2. I have implemented the following flow - user request - struts action - login() - loginModule (implements LoginModule) this login module validates userid, password and in the commit(), it

how to set role for JAASRealm

2007-03-06 Thread shahab
returns ADMIN, which should allow url /admin/*. However, I am still getting HTTP 403. Please help. thanx Shahab -- View this message in context: http://www.nabble.com/how-to-set-role-for-JAASRealm-tf3359888.html#a9346104 Sent from the Tomcat - User mailing list archive at Nabble.com