JNDIRealm autehentication

2005-08-19 Thread Rogerio Baldini das Neves
Hi Folks, Is it possible to authenticate in multiples userBase´s using JNDIRealm ? I have a configuration as above: ldap://localhost:389"; userBase="ou=people,dc=mycompany,dc=com" userSearch="(mail={0})" userRoleName="memberOf" roleBase="ou=groups,dc=mycompa

Re: IIS6 Win2003 ISAPI config

2005-07-21 Thread Rogerio Baldini das Neves
Chuk My jkstatus wasn´t working with 1.2.13. I ´ve updated to 1.2.14 and everything is working fine right now. Rogerio. - Original Message - From: "Sumpter, Chuck" <[EMAIL PROTECTED]> To: Sent: Thursday, July 21, 2005 11:36 AM Subject: IIS6 Win2003 ISAPI config > Jk1.2 in this envir

Re: jkstatus

2005-07-21 Thread Rogerio Baldini das Neves
der deny,allow > Deny from all > Allow from 127.0.0.1 > > > Regards > > On Wed, 20 Jul 2005 11:00:04 -0300 > "Rogerio Baldini das Neves" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have installed a cluster using Apache

jkstatus

2005-07-20 Thread Rogerio Baldini das Neves
Hi, I have installed a cluster using Apache2.0.54 + mod_jk 1.2.13 + Tomcat5.5.9. And it´s working fine. I want to configure jkstatus but I haven´t been success. My worker.properties worker.tomcat1.type=ajp13 worker.tomcat1.host=localhost worker.tomcat1.port=8009 worker.tomcat1.lbfactor=1 worker.

Re: tc4 & tc4

2005-07-19 Thread Rogerio Baldini das Neves
environment var for > TC4 excluding simultaneous instances? > > --- Rogerio Baldini das Neves > <[EMAIL PROTECTED]> wrote: > > > Hi Chris > > > > Check if there is a enviroment variable called > > CATALINA_HOME. > > It can make things don´t work. &g

Re: tc4 & tc4

2005-07-19 Thread Rogerio Baldini das Neves
Hi Chris Check if there is a enviroment variable called CATALINA_HOME. It can make things don´t work. Rogerio - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, July 19, 2005 4:32 PM Subject: Re: tc4 & tc4 > Take a look at the log fil

Re: JAASRealm and Subject

2005-07-19 Thread Rogerio Baldini das Neves
returned by the > getUserPrincipal() to gain access to the Principal object. > > Jim > > > Rogerio Baldini das Neves wrote: > > > > Jim, > > > > First of all, thanks so much for your help. > > > > I have got same conclusions. > >

Re: JAASRealm and Subject

2005-07-19 Thread Rogerio Baldini das Neves
urity.AccessController­.doPrivileged() code block. This can > > > > present a inconsistent behavior that is problematic and causes > > > > undesirable effort. com.ibm.websphere.security.aut­h.WSSubject provides > > > > a work around to associate Subject

JAASRealm and Subject

2005-07-18 Thread Rogerio Baldini das Neves
Hi! I'm using the Tomcat 5 JAASRealm for authenticating users with my own LoginModule. In my LoginModule I am populating the Subject object delivered by the Realm with Principals, Role Principals and Credentials. The authentication and the mapping of my user defined roles to tomcat roles

disable tomcat in a cluster

2005-06-29 Thread Rogerio Baldini das Neves
Hi I need to disable a Tomcat from my cluster without restart my apache.. Is it possible ? Is there a manager to do this ? Thanks Rogerio Baldini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: single session id

2005-06-28 Thread Rogerio Baldini das Neves
aration. This is a tomcat > 5.5 feature only. > > -Tim > > Rogerio Baldini das Neves wrote: > > > Hi, > > > > I need to have a "single session id" in all my contexts in my host ? > > Is it possible ? > > > > My problem: > > I have

single session id

2005-06-28 Thread Rogerio Baldini das Neves
Hi, I need to have a "single session id" in all my contexts in my host ? Is it possible ? My problem: I have a cluster this 1 Apache and 2 Tomcats. In each Tomcat, I have 5 apps. I do a request to app1, Apache sends me to Tomcat1. If I request to app2, I need Apache sends me to Tomcat1 again.

problem in jsp response

2004-01-13 Thread Rogerio Baldini das Neves
Hi,   I have a problem that's getting me crazy.   A code in jsp file like this:   <%for(int i=0; i<10; i++){ out.println("i:"+i+""); Thread.sleep(1000);} %>   is just showed in browser when tomcat finishes processing all iterates. This is, tomcat sends the html soucecode just when process en

Re: problem in jsp response

2004-01-13 Thread Rogerio Baldini das Neves
Thanks Jean-Philippe, it works fine rigth now.   Is it possible to set up this parameter in server? I think it will be boring to set it up in each jsp file.   thanks again, __ Rogério Baldini das NevesDiretor de Tecnologia

problem in jsp response

2004-01-13 Thread Rogerio Baldini das Neves
Hi,   I have a problem that's getting me crazy.   A code in jsp file like this:   <%for(int i=0; i<10; i++){ out.println("i:"+i+""); Thread.sleep(1000);} %>   is just showed in browser when tomcat finishes processing all iterates (it takes 10 seconds). This is, tomcat sends the html soucecod