Yes. Tried with exact ip and port for telnet, and able to telnet.
Any ideas on what specific aws params to check, since OS restart was done.
Couple of changes which was done along with h/w upgrade.
1.JVM Heap and permgen size increased to 2gb each, from 1gb each earlier.
2.Threadpool count for
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8/12/2014 8:45 PM, Christopher Schultz wrote:
> Neil,
>
> On 8/12/14, 6:01 PM, Neil Aggarwal wrote:
>> Up until now, I have always run Apache in front of Tomcat. I am
>> wondering if I should change to using Tomcat as a standalone
>> server.
>
>
I am using nginx webserver with tomcat 7 in production environment , I am
trying to optemize performance changing connector port type from http to
ajp and increasing maxThreads attribute in connector, does that really can
enhance performance?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Dennis,
On 8/12/14, 5:52 PM, Dennis Longnecker wrote:
> Migrating from Tomcat 5.5.4 to Tomcat 8.0.9.
I'm glad to see that someone running 5.5.x is actually upgrading. We
certainly want to help you :)
You'll get there: follow Mark E's advice to sta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Neil,
On 8/12/14, 6:01 PM, Neil Aggarwal wrote:
> Up until now, I have always run Apache in front of Tomcat. I am
> wondering if I should change to using Tomcat as a standalone
> server.
>
> My concern is how to use multiple virtual hosts with a si
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Wes,
On 8/12/14, 5:26 PM, Wes Clark wrote:
> (If the answer differs between Tomcat 7 and Tomcat 8, please note
> that.)
>
> When a SQL exception occurs, often the database connection will be
> broken and should be evicted from the pool.
I'm inte
On 12/08/2014 7:47 PM, "Krishna Saranathan"
wrote:
>
> Its linux distro.
> Linux version 2.6.32-358.14.1.el6.x86_64 (
> mockbu...@x86-022.build.eng.bos.redhat.com) (gcc version 4.4.7 20120313
> (Red Hat 4.4.7-3) (GCC) ) #1 SMP Mon Jun 17 15:54:20 EDT 2013
>
> Java version - 1.6 update 45.
>
> I do
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8/12/2014 3:56 PM, Dennis Longnecker wrote:
>
>
> - Original Message -
>
> From: "Mark Thomas" To: "Tomcat Users List"
> Sent: Tuesday, August 12, 2014 3:11:27 PM
> Subject: Re: HTTP Status 500 - Error instantiating servlet class
> org
Hello all:
> How to use multiple virtual hosts with a single SSL instance
> running on the standard https port.
I just came across SNI which allows me to use separate SSL
certificates for each virtual server.
Unfortunately, it looks like Tomcat does not yet support it.
I guess I am sticking to
- Original Message -
From: "Mark Thomas"
To: "Tomcat Users List"
Sent: Tuesday, August 12, 2014 3:11:27 PM
Subject: Re: HTTP Status 500 - Error instantiating servlet class
org.apache.jsp.index_jsp
On 12/08/2014 22:52, Dennis Longnecker wrote:
> Hello.
> Migrating from Tomcat 5.
On 12/08/2014 22:52, Dennis Longnecker wrote:
> Hello.
> Migrating from Tomcat 5.5.4 to Tomcat 8.0.9. Actually installed Tomcat 8.0.9
> on a new server and copied directories from the webappl group from the old
> server to the new server and restarted. Everything is working fine except for
> th
Hello:
Up until now, I have always run Apache in front of Tomcat.
I am wondering if I should change to using Tomcat as a standalone server.
My concern is how to use multiple virtual hosts with a single SSL instance
running on the standard https port.
With httpd server, I can access my webapp usi
Hello.
Migrating from Tomcat 5.5.4 to Tomcat 8.0.9. Actually installed Tomcat 8.0.9 on
a new server and copied directories from the webappl group from the old server
to the new server and restarted. Everything is working fine except for this one
link which is giving me this error:
HTTP Status
(If the answer differs between Tomcat 7 and Tomcat 8, please note that.)
When a SQL exception occurs, often the database connection will be broken and
should be evicted from the pool. In our code, we call this "marking the
connection for death". We do this because we don't want to set the
"te
put folder META-INF
> Date: Tue, 12 Aug 2014 12:08:53 -0700
> Subject: Re: Error deploying a application
> From: hassan.schroe...@gmail.com
> To: users@tomcat.apache.org
>
> On Tue, Aug 12, 2014 at 11:52 AM, Marco Aurelio
> wrote:
>
> > What you change in context.xml and where you put this fil
On Tue, Aug 12, 2014 at 11:52 AM, Marco Aurelio wrote:
> What you change in context.xml and where you put this file ? I change this
> file in ROOT/WEB-INF/config but don´t work.
Most of the stuff in there is mail-related and likely not significant
here BUT you do need to change the Resource elem
Hassan,
What you change in context.xml and where you put this file ? I change this
file in ROOT/WEB-INF/config but don´t work.
Thanks for your attention.
Marco Aurélio Ventura da Silva
marcoprod...@gmail.com
Prodata Informática e Cadastro LTDA
(33)3322-
2014-08-12 12:16 GMT-03:00 Hassan Sc
On Tue, Aug 12, 2014 at 6:04 AM, Marco Aurelio wrote:
>> > org.jruby.rack.RackInitializationException: undefined method `+' for
>> > nil:NilClass
>> > from
>> >
>> /usr/local/apache-tomcat-8.0/webapps/ROOT/WEB-INF/config/initializers/010_devise.rb:6:in
FWIW, I just tried this on OS X 10.
On Tue, Aug 12, 2014 at 9:28 AM, Teresa Fasano wrote:
> Hi,
> I would like to ask for explanations on page jkstatus of mod_jk.
> We need to monitor the status of the workers, so we check the output of
> the parameter "worker..good." using a bash script.
> We noticed, however, that the value of t
It seems to me far more likely that this would be a limit in the client,
because there is a practical limit to how fast a client would generated
messages in a real-world situation, while a server must be able to
handle many clients at once, and therefore must handle many times the
client's max
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Tuesday, August 12, 2014 8:26 AM
To: Tomcat Users List
Subject: Re: Websocket impl limits message rate?
On 12/08/2014 13:14, André Warnier wrote:
> Messinides, Mike wrote:
>> Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64
>
Hi,
I would like to ask for explanations on page jkstatus of mod_jk.
We need to monitor the status of the workers, so we check the output of
the parameter "worker..good." using a bash script.
We noticed, however, that the value of this parameter is often not real:
in some cases, some workers ap
Dear chris,
Thanks for your attention, I suspected that lacked some configs on my
enviroment, but aparently is ok.
One more time, thanks for your attention.
Marco Aurélio Ventura da Silva
marcoprod...@gmail.com
Prodata Informática e Cadastro LTDA
(33)3322-
2014-08-12 10:15 GMT-03:00 Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Marco,
Welcome to the community. Your English is just fine: thanks for
accommodating us.
On 8/12/14, 9:04 AM, Marco Aurelio wrote:
> Thanks for the quick response, I'm not a ruby programer, the app
> that I'm install is https://github.com/ari/jobsw
Dear,
Thanks for the quick response, I'm not a ruby programer, the app that I'm
install is https://github.com/ari/jobsworth, and aparently is stable.
I appreciate if you can give a look in the app.
Thanks to advance,
Marco Aurélio Ventura da Silva
marcoprod...@gmail.com
Prodata Informática e Cad
On Tue, Aug 12, 2014 at 8:46 AM, Marco Aurelio
wrote:
> Dears,
>
> First sorry for my bad english, I'm trying to install a application, but
> have a lot of error, I'm using FreeBsd + Tomcat and the default pages are
> working correctly, but in my first .WAR install have the errors below:
>
> org.
Dears,
First sorry for my bad english, I'm trying to install a application, but
have a lot of error, I'm using FreeBsd + Tomcat and the default pages are
working correctly, but in my first .WAR install have the errors below:
org.jruby.rack.RackInitializationException: undefined method `+' for
nil
On 12/08/2014 13:14, André Warnier wrote:
> Messinides, Mike wrote:
>> Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64
>>
>> I have a websocket server endpoint in Tomcat and a Tyrus 1.7 client.
>> When I try to send text messages from the Tyrus client to Tomcat, it
>> appears that messages get dropped wh
Messinides, Mike wrote:
Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64
I have a websocket server endpoint in Tomcat and a Tyrus 1.7 client. When I try
to send text messages from the Tyrus client to Tomcat, it appears that messages
get dropped when sent at a rate greater than 1 every ten seconds.
Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64
I have a websocket server endpoint in Tomcat and a Tyrus 1.7 client. When I try
to send text messages from the Tyrus client to Tomcat, it appears that messages
get dropped when sent at a rate greater than 1 every ten seconds. Is there
configuration that
Its linux distro.
Linux version 2.6.32-358.14.1.el6.x86_64 (
mockbu...@x86-022.build.eng.bos.redhat.com) (gcc version 4.4.7 20120313
(Red Hat 4.4.7-3) (GCC) ) #1 SMP Mon Jun 17 15:54:20 EDT 2013
Java version - 1.6 update 45.
I doubt change in security group suddenly applied for the port. Am able
31 matches
Mail list logo