java.lang.Exception: No Certificate file specified or invalid file format ?

2014-05-05 Thread Mohit Gupta
Here is my connector element for https But get below error while server start up May 06, 2014 11:09:34 AM org.apache.coyote.http11.Http11AprProtocol init SEVERE: Error initializing endpoint java.lang.Exception: No Certificate file specified or invalid file format at org.apache.tomcat.jni.

RE: How can i provide clientauth required info in HttpURLConnection

2014-05-05 Thread Cheong, Sandy
Hi Christopher: Please note I am trying to get a contact number for Customer Support at Apache with regards to the Tom Cat product. I would like to review your End User License Agreement (Click Through). Can you please point me to the correct person or contact number for this request? Thank

Re: How can i provide clientauth required info in HttpURLConnection

2014-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, Please don't top-post. I've re-formatted your message with your reply below. On 5/5/14, 2:38 PM, Sushil Prusty wrote: > On Mon, May 5, 2014 at 10:32 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Sushil, > > On 5/5/

Re: Installing Examples Apache Tomcat (TomEE)/7.0.53 (1.6.0.1)

2014-05-05 Thread Daniel Mikusa
On May 5, 2014, at 1:57 PM, Nolan Cormier wrote: > Hi, > > I am trying to look for a way to install the examples that I should be able > to get to using the "Examples" link: > > > When I click the link I get a 404 which I'm assuming is because I don't have > them installed. Is there somethin

RE: Regarding i think an intrusion

2014-05-05 Thread Martin Gainty
> Subject: Re: Regarding i think an intrusion > From: lsantagost...@gmail.com > To: users@tomcat.apache.org > > Hello Chris, but this logfile was only one day. MG>Ay Caramba! > > Maybe i had a concept mismatch trying to capture the exact moment when the > execution begins. > > My command was >

Re: How can i provide clientauth required info in HttpURLConnection

2014-05-05 Thread Sushil Prusty
It's a trustore certificate. On Mon, May 5, 2014 at 10:32 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sushil, > > On 5/5/14, 12:51 PM, Sushil Prusty wrote: > > I have below code which will always throws exception while i

Installing Examples Apache Tomcat (TomEE)/7.0.53 (1.6.0.1)

2014-05-05 Thread Nolan Cormier
Hi, I am trying to look for a way to install the examples that I should be able to get to using the "Examples" link: When I click the link I get a 404 which I'm assuming is because I don't have them installed. Is there something additional I need to download or install? I am particularly inte

Re: How can i provide clientauth required info in HttpURLConnection

2014-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 5/5/14, 12:51 PM, Sushil Prusty wrote: > I have below code which will always throws exception while i am > trying to connect because my ClientAuth is true in server.xml of > apach/conf.Server.xml. How can i provide clientauth info to bel

How can i provide clientauth required info in HttpURLConnection

2014-05-05 Thread Sushil Prusty
Hi all I have below code which will always throws exception while i am trying to connect because my ClientAuth is true in server.xml of apach/conf.Server.xml. How can i provide clientauth info to below code using Apache api. URL testURL = new URL("https://localhost: 443/app/AppAction.do"); HttpUR

Re: Regarding i think an intrusion

