Re: Tomcat 8.0.24 seems broken (empty POST body)

2015-07-30 Thread Mark Thomas
On 31/07/2015 04:16, David Landis wrote: > Just tried to upgrade my app from 8.0.20 to 8.0.24 and noticed I couldn't > login. The POST requests were correct on the client side but had an empty > body on the server side. > > So instead I tried upgrading to 8.0.23 and everything works perfectly fine

Tomcat 8.0.24 seems broken (empty POST body)

2015-07-30 Thread David Landis
Just tried to upgrade my app from 8.0.20 to 8.0.24 and noticed I couldn't login. The POST requests were correct on the client side but had an empty body on the server side. So instead I tried upgrading to 8.0.23 and everything works perfectly fine there. Looked at the 8.0.24 changelog and didn't s

Re: "Too Many Connections" exceptions after moving to Tomcat 8

2015-07-30 Thread Phil Steitz
On 7/30/15 9:03 AM, Christopher Schultz wrote: > Jerry, > > On 7/29/15 3:25 PM, Jerry Malcolm wrote: > > Well, it appears that we are slowly getting to the bottom of this. > > But with every answer, I get a few more questions > > > First, I installed the latest TC8 on my laptop, copied my > > s

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 7/30/2015 1:03 PM, Christopher Schultz wrote: > Mark, > > On 7/30/15 12:59 PM, Mark Eggers wrote: >> Comments inline: > >> On 7/30/2015 9:16 AM, Christopher Schultz wrote: >>> Robert, > >>> On 7/30/15 2:28 AM, Robert Jacobs wrote: We

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/30/15 12:59 PM, Mark Eggers wrote: > Comments inline: > > On 7/30/2015 9:16 AM, Christopher Schultz wrote: >> Robert, > >> On 7/30/15 2:28 AM, Robert Jacobs wrote: >>> We have double checked the environment settings we set and the >>>

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Comments inline: On 7/30/2015 9:16 AM, Christopher Schultz wrote: > Robert, > > On 7/30/15 2:28 AM, Robert Jacobs wrote: >> We have double checked the environment settings we set and the >> only thing we currently set is JAVA_HOME, which is set to >

Re: memory trace of the server with 2 instances of tomcat 7 running

2015-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ethen, On 7/30/15 6:52 AM, Ethen John wrote: > I have a linux server which is running 2 similar instances of > Tomcats 7. > > Each of the tomcat instances has the exact same web application > (.war) deployed. > > The application is not actively us

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 7/30/15 2:28 AM, Robert Jacobs wrote: > We have double checked the environment settings we set and the only > thing we currently set is JAVA_HOME, which is set to > /usr/java/latest . This points to 1.8.0_20-b26. > > We also created a ne

Re: "Too Many Connections" exceptions after moving to Tomcat 8

2015-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 7/29/15 3:25 PM, Jerry Malcolm wrote: > Well, it appears that we are slowly getting to the bottom of this. > But with every answer, I get a few more questions > > First, I installed the latest TC8 on my laptop, copied my > server.conf

Re: programatically manipulating a JSP

2015-07-30 Thread Sandro Boehme
Hello again, just for the archive: It turned out that it worked quite well to use Jericho for that. [1] - http://jericho.htmlparser.net/docs/index.html Best, Sandro Am 19.07.15 um 14:32 schrieb Sandro Boehme: Hello, I have a use case where I have to programatically add HTML and/or Scriptl

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Philippe Anctil
Sorry to insist on that point, but have you tried to start Tomcat with an ordinary user account? To do that change the port it listens to for anything over 1024. Then start it with deamon.sh. If it works with one account but not the other, there is a difference hiding somewhere. Also, I suggest to

Re: memory trace of the server with 2 instances of tomcat 7 running

2015-07-30 Thread André Warnier
Ethen John wrote: hi all, I have a linux server which is running 2 similar instances of Tomcats 7. Each of the tomcat instances has the exact same web application (.war) deployed. The application is not actively used by the users, but the behavior of the application on both the tomcat instance

memory trace of the server with 2 instances of tomcat 7 running

2015-07-30 Thread Ethen John
hi all, I have a linux server which is running 2 similar instances of Tomcats 7. Each of the tomcat instances has the exact same web application (.war) deployed. The application is not actively used by the users, but the behavior of the application on both the tomcat instances is looking very sl

Re: Tomcat manager application not using custom ErrorReportingValve !

2015-07-30 Thread Utkarsh Dave
Thanks a lot Mark. On Thu, Jul 30, 2015 at 11:50 AM, Mark Thomas wrote: > On 30/07/2015 07:18, Utkarsh Dave wrote: > > Hi All, > > > > My application has a custom reporting valve in server.xml > > > >> errorReportValveClass="com..valves.CustomErrorReportValve" > > name="localhost" unpack