Re: Tomcat 8 - session replication DeltaManager not working

2015-02-06 Thread Konstantin Kolinko
2015-02-06 19:09 GMT+03:00 Junek Leoš : > Hello to all, > > Would anyone know why session replication does not work for me? Load balancer > with session afinity works great, but after reconfiguration settings to > session replication my sessions are not persisted. I am running Oracle Linux > 6.5

Re: TomcatSasJAASRealm issue while Tomcat6 to Tomcat7 migration

2015-02-06 Thread Konstantin Kolinko
2015-02-06 20:05 GMT+03:00 Mahato, Jitendra N. : > Hi All, > > I am facing issue while migrating my application from Tomcat 6 to Tomcat 7. > Current Version:- Tomcat 6.0.18, Java 1.6.0.30 > Upgrade Version:- Tomcat 7.0.50, Java 1.7.0.51 > > Please help me to resolve the below issue. > > Issue after

Re: IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-06 Thread Konstantin Kolinko
2015-02-06 23:30 GMT+03:00 RICHARD DOUST : > Hi, > > I've got an application that ran well with Tomcat 6.0, but is causing me > problems on Tomcat 7.0. The front end is IIS (listening on port 80, passing > requests to the isapi_redirect (1.2.40) filter which is configured to send > some urls on

IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-06 Thread RICHARD DOUST
Hi, I've got an application that ran well with Tomcat 6.0, but is causing me problems on Tomcat 7.0. The front end is IIS (listening on port 80, passing requests to the isapi_redirect (1.2.40) filter which is configured to send some urls on to ajp13, then to port 8009 were Tomcat is listening),

Problems with enabling SSL with GoDaddy cert with Tomcat 7.0.57

2015-02-06 Thread nicksemai...@juno.com
Good afternoon,​I have a SHA2 certificate for a RHEL 6 server using tomcat 7.0.57.Port 8443 is listening, selinux is disabled, and have tried it with 8443 enabled in firewall and with firewall off. After receiving the .crt file from GoDaddy: ran the 4 keytool -import commands: For the alias=

Re: tomcat-jdbc PoolCleaner deadlock

2015-02-06 Thread Filip Hanik
thank you Robert! On Fri, Feb 6, 2015 at 11:14 AM, Robert Anderson wrote: > Hi, > > After a full week of normal usage, no deadlocks were found. > > > Thank you very much. > > Robert > > > > 2015-01-30 16:38 GMT-03:00 Robert Anderson : > > > Ok, Filip! > > > > Thanks, > > > > Robert > > > > 2015-

Re: tomcat-jdbc PoolCleaner deadlock

2015-02-06 Thread Robert Anderson
Hi, After a full week of normal usage, no deadlocks were found. Thank you very much. Robert 2015-01-30 16:38 GMT-03:00 Robert Anderson : > Ok, Filip! > > Thanks, > > Robert > > 2015-01-30 16:31 GMT-03:00 Filip Hanik : > > Robert, kindly let us know if disabling the pool cleaner does resolve

Re: TomcatSasJAASRealm issue while Tomcat6 to Tomcat7 migration

2015-02-06 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/6/2015 9:05 AM, Mahato, Jitendra N. wrote: > Hi All, > > I am facing issue while migrating my application from Tomcat 6 to > Tomcat 7. Current Version:- Tomcat 6.0.18, Java 1.6.0.30 Upgrade > Version:- Tomcat 7.0.50, Java 1.7.0.51 > > Please hel

TomcatSasJAASRealm issue while Tomcat6 to Tomcat7 migration

2015-02-06 Thread Mahato, Jitendra N.
Hi All, I am facing issue while migrating my application from Tomcat 6 to Tomcat 7. Current Version:- Tomcat 6.0.18, Java 1.6.0.30 Upgrade Version:- Tomcat 7.0.50, Java 1.7.0.51 Please help me to resolve the below issue. Issue after migration:- Not able to login into the application. Stage log

Re: Sporadic HTTP 403 returned by Tomcat when this should not happen ever. How to find out why this happens?

