Re: Tomcat Maven plugin failure: tries to use a TLSv1 handshake with a TLSv1.2 server.

2015-03-05 Thread Stu Smith
Hello Chris, With maven, I am using: java -version java version "1.7.0_55" OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1~0.13.10.1) OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode) On the server, java version "1.7.0_65" OpenJDK Runtime Environment (IcedTea 2.5.1) (7u65-

RE: Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread Caldarale, Charles R
> From: Owens, Stephen (ITD) [mailto:stephen.ow...@state.ma.us] > Subject: Question on Http11AprProcessor Error parsing HTTP request header > error messages > 2015-03-05 13:41:20,977 [http-apr-50881-exec-6] DEBUG > org.apache.coyote.http11.Http11AprProcessor- > Error parsing HTTP request header

Re: Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread André Warnier
Owens, Stephen (ITD) wrote: Hi, I'm testing Tomcat 8.0.20 on Red Hat Enterprise Linux Server release 6.6. Tomcat 8.0.20 was compiled with jdk1.8.0_31, openssl-1.0.2, apr-1.5.1, and apr-util-1.5.4. The relevant portions of the server.xml file are: ... ... ... ...

Question on Http11AprProcessor Error parsing HTTP request header error messages

2015-03-05 Thread Owens, Stephen (ITD)
Hi, I'm testing Tomcat 8.0.20 on Red Hat Enterprise Linux Server release 6.6. Tomcat 8.0.20 was compiled with jdk1.8.0_31, openssl-1.0.2, apr-1.5.1, and apr-util-1.5.4. The relevant portions of the server.xml file are: ... ... ... ... ... ...

Tomcats warning message about APR library

2015-03-05 Thread Emir Ibrahimbegovic
I've got this message when starting a tomcat server : org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib/x

Re: Tomcat Maven plugin failure: tries to use a TLSv1 handshake with a TLSv1.2 server.

2015-03-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stu, On 3/5/15 2:23 AM, Stu Smith wrote: > Hello, > > I'm using the tomcat maven plugin to deploy to an SSL-enabled host. > I've pointed maven at copy of the keystore used on the tomcat > server itself, so all the keys should be there. Also, I enab

Re: Apache catalina springsource bundle for Apache Tomcat v6.0.43

2015-03-05 Thread Violeta Georgieva
Hi, 2015-03-05 15:31 GMT+02:00 Mark Thomas : > > On 05/03/2015 10:02, Raghavendra Nilekani wrote: > > Hello All > > > > I have a java application where I use Apache catalina springsource OSGI > > bundle ( > > *com.springsource.org.apache.catalina.springsource-6.0.20.S2-r5956.jar*) to > > configure

Re: Issue with Apache Tomcat /4.0.3

2015-03-05 Thread Mark Thomas
On 05/03/2015 13:23, Caldarale, Charles R wrote: >> From: Sailaja Gadireddy [mailto:sailaja.gadire...@gmail.com] >> Subject: Issue with Apache Tomcat /4.0.3 > >> We have a below setup for one of our application which was developed long >> back. > > And irresponsibly not updated. > >> Tomcat 4.

Re: Apache catalina springsource bundle for Apache Tomcat v6.0.43

2015-03-05 Thread Mark Thomas
On 05/03/2015 10:02, Raghavendra Nilekani wrote: > Hello All > > I have a java application where I use Apache catalina springsource OSGI > bundle ( > *com.springsource.org.apache.catalina.springsource-6.0.20.S2-r5956.jar*) to > configure and start tomcat and register tomcat as an OSGI service to m

RE: Issue with Apache Tomcat /4.0.3

2015-03-05 Thread Caldarale, Charles R
> From: Sailaja Gadireddy [mailto:sailaja.gadire...@gmail.com] > Subject: Issue with Apache Tomcat /4.0.3 > We have a below setup for one of our application which was developed long > back. And irresponsibly not updated. > Tomcat 4.0.3 That's over thirteen years old. It's simply inexcusable

Re: Issue with Apache Tomcat /4.0.3

2015-03-05 Thread Michel Labarre
unsubscribe - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Issue with Apache Tomcat /4.0.3

2015-03-05 Thread Sailaja Gadireddy
Hi Team, We have a below setup for one of our application which was developed long back. Apache 1.3.x Tomcat 4.0.3 Mod_webapp connector Oracle 11.2.0.3 Now as Oracle has been moved to Exadata.. it is migrated to 11.2.0.4. And the application is not able to connect to new DB using any of the con

Apache catalina springsource bundle for Apache Tomcat v6.0.43

2015-03-05 Thread Raghavendra Nilekani
Hello All I have a java application where I use Apache catalina springsource OSGI bundle ( *com.springsource.org.apache.catalina.springsource-6.0.20.S2-r5956.jar*) to configure and start tomcat and register tomcat as an OSGI service to my application. Now I have to migrate to tomcat of latest vers

Re: Erroneous duplicate servlet mapping exception (IllegalArgumentException)

2015-03-05 Thread Violeta Georgieva
Hi, 2015-03-05 1:53 GMT+02:00 Adam Ryan : > > Hi, > > I had my tomcat webapp running fine (using Tomcat 8.0.9) in Eclipse Luna, > and I decided to have a play around with the build path. After changing a > few things and then changing everything back to its previous state, I am > now getting an Il