Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread Mark Eggers
On 12/26/2013 11:49 PM, Peter wrote: Guys see here is that error message , I am attaching log file also please help OS - Centos 6.5 64 bit HTTP Status 500 - Error instantiating servlet class gov.noaa.pfel.erddap.Erddap -- *type* Exception report *message* *Error

Re: Tomcat auto deployer not working for ROOT applications

2013-12-27 Thread Mark Thomas
On 27/12/2013 05:32, Jesse Barnum wrote: I ran apt-get today and I got version 7.0.35, not 7.0.47. Maybe this is more of a Linux question then Tomcat, but shouldn't apt-get get me the latest version? Do I need to do something on my end, or is this something that the Tomcat team needs to

Re: how http connector backlog attribute works?

2013-12-27 Thread Mark Thomas
On 27/12/2013 07:27, Mark Eggers wrote: On 12/26/2013 11:09 PM, 侯树成 wrote: 1.set tomcat connector like this: Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 acceptCount=1 maxThreads=1 minSpareThreads=1/ 2. deploy a war

Re: how http connector backlog attribute works?

2013-12-27 Thread Mark Eggers
On 12/27/2013 12:37 AM, Mark Thomas wrote: On 27/12/2013 07:27, Mark Eggers wrote: On 12/26/2013 11:09 PM, 侯树成 wrote: 1.set tomcat connector like this: Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 acceptCount=1

Re: how http connector backlog attribute works?

2013-12-27 Thread Mark Thomas
On 27/12/2013 08:53, Mark Eggers wrote: On 12/27/2013 12:37 AM, Mark Thomas wrote: On 27/12/2013 07:27, Mark Eggers wrote: On 12/26/2013 11:09 PM, 侯树成 wrote: 1.set tomcat connector like this: Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2

Re: V 7 047 windows x64

2013-12-27 Thread Konstantin Kolinko
2013/12/27 JB MORLA jbmo...@gmail.com: I was testing the EL in a .jsp file under Eclipse Kepler. Now I copied the project files under c:\tomcat7\webapps and recompiled the java sources. And the EL works! So the EL problems are in the Eclipse Kepler setup. Many thanks for your reply. Jean

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread Peter
On Fri, Dec 27, 2013 at 1:31 PM, Mark Eggers its_toas...@yahoo.com wrote: On 12/26/2013 11:49 PM, Peter wrote: Guys see here is that error message , I am attaching log file also please help OS - Centos 6.5 64 bit HTTP Status 500 - Error instantiating servlet class

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread André Warnier
Peter wrote: Guys see here is that error message , I am attaching log file also please help And did you see that : java.lang.RuntimeException: Ask the ERDDAP administrator to look at the detailed error message in [bigParentDirectory]/logs/log.txt . Did you ask him ?

Re: how http connector backlog attribute works?