2014-05-05 Thread Leonardo Santagostini
Hello Chris, but this logfile was only one day. Maybe i had a concept mismatch trying to capture the exact moment when the execution begins. My command was while [ true ]; do CUENTO=$(ps -fea | grep wget | grep -v grep | grep -v "127.0.0.1" | wc -l); if [ $CUENTO -gt 0 ] ; then PIDJAVA=$(ps -fea

Re: Regarding i think an intrusion

2014-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leonardo, On 5/5/14, 11:12 AM, Leonardo Santagostini wrote: > Ok, again its uploaded. > > This is the link > > https://drive.google.com/file/d/0B5oeFmSS7h7EOFE5Nk9KMmd4RFE/edit?usp=sharing 1/2 > GiB log file? Hrm. It doesn't even have any calls

Re: How to monitor performance of tomcat

2014-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randir, On 5/5/14, 6:07 AM, Randhir Singh wrote: > Thanks Chris for your answer. > > I researched a lot and want to try out an option for OOME: > > The JAVA_OPTS variable in $CATALINA_HOME/bin/startup.sh has the > value as: You should use CATALIN

Re: Regarding i think an intrusion

2014-05-05 Thread Leonardo Santagostini
Ok, again its uploaded. This is the link https://drive.google.com/file/d/0B5oeFmSS7h7EOFE5Nk9KMmd4RFE/edit?usp=sharing Kind regards !, Leonardo Saludos.- Leonardo Santagostini 2014-05-05 11:57 GMT-03:00 Christopher Schultz : > -BEGIN PGP S

Re: Maximum number of JSP ?

2014-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sylvain, On 5/5/14, 9:22 AM, Sylvain Goulmy wrote: > Thank you for your contribution to this thread. I think we we have > made good progress on the subject, here are some elements i'd like > to share : > > - The fact that the response time was incr

Re: Regarding i think an intrusion

2014-05-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leonardo, On 5/5/14, 10:29 AM, Leonardo Santagostini wrote: > Well thread dump is here > > https://drive.google.com/file/d/0B5oeFmSS7h7EczdXMEF3eXRBSlk/edit?usp=sharing Seems > like it's broken. - -chris -BEGIN PGP SIGNATURE- Version: Gn

Re: Maximum number of JSP ?

2014-05-05 Thread Robert Klemme
Hi Sylvain, thank you for sharing all these details! On Mon, May 5, 2014 at 3:22 PM, Sylvain Goulmy wrote: > Hi Christopher, > > Thank you for your contribution to this thread. I think we we have made > good progress on the subject, here are some elements i'd like to share : > - The fact that t

Re: Reg: Connection pool

2014-05-05 Thread Daniel Mikusa
On May 5, 2014, at 1:15 AM, Anu Prab wrote: >>> Hi, >>> We are using Tomcat 7.0.40 version. We are using Tomcat DBCP for pooling connections. We are able to pool connections for different aliases. But for one alias, connections are not pooling. The user and password is

Re: Regarding i think an intrusion

2014-05-05 Thread Leonardo Santagostini
Well thread dump is here https://drive.google.com/file/d/0B5oeFmSS7h7EczdXMEF3eXRBSlk/edit?usp=sharing Let me know if im missing something. thanks ! Leonardo Saludos.- Leonardo Santagostini 2014-05-05 9:34 GMT-03:00 Leonardo Santagostini : > Hell

Re: BLOCKED threads

2014-05-05 Thread Rallavagu
Logs are written to local disk. Don't have data on disk stats. Thanks. > On May 5, 2014, at 7:19 AM, Daniel Mikusa wrote: > >> On May 3, 2014, at 9:08 PM, Rallavagu wrote: >> >> Here is the thread BLOCKED waiting on another lock. >> >> "http-bio-28080-exec-613" daemon prio=10 tid=0x7fcbac

Re: BLOCKED threads

2014-05-05 Thread Daniel Mikusa
On May 3, 2014, at 9:08 PM, Rallavagu wrote: > Here is the thread BLOCKED waiting on another lock. > > "http-bio-28080-exec-613" daemon prio=10 tid=0x7fcbac0e0800 nid=0x7897 > waiting for monitor entry [0x7fcb915d3000] > java.lang.Thread.State: BLOCKED (on object monitor) >at

Re: Maximum number of JSP ?

2014-05-05 Thread Sylvain Goulmy
Hi Christopher, Thank you for your contribution to this thread. I think we we have made good progress on the subject, here are some elements i'd like to share : - The fact that the response time was increasing with the the number of JSP loaded was linked to our monitoring tool... This tool hadn't

Re: Regarding i think an intrusion

2014-05-05 Thread Leonardo Santagostini
Hello all, sorry for the late, but i was in holiday from wednesday. Ok, i make a ticket to developers for upgrading strus. They told me that will work on that. So, i will keep in touch with the news =) Again, thanks all for all the support you give me. Regards, Leonardo Saludos.- Leonardo Sant

RE: How to monitor performance of tomcat

2014-05-05 Thread Randhir Singh
Thanks Chris for your answer. I researched a lot and want to try out an option for OOME: The JAVA_OPTS variable in $CATALINA_HOME/bin/startup.sh has the value as: JAVA_OPTS="$JAVA_OPTS -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Dcwom.bl.ip=127.0.0.1 -Dcwom.bl.port=1399" I checked for free space

[OT] Re: Tomcat configuration with multiple webapps

2014-05-05 Thread Mark Eggers
On 5/4/2014 11:25 PM, Baldur wrote: Thank you Mark, good points. In fact, I had configured memory limits with JAVA_OPTS variable. I haven't used JMeter yet because applications need javascript, X509 authentication and so forth. So at first glance, it seemed somewhat difficult to test it. But I'll