Re: Problems deploying a servlet on ubuntu

2011-04-24 Thread Mark Eggers
- Original Message (Start) From: "Caldarale, Charles R" To: Tomcat Users List Sent: Sun, April 24, 2011 3:24:00 PM Subject: RE: Problems deploying a servlet on ubuntu > From: Mark Eggers [mailto:its_toas...@yahoo.com] > Subject: Re: Problems deploying a servlet on ubuntu > 2. You are

RE: Problems deploying a servlet on ubuntu

2011-04-24 Thread Caldarale, Charles R
> From: Mark Eggers [mailto:its_toas...@yahoo.com] > Subject: Re: Problems deploying a servlet on ubuntu > 2. You are you using OpenJDK > This won't impact you in the short term. However, there have > been several issues reported on the mailing list that have > been cleared up by using the Ora

Re: Problems deploying a servlet on ubuntu

2011-04-24 Thread Mark Eggers
As usual, a book follows the original message. I apologize for the length. /mde/ --- Original Message --- From: Karl Schmitt To: Tomcat Users List Sent: Sun, April 24, 2011 2:06:25 AM Subject: Re: Problems deploying a servlet on ubuntu Thanks Andre, for answering my call for help, I tried to

Re: Tomcat Configuration in Multi Core Systems

2011-04-24 Thread Justin Randall
That statement is only correct if memory footprint is an issue, or if each thread allocates a lot of dynamic memory that isn't shared by other threads. If there isn't much memory required, or if most of the data stored in memory is heavily shared, adding more memory will not increase performanc

Re: Tomcat Configuration in Multi Core Systems

2011-04-24 Thread David Kerber
On 4/24/2011 3:07 AM, sujikin wrote: Hi, Thanks for your replies. I was sure Server B will never will be able to match Server A even if it had infinite processors in it ( provided everything remains the same). Just wanted to confirm. @David Server B has *116* processors only. Slow because of ti

RE: Problems deploying a servlet on ubuntu

2011-04-24 Thread Martin Gainty
Karl- check .profile and .bashrc for any manipulations of JAVA_HOME or CATALINA_HOME or CATALINA_BASE have you noticed any specific errors in either the logs or stacktrace? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertra

RE: java.lang.ClassNotFoundException: org.apache.catalina.valves.FastCommonAccessLogValve in Java web application

2011-04-24 Thread Martin Gainty
looks like someone checked the valve into the source tree which for some reason was missing a few months back when i built it Martin __ > Date: Sat, 23 Apr 2011 21:17:21 +0400 > Subject: Re: java.lang.ClassNotFoundException: > org.apache.catalina

RE: java.lang.ClassNotFoundException: org.apache.catalina.valves.FastCommonAccessLogValve in Java web application

2011-04-24 Thread Martin O'Shea
Thanks Konstantin. It seems fine now. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: 23 Apr 2011 18 17 To: Tomcat Users List Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.valves.FastCommonAccessLogValve in Java web application 2011/

Re: Problems deploying a servlet on ubuntu

2011-04-24 Thread Karl Schmitt
Thanks Andre, for answering my call for help, I tried to answer you questions as best as I could below: Tomcat was installed using the synaptic packet management I just ticked tomcat6 and hit the apply button, and tomcat and all its dependencies were installed and http://locaclhost:8080 started t

Re: Tomcat Configuration in Multi Core Systems

2011-04-24 Thread sujikin
Hi, Thanks for your replies. I was sure Server B will never will be able to match Server A even if it had infinite processors in it ( provided everything remains the same). Just wanted to confirm. @David Server B has *116* processors only. Slow because of time taken to handle single request. Re