Re: javaagent initialization (premain-method) not triggered by tomcat 7.0.52

2014-04-30 Thread Fredrik
Christopher Schultz skrev 2014-04-29 17:38: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fredrik, On 4/29/14, 4:28 AM, Fredrik wrote: Hello. We're using jamm (https://github.com/jbellis/jamm) a java agent for measuring object memory usage, passing the javaagent argument to tomcat as

Re: javaagent initialization (premain-method) not triggered by tomcat 7.0.52

2014-04-30 Thread Fredrik
Konstantin Kolinko skrev 2014-04-30 01:17: 2014-04-29 12:28 GMT+04:00 Fredrik fredrik.l.stigb...@sitevision.se: Hello. We're using jamm (https://github.com/jbellis/jamm) a java agent for measuring object memory usage, passing the javaagent argument to tomcat as

Re: javaagent initialization (premain-method) not triggered by tomcat 7.0.52

2014-04-30 Thread Fredrik
Konstantin Kolinko skrev 2014-04-30 01:17: 2014-04-29 12:28 GMT+04:00 Fredrik fredrik.l.stigb...@sitevision.se: Hello. We're using jamm (https://github.com/jbellis/jamm) a java agent for measuring object memory usage, passing the javaagent argument to tomcat as

Re: javaagent initialization (premain-method) not triggered by tomcat 7.0.52

2014-04-30 Thread Fredrik
Konstantin Kolinko skrev 2014-04-30 01:17: 2014-04-29 12:28 GMT+04:00 Fredrik fredrik.l.stigb...@sitevision.se: Hello. We're using jamm (https://github.com/jbellis/jamm) a java agent for measuring object memory usage, passing the javaagent argument to tomcat as

Re: Regarding i think an intrusion

2014-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/29/14, 4:54 PM, Konstantin Kolinko wrote: 2014-04-30 0:41 GMT+04:00 Leonardo Santagostini lsantagost...@gmail.com: Hello Dan, Nop, the attacker is executing locally the following tomcat8882 1 0 Apr27 ?

Re: javaagent initialization (premain-method) not triggered by tomcat 7.0.52

2014-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 4/29/14, 7:17 PM, Konstantin Kolinko wrote: 2014-04-29 12:28 GMT+04:00 Fredrik fredrik.l.stigb...@sitevision.se: Hello. We're using jamm (https://github.com/jbellis/jamm) a java agent for measuring object memory usage, passing

Re: Setup Issue tomcat 6 SLES 11 SSL

2014-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vincent, On 4/29/14, 4:24 PM, Vincent T. DiScipio wrote: I have setup tomcat 6 on SLES 11 and secured the instance with an external certificate if authority. The following is occurring from the same machine using both IE and Firefox:

Re: Regarding i think an intrusion

2014-04-30 Thread Leonardo Santagostini
Ok, i will do the following: 1) thread dump of running tomcat instance 2) Pastebin the running tomcat config I think at mid day will have all the info. Thanks all for replying me and all the responses. Regards, Leonardo Saludos.- Leonardo Santagostini http://ar.linkedin.com/in/santagostini

Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-04-30 Thread Hayward, Leigh
Hello all, My Java EE web application takes in multiple audio inputs and outputs them as a single wav file via an application/octet stream. It seemingly randomly works correctly (i.e. outputting the correctly manipulated audio file) but sometimes, the file from a previous run of the program is

Re: Regarding i think an intrusion

2014-04-30 Thread Leonardo Santagostini
Hello list, well my homework is done Here are the links: setenv.sh: http://pastebin.com/EN1mXDFi catalina.sh: http://pastebin.com/1vRVLbSm web.xml: http://pastebin.com/BqEfiXXm server.xml: http://pastebin.com/wfzE8bYU logging.properties: http://pastebin.com/Qurk8sLU catalina.properties:

Re: Regarding i think an intrusion

2014-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leonardo, You need to post a thread dump as well. - -chris On 4/30/14, 11:35 AM, Leonardo Santagostini wrote: Hello list, well my homework is done Here are the links: setenv.sh: http://pastebin.com/EN1mXDFi catalina.sh:

RE: Regarding i think an intrusion