2015-02-06 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/6/2015 2:21 AM, Brian wrote: > Hello Mark, > > 1- No authentication at all, since the user authenticates sending a > parameter in the query string. > > 2- I have two filters: > "org.tuckey.web.filters.urlrewrite.UrlRewriteFilter" (which has > be

Tomcat 8 - session replication DeltaManager not working

2015-02-06 Thread Junek Leoš
Hello to all, Would anyone know why session replication does not work for me? Load balancer with session afinity works great, but after reconfiguration settings to session replication my sessions are not persisted. I am running Oracle Linux 6.5 (almost same as RHEL 6.5) with Tomcat 8.0.18, Java

Re: Sporadic HTTP 403 returned by Tomcat when this should not happen ever. How to find out why this happens?

2015-02-06 Thread Sean Dawson
http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter "The filter works by adding required Access-Control-* headers to HttpServletResponse object. The filter also protects against HTTP response splitting. If request is invalid, or is not permitted, then request is rejected with HT

Re: Issue when using tomcat JDBC Connection Pool with a shared resource

2015-02-06 Thread Daniel Mikusa
On Fri, Feb 6, 2015 at 9:57 AM, Jean-Louis Mateo wrote: > Hi Dan, > > Thank you for having replied to this issue. > First of all, now it works fine but I would like to answer your > questions... > > > Not sure about this "global" attribute. I don't believe it's an > attribute of the pool. Why d

RE: Issue when using tomcat JDBC Connection Pool with a shared resource

2015-02-06 Thread MWick
> -Original Message- > From: Daniel Mikusa [mailto:dmik...@pivotal.io] > Sent: Friday, February 06, 2015 8:06 AM > To: Tomcat Users List > Subject: Re: Issue when using tomcat JDBC Connection Pool with a shared > resource > > On Fri, Feb 6, 2015 at 6:27 AM, Jean-Louis Mateo louis.ma...@

Re: Issue when using tomcat JDBC Connection Pool with a shared resource

2015-02-06 Thread Daniel Mikusa
On Fri, Feb 6, 2015 at 6:27 AM, Jean-Louis Mateo wrote: > Hi, > > > > I would like to use the Tomcat JDBC Connection Pool with a shared resource > so I’ve read : > > http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Standalone and > http://tomcat.apache.org/tomcat-7.0-doc/config/context.ht

Issue when using tomcat JDBC Connection Pool with a shared resource

2015-02-06 Thread Jean-Louis Mateo
Hi, I would like to use the Tomcat JDBC Connection Pool with a shared resource so I've read : http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Standalone and http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Resource_Links and tried to do the same but when I try to access

Re: Sporadic HTTP 403 returned by Tomcat when this should not happen ever. How to find out why this happens?

2015-02-06 Thread Mark Thomas
On 06/02/2015 10:21, Brian wrote: > Hello Mark, > > 1- No authentication at all, since the user authenticates sending a parameter > in the query string. > > 2- I have two filters: "org.tuckey.web.filters.urlrewrite.UrlRewriteFilter" > (which has been working fine for years now) and CORS, ye

RE: Sporadic HTTP 403 returned by Tomcat when this should not happen ever. How to find out why this happens?

2015-02-06 Thread Brian
Hello Mark, 1- No authentication at all, since the user authenticates sending a parameter in the query string. 2- I have two filters: "org.tuckey.web.filters.urlrewrite.UrlRewriteFilter" (which has been working fine for years now) and CORS, yes!!! Actually, the CORS filter (org.apache.catal

Re: Sporadic HTTP 403 returned by Tomcat when this should not happen ever. How to find out why this happens?

2015-02-06 Thread Mark Thomas
On 05/02/2015 23:14, Brian wrote: > Hello David, > > Not, it is not the case. No exceptions whatsoever. And about 1/100 (or less) > of the requests return a 403 to the users, and all those requests are doing > the same thing. > Thanks a lot for your help! Is any authentication configured for th

Re: FileNotFoundException for existing JAR files

2015-02-06 Thread Mark Thomas
On 06/02/2015 08:16, Alexander Johnson wrote: > I'd like to know what could cause Tomcat or the native Java ZipFile.open > method to claim that a file does not exist when it actually does?\\ Usually file permissions on the file or one of the directories it is in. Other possibilities include using

Re: tomcat7-maven-plugin using standardjarscanner instead of webappclassloader

2015-02-06 Thread Alexander Johnson
It turns out I was mis-understanding the problem here by just looking at the logging output. The StandardJarScanner is always run before the WebAppClassLoader, but only logs if it detects errors. I've just rephrased the question to make it clearer what my problem is and sent out a separate e-mail

FileNotFoundException for existing JAR files

2015-02-06 Thread Alexander Johnson
I'd like to know what could cause Tomcat or the native Java ZipFile.open method to claim that a file does not exist when it actually does? This has been a blocking issue for some of my work for the past month. It's happening when attempting to run the tomcat7-maven-plugin. It works fine on most