Re: Problem in accessing link

2014-04-01 Thread Frederik Nosi
Nithun, first, i think you have to reread this: http://tomcat.apache.org/lists.html On 04/01/2014 10:00 PM, Bomma, Nithun wrote: Thanks Chris! I want to get public & private keys from WebSphere and import into Tomcat. This is not related to the subject of your email. We have WebSphere c

Re: RES: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Howard W. Smith, Jr.
On Tue, Apr 1, 2014 at 9:30 PM, Frederik Nosi wrote: > If so, just put an nginx or such in front of you'r Tomcat, you dont need > an application server for that, it's just like using a tank to shoot a > mosquito :P Wow, LOL!

Re: RES: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Frederik Nosi
Hi Danilo, On 04/02/2014 02:37 AM, Danilo Amaral de Oliveira wrote: Hello Chritopher, You make score. Exactly, I am waiting 500 users on the peak time. The archive is in a separated storage in our environment. So, I think that it is not a limiting factor. I will try some maxthreads configurati

Re: mod_jk - Failover behaviour and load + patch

2014-04-01 Thread Frederik Nosi
Hi Christopher, On 04/02/2014 12:21 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 3/26/14, 9:32 PM, Frederik Nosi wrote: My scenario is Apache httpd + mod_jk + N Tomcat's in. The default behaviour of load balanced workers in mod_jk in my testing i

RE: How to deploy Java application into Tomcat in Linux

2014-04-01 Thread Martin Gainty
> From: randhir.si...@sterlite.com > Date: Tue, 1 Apr 2014 10:43:28 +0530 > Subject: How to deploy Java application into Tomcat in Linux > To: users@tomcat.apache.org > > Hi, > > > > As per my understanding, the steps to deploy a Java application on Tomcat > (5.X/6.X) in Linux would be a

RES: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Danilo Amaral de Oliveira
Hello Chritopher, You make score. Exactly, I am waiting 500 users on the peak time. The archive is in a separated storage in our environment. So, I think that it is not a limiting factor. I will try some maxthreads configurations and stress situations to see if the server will could handle 500

Re: mod_jk - Failover behaviour and load + patch

2014-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frederik, On 3/26/14, 9:32 PM, Frederik Nosi wrote: > My scenario is Apache httpd + mod_jk + N Tomcat's in. The default > behaviour of load balanced workers in mod_jk in my testing is that > when a client requests a page (GET / POST / Whatever), th

Re: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Danilo, On 4/1/14, 2:03 PM, Danilo Amaral de Oliveira wrote: > Next week we will deploy a institutional video to all company (more > than 5k users) in a webpage in an application manges by the Tomcat > 7.0.40. I have made a stress test through JMete

Re: configuring a combined realm

2014-04-01 Thread Francesco Viscomi
thanks Mark, with localDataSource="true" it works; for Daniel, thanks to you too; I'm using tomcat 7; I was able to log to tomcat manager, but i wasn't able to log to my application (adding localDataSource="true") it works right; thanks again 2014-04-01 18:01 GMT+02:00 Mark Thomas : > On 01/0

Re: SSL Certificates

2014-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nithun, On 4/1/14, 4:02 PM, Bomma, Nithun wrote: > I want to get public & private keys from WebSphere and import into > Tomcat. > > We have WebSphere certificates (Signed by Verisign) until 2015 and we > want to use the same in tomcat. Where are t

[ANN] Apache Tomcat 7.0.53 released

2014-04-01 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.53. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

Re: RES: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread André Warnier
André Warnier wrote: Danilo Amaral de Oliveira wrote: Milo, The video is embedded in a JWPlayer Javascript application. The video is in the page too, but you need download it before watch it. Summarizing, here the simulating process of watching the video: User access the page

RE: SSL Certificates