2013-12-27 Thread 侯树成
Yes, this must use BIO mode, because the NIO maxConnections=1 in default, it won't block the LimitLatch. In my test case,(use JMeter, thread number is 5), 2 requests will refused soon(just 1s-2s later), then another 3 requests will served correctly.In source code, I find the backlog attribute

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread Peter
there is no log.txt but I can attach catalina logs Please look into the attachment All my webapps are working fine with following java downloaded from Oracle website except ERDDAP *# ls *.gz -1jdk-7u45-linux-x64.tar.gzjre-7u45-linux-x64.tar.gz* *# Folders* jdk1.7.0_45 jre1.7.0_45 Please

Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2013-12-27 Thread Milan
Hello to All, Before stating my question or problem I am facing, let me gives you the complete architecture we are currently using. - Intel Xeon CPU 3.20 GHz (2 Processor) - Windows Server 2008 Standard - RAM 8.00 GB - JDK 1.6 (With following

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread André Warnier
Peter wrote: On Fri, Dec 27, 2013 at 1:31 PM, Mark Eggers its_toas...@yahoo.com wrote: On 12/26/2013 11:49 PM, Peter wrote: Guys see here is that error message , I am attaching log file also please help OS - Centos 6.5 64 bit HTTP Status 500 - Error instantiating servlet class

Re: Ping_mode

2013-12-27 Thread Rainer Jung
On 26.12.2013 20:15, vicky007aggar...@yahoo.co.in wrote: Hi guys, Can you plz help me in understand that under what circumstances i should use ping_mode attribute in worker.properties. Actually i dont understand that how it will make the applications more reliable because as per my

Re: Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2013-12-27 Thread André Warnier
Milan wrote: Hello to All, Before stating my question or problem I am facing, let me gives you the complete architecture we are currently using. Nice and effective of you to do so. It saves us asking, and saves you from waiting an extra step for the answers. (However unpleasant the

RE: Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2013-12-27 Thread Milan
Thanks André Warnier, As you mentioned earlier, on a lighter note, it is unpleasant Response for me. But still you managed respond so really thank you for that. I think you had gone through my mail, so I would like you to suggest me that for this particular cases which tomcat version do you

Re: Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2013-12-27 Thread David kerber
On 12/27/2013 4:31 AM, Milan wrote: Hello to All, ... (Lots of good information snipped) - Each transaction, i.e. Data Insertion in both Database took around 3 to 5 seconds. - We have used DBCP for Database connection. - When data insertion took place we are

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread David kerber
On 12/27/2013 4:27 AM, Peter wrote: there is no log.txt but I can attach catalina logs Please look into the attachment Attachments don't come through on this list; copy the contents of the file into your message. All my webapps are working fine with following java downloaded from Oracle

Fw: apache tomcat serialization

2013-12-27 Thread Ray Holme
On Thursday, December 26, 2013 6:10 PM, Mark Thomas ma...@apache.org wrote: On 26/12/2013 17:14, Ray Holme wrote: It appears new revisions of tomcat (current for sure) are much more sensitive to keeping serialized data BETWEEN restarts. I have to wait at least 30 minutes to properly

Fw: apache tomcat serialization

2013-12-27 Thread Ray Holme
On Thursday, December 26, 2013 6:10 PM, Mark Thomas ma...@apache.org wrote: On 26/12/2013 17:14, Ray Holme wrote: It appears new revisions of tomcat (current for sure) are much more sensitive to keeping serialized data BETWEEN restarts. I have to wait at least 30 minutes to properly

Re: Tomcat auto deployer not working for ROOT applications

2013-12-27 Thread Jesse Barnum
On Dec 27, 2013, at 3:28 AM, Mark Thomas ma...@apache.org wrote: On 27/12/2013 05:32, Jesse Barnum wrote: I ran apt-get today and I got version 7.0.35, not 7.0.47. Maybe this is more of a Linux question then Tomcat, but shouldn't apt-get get me the latest version? Do I need to do something on

Re: Tomcat auto deployer not working for ROOT applications

2013-12-27 Thread Jesse Barnum
On Dec 26, 2013, at 6:22 PM, Mark Thomas ma...@apache.org wrote: On 26/12/2013 19:33, Jesse Barnum wrote: Any ideas here? It sounds like a bug in the deployer. Can you confirm the behaviour with the latest 7.0.x release? If so, please create a Bugzilla entry. Mark I verified that it's

[ANN] Apache Tomcat 8.0.0-RC10 (alpha) available

2013-12-27 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.0-RC10 (alpha). Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8 is aligned with Java

Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Frank Lugalla
Hi All, I have a very simple question but seems I cant find this optiontried to google several times,!Can someone please tell me how to Start the Tomcat server in the server view and go to http://localhost:8080/? Thank you ~Frank This message and the information

Re: Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2013-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Milan, On 12/27/13, 6:16 AM, Milan wrote: Advices and suggestion are always welcome. Upgrading Tomcat is certainly something you should do, but it probably won't fix your issue. I completely agree with David that the problem is more likely to be

Re: Apache Tomcat 5.0.28 Server/Intermittently Web Apps becomes Unresponsive

2013-12-27 Thread James H. H. Lampert
On 12/27/13 1:32 PM, Christopher Schultz wrote: Upgrading Tomcat is certainly something you should do, but it probably won't fix your issue. Yet it might. We were having all kinds of difficulties with lockups, usually at times and places where a thread dump couldn't be done, for one reason

RE: Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Martin Gainty
Frank Context Path / is mapped to 'ROOT' create ROOT.WAR uncompress ROOT.WAR to $CATALINA_HOME/webapps/ROOT then the first and only webapp you see when you go to http://localhost:8080 will be root.war http://www.coderanch.com/t/424290/Tomcat/deploy-Root-Tomcat-Website Buona

Re: Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Frank, On 12/27/13, 2:51 PM, Frank Lugalla wrote: I have a very simple question but seems I cant find this optiontried to google several times,!Can someone please tell me how to Start the Tomcat server in the server view and go to

RE: Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Caldarale, Charles R
From: Frank Lugalla [mailto:frank.luga...@amdocs.com] Subject: Start the Tomcat server in the server view and go to http://localhost:8080/ (Please ignore Martin G's gibberish; it is, as usual, totally irrelevant.) Can someone please tell me how to Start the Tomcat server in the server

RE: Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Frank Lugalla
Hi Chuck, Thank you for having a chance to respond backregarding the version ,I am using Tomcat 7 integrated with Eclipse Kepler Release 1 with JVM=1.7_u45.All run on window platform.What I want is to start my Tomcat server in server view(this is the mode in

RE: Start the Tomcat server in the server view and go to http://localhost:8080/

2013-12-27 Thread Caldarale, Charles R
From: Frank Lugalla [mailto:frank.luga...@amdocs.com] Subject: RE: Start the Tomcat server in the server view and go to http://localhost:8080/ I am using Tomcat 7 integrated with Eclipse Kepler Release 1 with JVM=1.7_u45.All run on window platform.What I want is to start my