Reg: Connection pool

2013-09-25 Thread Anu Prab
Hi I am using Tomcat version 7. Is it possible to update connection pool properties without restarting the Tomcat server? Thanks in advance.

Re: Server Migration question Solaris 9 to Solaris 10

2013-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 9/25/13 5:18 PM, Eric Clifford wrote: > I'm in the middle of a hardware upgrade. The application expert > has on our project work list "copy /opt/tomcat/* from old machine > to new machine. > > The old machine is a Sun V240, running Sola

Server Migration question Solaris 9 to Solaris 10

2013-09-25 Thread Eric Clifford
Hello all, I'm in the middle of a hardware upgrade. The application expert has on our project work list "copy /opt/tomcat/* from old machine to new machine. The old machine is a Sun V240, running Solaris 9. The New machine is an Oracle (Sun) T4 server running Solaris 10. Tomcat version is To

Re: Keeping user roles in different realm than users

2013-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 9/25/13 4:52 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Keeping user roles in different realm than users > >>> Any other solutions than writing an error-prone homegr

RE: Keeping user roles in different realm than users

2013-09-25 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Keeping user roles in different realm than users > > Any other solutions than writing an error-prone homegrown one that > > will allow to keep users in one realm, user roles in the other > > realm and still be able

Re: [ANN] New committer: Konstantin Preißer

2013-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 9/24/13 6:20 PM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Konstantin Preißer has been voted in as a new Tomcat committer. > > In addition to a number of high quality bug reports and pat

Re: Keeping user roles in different realm than users

2013-09-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kamil, On 9/25/13 8:49 AM, attr wrote: > Is it possible to authenticate a user against one realm (i.e.: > LDAP) but authorize (obtain roles the user belongs to) against > another realm (i.e. database)? I'm interested in the use case, here: why woul

Re: FileNotFoundException: JAR entry META-INF/spring.tld not found

2013-09-25 Thread Mark Thomas
On 25/09/2013 09:22, Ralph Schaer wrote: > Hi > > I'm fiddling with the latest Tomcat 8.0.0-RC3 and get the following WARNING > log message. This happens on Windows and on Linux. > I created a simple maven project: > https://github.com/ralscha/tomcat8warning that > demonstrates the problem. > > C

Re: Keeping user roles in different realm than users

2013-09-25 Thread André Warnier
attr wrote: Is it possible to authenticate a user against one realm (i.e.: LDAP) but authorize (obtain roles the user belongs to) against another realm (i.e. database)? Any other solutions than writing an error-prone homegrown one that will allow to keep users in one realm, user roles in the o

Re: Keeping user roles in different realm than users

2013-09-25 Thread Terence M. Bandoian
On 9/25/2013 7:49 AM, attr wrote: > Is it possible to authenticate a user against one realm (i.e.: LDAP) but > authorize (obtain roles the user belongs to) against another realm (i.e. > database)? > Any other solutions than writing an error-prone homegrown one that will allow > to keep users in

FileNotFoundException: JAR entry META-INF/spring.tld not found

2013-09-25 Thread Ralph Schaer
Hi I'm fiddling with the latest Tomcat 8.0.0-RC3 and get the following WARNING log message. This happens on Windows and on Linux. I created a simple maven project: https://github.com/ralscha/tomcat8warning that demonstrates the problem. Clone it, create a war with mvn package and copy the war int

Re: WebSocket message size limits

2013-09-25 Thread Igor Urisman
You're right, Nikki,-- he has. There was a point to all this in the beginning but I think it's all good now. All seems to work as advertized. I went back to some earlier test cases and what I thought was failing is in fact working fine. -Igor. On Mon, Sep 23, 2013 at 11:56 PM, Niki Dokovski wr

Re: Solaris/Tomcat 7.0.32 + SPNEGO, Browser Header Problem

2013-09-25 Thread Mark Thomas
On 25/09/2013 07:32, Geoffrey Seanor wrote: > Hi, > > I'm running Tomcat 7.0.32 on jdk1.6.0_06 and am having problems with > client browser (IE8) SPNEGO authentication. > > I referred to this page when checking the browser configuration, which > runs on Windows XP. > http://www.oracle.com/techn

Solaris/Tomcat 7.0.32 + SPNEGO, Browser Header Problem

2013-09-25 Thread Geoffrey Seanor
Hi, I'm running Tomcat 7.0.32 on jdk1.6.0_06 and am having problems with client browser (IE8) SPNEGO authentication. I referred to this page when checking the browser configuration, which runs on Windows XP. http://www.oracle.com/technetwork/articles/idm/weblogic-sso-kerberos-161 9890.html

Keeping user roles in different realm than users

2013-09-25 Thread attr
Is it possible to authenticate a user against one realm (i.e.: LDAP) but authorize (obtain roles the user belongs to) against another realm (i.e. database)? Any other solutions than writing an error-prone homegrown one that will allow to keep users in one realm, user roles in the other realm and