2014-04-01 Thread Bomma, Nithun
Thanks Chris! I want to get public & private keys from WebSphere and import into Tomcat. We have WebSphere certificates (Signed by Verisign) until 2015 and we want to use the same in tomcat. When I create a keystore (keytool -genkey -alias tomcat -keyalg RSA -keystore /opt/tomcat/SSL/tomcat.ke

RE: Problem in accessing link

2014-04-01 Thread Bomma, Nithun
Thanks Chris! I want to get public & private keys from WebSphere and import into Tomcat. We have WebSphere certificates (Signed by Verisign) until 2015 and we want to use the same in tomcat. When I create a keystore (keytool -genkey -alias tomcat -keyalg RSA -keystore /opt/tomcat/SSL/tomcat.ke

Re: RES: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread André Warnier
Danilo Amaral de Oliveira wrote: Milo, The video is embedded in a JWPlayer Javascript application. The video is in the page too, but you need download it before watch it. Summarizing, here the simulating process of watching the video: User access the page | Tomcat serve the page

Re: RES: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Milo Hyson
On Apr 1, 2014, at 12:00 PM, Danilo Amaral de Oliveira wrote: > The video is embedded in a JWPlayer Javascript application. The video is in > the page too, but you need download it before watch it. Since users have to download the video, I'm guessing it isn't being streamed at a reasonable

Re: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread André Warnier
Danilo Amaral de Oliveira wrote: Hello Tomcat Community, Next week we will deploy a institutional video to all company (more than 5k users) in a webpage in an application manges by the Tomcat 7.0.40. I have made a stress test through JMeter, simulating a lot of simultaneous access, and when t

RES: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Danilo Amaral de Oliveira
Milo, The video is embedded in a JWPlayer Javascript application. The video is in the page too, but you need download it before watch it. Summarizing, here the simulating process of watching the video: User access the page | Tomcat serve the page. User clicks "play" button |

Re: Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Milo Hyson
On Apr 1, 2014, at 11:03 AM, Danilo Amaral de Oliveira wrote: > Next week we will deploy a institutional video to all company (more than 5k > users) in a webpage in an application manges by the Tomcat 7.0.40. I have > made a stress test through JMeter, simulating a lot of simultaneous access,

Configuring limits of requests/sessions/threads in Tomcat

2014-04-01 Thread Danilo Amaral de Oliveira
Hello Tomcat Community, Next week we will deploy a institutional video to all company (more than 5k users) in a webpage in an application manges by the Tomcat 7.0.40. I have made a stress test through JMeter, simulating a lot of simultaneous access, and when the simultaneous access reaches 100

Re: Apache perfomance issue

2014-04-01 Thread André Warnier
Saurabh Makol wrote: Hello Tomcat expert, I am facing a performance issue for one of the application that I am hosting. My apologies for reaching out to y'all as I know this group is tomcat issue but thought if anyone has ever come across this strange issue. We have an environment which is 64

Re: [OT] Re: Apache perfomance issue

2014-04-01 Thread Saurabh Makol
Understood. Thanks gain for your help. On Tue, Apr 1, 2014 at 12:12 PM, Mark Eggers wrote: > Replies inline: > > > On 4/1/2014 8:53 AM, Saurabh Makol wrote: > >> Hello Tomcat expert, >> >> I am facing a performance issue for one of the application that I am >> hosting. My apologies for reaching

[OT] Re: Apache perfomance issue

2014-04-01 Thread Mark Eggers
Replies inline: On 4/1/2014 8:53 AM, Saurabh Makol wrote: Hello Tomcat expert, I am facing a performance issue for one of the application that I am hosting. My apologies for reaching out to y'all as I know this group is tomcat issue but thought if anyone has ever come across this strange issue.

Re: catalina-ant reload task doesn't work

2014-04-01 Thread Mark Thomas
On 29/03/2014 02:23, Martin Gainty wrote: > $/CATALINA_HOME/conf/server.xml > autoDeploy=true > > https://tomcat.apache.org/tomcat-6.0-doc/config/host.html Martin, Again, not relevant. I remind you of this message: http://markmail.org/message/7x2tjic2azwfbw5o Mark > > > > ? > Martin > >

Re: configuring a combined realm

2014-04-01 Thread Mark Thomas
On 01/04/2014 13:15, Francesco Viscomi wrote: > I'm unable to understand what's wrong with this configuration: You need to read the Realm documentation more carefully. > context.xml file > === > > > > > type="jav

Re: Request for better deployment usability: should be able to specify context root inside war

2014-04-01 Thread Mark Thomas
On 31/03/2014 17:43, Sebastien Tardif wrote: > I understand that Tomcat currently doesn't always support specifying the > context root to be used in a file inside the War. That is not correct. Tomcat NEVER allows the context path to be defined by a context.xml file within a WAR. > Other web se

Apache perfomance issue

2014-04-01 Thread Saurabh Makol
Hello Tomcat expert, I am facing a performance issue for one of the application that I am hosting. My apologies for reaching out to y'all as I know this group is tomcat issue but thought if anyone has ever come across this strange issue. We have an environment which is 64 bit Windows Server 2008

Re: [OT] Tomcat under load && frontend reverse proxy timeouts

2014-04-01 Thread Frederik Nosi
Hi Christopher, On 04/01/2014 05:50 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ferderik, On 3/31/14, 7:14 PM, Frederik Nosi wrote: We've tried scaling horizontaly, and there's where i noticed the amplification effect of mod_jk, i posted another mail on this

Re: [OT] Tomcat under load && frontend reverse proxy timeouts

2014-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ferderik, On 3/31/14, 7:14 PM, Frederik Nosi wrote: > We've tried scaling horizontaly, and there's where i noticed the > amplification effect of mod_jk, i posted another mail on this issue > and a patch, with subject: "Re: mod_jk - Failover behavio

Re: configuring a combined realm

2014-04-01 Thread Daniel Mikusa
On Apr 1, 2014, at 8:15 AM, Francesco Viscomi wrote: > I'm unable to understand what's wrong with this configuration: Can you be more specific about what is and isn’t working with the setup? As I understand it, you’re trying to setup container based authentication for the manager app and for

configuring a combined realm

2014-04-01 Thread Francesco Viscomi
I'm unable to understand what's wrong with this configuration: in the server.xml file I defined that as a resource i want to use conf/tomcat-users.xml (this authentication is just for tomcat manager); While to authenticated user on my application i define in the context.xml file as a realm a datab

Re: How to deploy Java application into Tomcat in Linux

2014-04-01 Thread André Warnier
Randhir Singh wrote: Hi, As per my understanding, the steps to deploy a Java application on Tomcat (5.X/6.X) in Linux would be as follows: 1) Install Tomcat on Linux 2) Add a host entry in $TOMCAT_HOME/conf with the syntax like- --