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-
--
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
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
-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
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
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
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
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
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
>
>
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.
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
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
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
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,
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 |
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
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
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
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
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
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
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
-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
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
-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
-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
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
> 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
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
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
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!
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
32 matches
Mail list logo