Context Container Deployment

2016-02-03 Thread Gaurav Rajput
Hi Guys, CONFIGURATION & BACKGROUND : I am running Tomcat-8.0.28 on amazon linux. I want to do the parallel context container deployment with the multiple versions of the application. Once I keep the new war file (ROOT##002.war) of the upgraded version of the application, I need to remove the old

question regarding attributes

2016-02-03 Thread dinakaran ganesan
Hi We have the following set of parameters setup for tomcat in our environment. maxActive=100 maxWait=6 maxIdle=15 minIdle=30 initialSize=15 testOnBorrow=false validationQuery=SELECT 1 FROM DUAL validationInterval=6 minEvictableIdleTimeMillis=300 ( 3000 secs)

Re: Installing APR based Apache Tomcat Native Library

2016-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yuval, On 2/3/16 12:29 PM, Yuval Schwartz wrote: > Thanks a lot. Comments below. > > On Wed, Feb 3, 2016 at 5:02 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Try this. Before you are ready to shut down, take note of the pid

Re: Http 403: access to requested resource denied

2016-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/3/16 1:50 PM, André Warnier (tomcat) wrote: > On 03.02.2016 19:07, David kerber wrote: >> On 2/3/2016 12:50 PM, prashant sharma wrote: >>> On 3 Feb 2016 17:42, "David kerber" >>> wrote: On 2/3/2016 12:23

Re: Problem with Tomcat Cluster

2016-02-03 Thread Edwin Quijada
Well, I have a clustered , I dont test in non clustered environment From: Mikel Ibiricu Sent: Wednesday, February 3, 2016 5:32 AM To: Tomcat Users List Subject: Re: Problem with Tomcat Cluster Are you sure it starts in non-clustered

Re: Installing APR based Apache Tomcat Native Library

2016-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yuval, On 2/2/16 6:11 PM, Yuval Schwartz wrote: > Thanks. Answers below > > On Tuesday, 2 February 2016, Christopher Schultz < > ch...@christopherschultz.net > > > wrote: > > Yuval, >

Tomcat7-maven-plugin: Failed to initialize end point associated with ProtocolHandler

2016-02-03 Thread Simon Schabel
Hello @all, we were using tomcat-maven-plugin which uses Tomcat 6 until last week to run our API written in Java and to test around with it. This worked very well for ages and we got used to it but now we decided to switch to tomcat7-maven-plugin. We used the Jersey Java Framework to build

Unable to find IIS Tomcat Connector 1.2.41 dll

2016-02-03 Thread McKenzie, Mitch
I can find the 1.2.40 here: http://mirror.symnds.com/software/Apache/tomcat/tomcat-connectors/jk/binaries/windows/ Any idea where I can find the 1.2.41 dll? Thank you. Mitch This message has been scanned for malware by Websense. www.websense.com

RE: Unable to find IIS Tomcat Connector 1.2.41 dll

2016-02-03 Thread George Stanchev
You might want to explore this thread: http://marc.info/?l=tomcat-user=145399491702444=2 which also points to this thread http://tomcat.markmail.org/message/lyxmf5zof5csf6bn Regards, George -Original Message- From: McKenzie, Mitch [mailto:mmcken...@markelcorp.com] Sent: Wednesday,

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
That's true. But we are not doing any authn/authz in our application. Its just a simple webapp that exposes 1 endpoint (put method). Any body should be able to hit that end point. It works fine if I place my war outside tomcat installation directory and create a context from Catalina/localhost.

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
Hi, Can someone pls provide any inputs on below. Thanks Regards, Prashant 07440456543 On 2 Feb 2016 18:02, "prashant sharma" wrote: > Hi, > I am using apache tomcat 7.0.57 and jdk 7 on windows 7. > I have deployed a simple web application inside tomcat webapps

Re: Http 403: access to requested resource denied

2016-02-03 Thread David kerber
403 is an authentication/authorization error, which means the logged-in user doesn't have permissions to the requested resource. On 2/3/2016 11:05 AM, prashant sharma wrote: Hi, Can someone pls provide any inputs on below. Thanks Regards, Prashant 07440456543 On 2 Feb 2016 18:02, "prashant

Re: Installing APR based Apache Tomcat Native Library

2016-02-03 Thread Yuval Schwartz
Thanks, answers below. On Wed, Feb 3, 2016 at 11:15 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Yuval, > > On 2/3/16 12:29 PM, Yuval Schwartz wrote: > > Thanks a lot. Comments below. > > > > On Wed, Feb 3, 2016 at 5:02 PM,

Tomcat 6 | Tomcat with APR causing Thread Blocking

2016-02-03 Thread Ranjan, Ravi
Hi Guys, I am new to this user list and this is the first email I am sending out to you. Hope you will let me know if more information/logs/dump/test case/clarity is required. So I am working with Tomcat 6.0.41 (both 64bit and 32 bit). In my Tomcat environment I am using APR (Apache Portable

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
On 3 Feb 2016 17:42, "David kerber" wrote: > > On 2/3/2016 12:23 PM, prashant sharma wrote: >> >> On 3 Feb 2016 16:38, "Mark Eggers" wrote: >>> >>> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Quick note - please post at the

Re: Http 403: access to requested resource denied

2016-02-03 Thread David kerber
On 2/3/2016 12:50 PM, prashant sharma wrote: On 3 Feb 2016 17:42, "David kerber" wrote: On 2/3/2016 12:23 PM, prashant sharma wrote: On 3 Feb 2016 16:38, "Mark Eggers" wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Quick note -

Re: Http 403: access to requested resource denied

2016-02-03 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Quick note - please post at the bottom or inline. See item 6 of the Tomcat users mailing list here: http://tomcat.apache.org/lists.html On 2/3/2016 8:20 AM, prashant sharma wrote: > That's true. But we are not doing any authn/authz in our >

Re: Installing APR based Apache Tomcat Native Library

2016-02-03 Thread Yuval Schwartz
Thanks a lot. Comments below. On Wed, Feb 3, 2016 at 5:02 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Yuval, > > On 2/2/16 6:11 PM, Yuval Schwartz wrote: > > Thanks. Answers below > > > > On Tuesday, 2 February 2016,

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
On 3 Feb 2016 16:38, "Mark Eggers" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Quick note - please post at the bottom or inline. > > See item 6 of the Tomcat users mailing list here: > http://tomcat.apache.org/lists.html > > On 2/3/2016 8:20 AM,

Re: Http 403: access to requested resource denied

2016-02-03 Thread David kerber
On 2/3/2016 12:23 PM, prashant sharma wrote: On 3 Feb 2016 16:38, "Mark Eggers" wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Quick note - please post at the bottom or inline. See item 6 of the Tomcat users mailing list here:

Re: Http 403: access to requested resource denied

2016-02-03 Thread prashant sharma
Regards, Prashant 07440456543 On 3 Feb 2016 18:07, "David kerber" wrote: > > On 2/3/2016 12:50 PM, prashant sharma wrote: >> >> On 3 Feb 2016 17:42, "David kerber" wrote: >>> >>> >>> On 2/3/2016 12:23 PM, prashant sharma wrote: On 3 Feb

Re: Http 403: access to requested resource denied

2016-02-03 Thread David kerber
On 2/3/2016 1:16 PM, prashant sharma wrote: Regards, Prashant 07440456543 On 3 Feb 2016 18:07, "David kerber" wrote: On 2/3/2016 12:50 PM, prashant sharma wrote: On 3 Feb 2016 17:42, "David kerber" wrote: On 2/3/2016 12:23 PM, prashant sharma

Re: Http 403: access to requested resource denied

2016-02-03 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/3/2016 10:16 AM, prashant sharma wrote: > Regards, Prashant > > 07440456543 On 3 Feb 2016 18:07, "David kerber" > wrote: >> >> On 2/3/2016 12:50 PM, prashant sharma wrote: >>> >>> On 3 Feb 2016 17:42, "David kerber"

Re: Http 403: access to requested resource denied

2016-02-03 Thread tomcat
On 03.02.2016 19:07, David kerber wrote: On 2/3/2016 12:50 PM, prashant sharma wrote: On 3 Feb 2016 17:42, "David kerber" wrote: On 2/3/2016 12:23 PM, prashant sharma wrote: On 3 Feb 2016 16:38, "Mark Eggers" wrote: -BEGIN PGP