2014-04-30 Thread Martin Gainty
Date: Wed, 30 Apr 2014 12:35:52 -0300 Subject: Re: Regarding i think an intrusion From: lsantagost...@gmail.com To: users@tomcat.apache.org Hello list, well my homework is done Here are the links: setenv.sh: http://pastebin.com/EN1mXDFi catalina.sh: http://pastebin.com/1vRVLbSm

Re: Regarding i think an intrusion

2014-04-30 Thread Felix Schumacher
On 30. April 2014 17:35:52 MESZ, Leonardo Santagostini lsantagost...@gmail.com wrote: Hello list, well my homework is done Here are the links: setenv.sh: http://pastebin.com/EN1mXDFi catalina.sh: http://pastebin.com/1vRVLbSm web.xml: http://pastebin.com/BqEfiXXm server.xml:

Re: Regarding i think an intrusion

2014-04-30 Thread Leonardo Santagostini
Hello Martin/Felix, Im uploading mi logfiles so it will be available when finished uploading. Regarding the configuration, its working in two other sites without problem, and there is no problem putting L4 balancing with haproxy. I have asked developers about that exploit, still without answer.

Re: Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leigh, On 4/30/14, 10:31 AM, Hayward, Leigh wrote: My Java EE web application takes in multiple audio inputs and outputs them as a single wav file via an application/octet stream. Like a mixer? It seemingly randomly works correctly (i.e.

Re: Regarding i think an intrusion

2014-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leonardo, On 4/30/14, 12:48 PM, Leonardo Santagostini wrote: Im uploading mi logfiles so it will be available when finished uploading. Remember to get a thread dump while Runtime.exec() is running. You should copy the script /tmp/4.sh somewhere

Re: Regarding i think an intrusion

2014-04-30 Thread Leonardo Santagostini
Hello Christopher, thanks for your response. I have a copy of 4.sh and squid (binary ELF file) and tried to see using strings what this program do. I couldn’t see anything =( Im monitoring the server for getting a dump at the moment this injection occurs. Files still uploanding =( Thanks for

RE: Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-04-30 Thread Hayward, Leigh
Hi Chris, Thank you so much for the speedy response . I have no idea what i'm doing formatting wise. Pretty much just wrapping and indenting all by hand so forgive me if it's a mess! From: Christopher Schultz ch...@christopherschultz.net Sent: 30 April

Re: CORS issue with Tomcat and Android Webview

2014-04-30 Thread Terence M. Bandoian
On 4/29/2014 3:48 AM, Jose María Zaragoza wrote: 2014-04-29 0:38 GMT+02:00 Terence M. Bandoian tere...@tmbsw.com: On 4/28/2014 5:32 PM, Terence M. Bandoian wrote: On 4/28/2014 3:08 PM, Jose María Zaragoza wrote: 2014-04-28 21:55 GMT+02:00 Terence M. Bandoian tere...@tmbsw.com: On 4/26/2014

Re: Setup Issue tomcat 6 SLES 11 SSL

2014-04-30 Thread Terence M. Bandoian
On 4/30/2014 9:02 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vincent, On 4/29/14, 4:24 PM, Vincent T. DiScipio wrote: I have setup tomcat 6 on SLES 11 and secured the instance with an external certificate if authority. The following is occurring from the

Re: Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leigh, On 4/30/14, 1:55 PM, Hayward, Leigh wrote: Hi Chris, Thank you so much for the speedy response . I have no idea what i'm doing formatting wise. Pretty much just wrapping and indenting all by hand so forgive me if it's a mess!

High CPU Usage on restarting the Tomcat 7.0.39

2014-04-30 Thread srinivas rapolu
We are using Tomcat 7.0.39 ((java version 1.7.0_25), and Sometimes CPU goes high when we restart the TOMCAT. We have to stop the Tomcat in-order to release the release resources and again restarting the Tomcat fixes the problem. On profiling, found that Invocations on

Re: High CPU Usage on restarting the Tomcat 7.0.39

2014-04-30 Thread Konstantin Kolinko
2014-04-30 23:41 GMT+04:00 srinivas rapolu rapolu.srini...@gmail.com: We are using Tomcat 7.0.39 ((java version 1.7.0_25), and Sometimes CPU goes high when we restart the TOMCAT. We have to stop the Tomcat in-order to release the release resources and again restarting the Tomcat fixes the

Re: High CPU Usage on restarting the Tomcat 7.0.39

2014-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Srinivas, On 4/30/14, 3:41 PM, srinivas rapolu wrote: We are using Tomcat 7.0.39 ((java version 1.7.0_25), and Sometimes CPU goes high when we restart the TOMCAT. We have to stop the Tomcat in-order to release the release resources and again

Re: High CPU Usage on restarting the Tomcat 7.0.39

2014-04-30 Thread srinivas rapolu
#1. Sorry, was not aware of attachments. Uploaded screenshot at: http://www.imageurlhost.com/images/souyh4ks07ber4kwu9u.png #2. Connector details from server.xml Connector port=80 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=443 / Connector port=8009 protocol=AJP/1.3 redirectPort=8443 /

RE: Setup Issue tomcat 6 SLES 11 SSL

2014-04-30 Thread Vincent T. DiScipio
Terence, I poked around in the configuration file and knew it was something I did to screw it up. I just scrapped the install and started from fresh. Thanks for the reply Vince DiScipio Director of Digital Infrastructure The College of Wooster P - 330-263-2612 F - 330-263-2666

Re: Need How-To Authenticate with built-in SPNEGO and Authorize with a DataSourceRealm or JAAS database role lookup.

2014-04-30 Thread Felix Schumacher
On 29. April 2014 20:28:14 MESZ, Troyer, Ron arthur.tro...@honeywell.com wrote: Hi, I am new to Tomcat and need some guidance. I am trying to setup a Tomcat 7.0.53 instance on a Windows 7 box, using JDK 1.7_51. I have read the section of the documentation about Windows Authentication, but

Difference between Tomcat Window Service mode ?

2014-04-30 Thread Sebastien Tardif
What is the difference between Tomcat Window Service mode ? Which one is better? I believe one of them is more “friendly” with JConsole so that the Tomcat instance is listed as a list of JVM running locally? Extract from http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html

Re: Difference between Tomcat Window Service mode ?

2014-04-30 Thread Konstantin Kolinko
2014-05-01 1:10 GMT+04:00 Sebastien Tardif sebastien.tardif.contrac...@gmo.com: What is the difference between Tomcat Window Service mode ? Which one is better? I believe one of them is more “friendly” with JConsole so that the Tomcat instance is listed as a list of JVM running locally?

RE: Setup Issue tomcat 6 SLES 11 SSL

2014-04-30 Thread Martin Gainty
Date: Wed, 30 Apr 2014 14:01:11 -0500 From: tere...@tmbsw.com To: users@tomcat.apache.org Subject: Re: Setup Issue tomcat 6 SLES 11 SSL On 4/30/2014 9:02 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vincent, On 4/29/14, 4:24 PM, Vincent T.

Re: CORS issue with Tomcat and Android Webview

2014-04-30 Thread Terence M. Bandoian
On 4/28/2014 3:21 PM, Konstantin Kolinko wrote: 2014-04-28 23:44 GMT+04:00 Terence M. Bandoian tere...@tmbsw.com: On 4/27/2014 11:36 AM, Konstantin Kolinko wrote: 2014-04-27 0:50 GMT+04:00 Terence M. Bandoian tere...@tmbsw.com: On 4/26/2014 1:13 AM, Ankit Singhal wrote: On Sat, Apr 26, 2014

RE: Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-04-30 Thread Hayward, Leigh
OK so I just spent an age trying to push my project to a GitHub repositry but I think i must just be too tired to use my brain correctly. Eventally gave up and just pasted my servlet into a file there. https://github.com/Leighbee13/RUNTHIS/tree/master Let me know if this works!

RE: Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-04-30 Thread Hayward, Leigh
I Prematurely sent that one, not even sure i had much more to add, probably just more eternal gratitude to chris. Outlook has completely screwed up the formatting of this email so i don't know whats what and whats where.I'm shaking with stress and tiredness so i'm going to go home, sleep and

Re: Tomcat 8.0.3.0 getting never before seen by google Illegal State Exception. Sevlets outputting the audio output from the previous runs of the program instead of the current run.

2014-04-30 Thread Konstantin Kolinko
2014-05-01 2:00 GMT+04:00 Hayward, Leigh lh...@student.le.ac.uk: OK so I just spent an age trying to push my project to a GitHub repositry but I think i must just be too tired to use my brain correctly. Eventally gave up and just pasted my servlet into a file there.