Re: HTTP BASIC authentication

2006-02-05 Thread Prashanth.S
or realm, will appear in the pop-up box, in order to identify what the username and password are being requested for. Laurie Harper <[EMAIL PROTECTED]> wrote: Prashanth.S wrote: > Hello All, > I have got a simple question on BASIC aut

Re: HTTP BASIC authentication

2006-02-05 Thread Prashanth.S
ion. Than hows all webapps work??I thought that authentication happens only once during login page and all subsequent accesses to the protected resource will be granted by the server based on the Cookie sent from client?? Many Thanks Laurie Harper <[EMAIL PROTECTED]> wrot

HTTP BASIC authentication

2006-02-04 Thread Prashanth.S
Hello All, I have got a simple question on BASIC authentication on webresources using Tomcat. I had set up this BASIC authentication on tomcat and tomcat[because of my misconfiguration] seems to authenticate user every time they accesses resource though the client is sending back th

Re: Authentication problem

2006-01-28 Thread Prashanth.S
purpose is establish this in order to call ejb in jboss from tomcat For user authentication i need user + password + country user and password come from de login page and country form de last from www.google (.es | us | fr ) and so (http header host) gracias :) 2006/1/27, Prashanth.S : >

Re: Authentication problem

2006-01-27 Thread Prashanth.S
whats your appserver?? Iam working on a project using websphere app server and it has admin configurations wherein you can set websphere to authenticate using different authentication mechanisms[ex:Basic,Form,client-cert etc] aganist different user information repository[Ex:windows/solaris use

[OT]List of crrently running threads in JVM

2005-08-10 Thread Prashanth.S
Hello, Sorry for this OT but had no other option.. Is there any way in java to list all the currently executing thread in a running JVM process?? Thanks IN Advance Prashanth Send instant messages to your online friends http://asia.messenger.yahoo.com

Re: Hi-New to this group

2005-07-21 Thread Prashanth.S
Hello, I needed a small info. How many currently existing J2EE complaint Appservers support EJBv3.0 and what are they?? Thanks Prashanth Craig McClanahan <[EMAIL PROTECTED]> wrote: On 7/20/05, Nitish Kumar wrote: > > > Personally, I am not a big follower of EJB and I echo the sentiments th

Re: Coonection pooling

2004-10-04 Thread Prashanth.S
as a definition that makes sense of when we get these complaints and when we don't, that would be appreciated. I cannot make sense of it. Michael McGrady Prashanth.S wrote: >Hi all, >Is there any design pattern that can be followed in order to implement connection >pooling.

[OT]RE: Coonection pooling

2004-10-04 Thread Prashanth.S
Sorry...I have changed the subject to [OT].. Paul McCulloch <[EMAIL PROTECTED]> wrote:And your question is relevant on a Struts mailing list because ...? Paul > -Original Message- > From: Prashanth.S [mailto:[EMAIL PROTECTED] > Sent: Monday, October 04, 2004 11:28

Coonection pooling

2004-10-04 Thread Prashanth.S
Hi all, Is there any design pattern that can be followed in order to implement connection pooling.connection pooling doesnt mean only JDBC connections.Iam talking about general http connections to any external systems in order to send requests. Thanks in advance Prashanth

Re: [FRIDAY] GMail invites

2004-09-21 Thread Prashanth.S
I have 6Send me ur official idsFCFS Amit Gupta <[EMAIL PROTECTED]> wrote:can i have one too amit gupta india - Original Message - From: "Amjad Shahrour" To: "'Struts Users Mailing List'" Sent: Tuesday, September 21, 2004 4:05 AM Subject: RE: [FRIDAY] GMail invites Can I h

HTTP connection monitoring!!!

2004-09-11 Thread Prashanth.S
Hi all, Iam connecting to a Application server for sending my XML-RPC requests.I want to always monitor the connection[weather i can still be able to connect or not] between my server and the external server which serves my XML-RPC requests.I basically want information abt at what times the ser

Re: URL regd Servlet filter

2004-06-04 Thread Prashanth.S
Hi, I think u should override actionservelet class in struts and configure struts-config.xml...not so sure..left struts coding long back...take a look at below links... might help u... http://www.onjava.com/pub/a/onjava/2001/05/10/servlet_filters.html http://www.junlu.com/msg/30175.html Tha

Re: Pls help on request parameter

2004-04-17 Thread Prashanth.S
hi... this is because when u forward to next page ur request parameter will go as "country=nepal&bhutan" but it will be interpreted as "country=nepal"&bhutan where country and bhutan becomes 2 name pairs...so urlencode that value and than decode it cheers prashanth sougata <[EMAIL PROTECTE