Re: Hardware requirements for Tomcat

2008-10-12 Thread Juha Laiho
Arun M wrote: I need to know the hardware requirements in CentOS for hosting a website which have 1000 concurrent users. I am using Tomcat 5.5, Mysql 5.1 and Java1.5. That depends a lot more on your application and usage patterns than on the OS/application server/database server. We are

ip lab

2008-10-12 Thread rajesh srinivasan
//Vehicles.html external stylesheet html head titlecars/title /head body link rel=stylesheet type=text/css href=e:\ip progs\style1.css h1centerHunting for cars??/center/h1 lih1Hyundai/h1a href=hyundai.htmlimg src=e:\ip progs\hyundai.jpg/a lih2Mahindra/h2a href=mahi.htmlimg src=e:\ip

Re: [OT] Why can NOT run Tomcat on my Laptop

2008-10-12 Thread IceManPat
Hi Guys , I take the space out ...type command C:\set JAVA_HOME=D:\Program Files\Java\jdk1.6.0_07(the path of java JDK not JRE ) After that I dragged the catalina.bat file to the cmd.exe C:\D:\QQ setup exe\tomcat\apache-tomcat-6.0.18\bin\catalina.bat I typed enter run it then it

Re: Jakarta Tomcat + Windows + PHP

2008-10-12 Thread Anura
d~l wrote: On 11 May 2005 at 19:01, Janet Fraser jlfraser-at-infotech.monash. wrote: Maybe my question should have been simpler, ie How do I install PHP to Tomcat? Here is my installation of PHP on tomcat 5.0.28 (on WinXP) .. * install PHP (preferably PHP5) into c:\PHP\ *

Re: [OT] Why can NOT run Tomcat on my Laptop

2008-10-12 Thread IceManPat
Hello Guys . Problem solved I set the catalina_home varible Thank you so much for all your help... As I said before I my very new to TomCat...in the near future I may still encounter different problems with TomCat I might still post message here ... Thanks again. Patrick

full ip lab programs

2008-10-12 Thread rajesh srinivasan
//Vehicles.html external stylesheet html head titlecars/title /head body link rel=stylesheet type=text/css href=e:\ip progs\style1.css h1centerHunting for cars??/center/h1 lih1Hyundai/h1a href=hyundai.htmlimg src=e:\ip progs\hyundai.jpg/a lih2Mahindra/h2a href=mahi.htmlimg src=e:\ip

RE: ip lab

2008-10-12 Thread Martin Gainty
those companies have'nt been exported (yet) Tesla's products does'nt consume petrol like tata or mahindra html head titlecars/title /head body link rel=stylesheet type=text/css href=e:\ip progs\style1.css h1centerHunting for cars??/center/h1 lih1Ford/h1a href=http://www.ford.com;img

Max connections

2008-10-12 Thread Mohit Anchlia
How can I limit number of connections to Tomcat server from outside world? Like jboss has jmx console does tomcat has something like that? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

RE: Max connections

2008-10-12 Thread Martin Gainty
in $TOMCAT_HOME/conf/server.xml Connector implements the acceptCount attribute http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the

Re: Max connections

2008-10-12 Thread Youssef Mohammed
I would look at tomcat mbeans names http://tomcat.apache.org/tomcat-5.5-doc/catalina/funcspecs/mbean-names.html Note sure if tomcat currently exposes these in some admin web app but there are some project out there that can expose you jmx to a web app. On Mon, Oct 13, 2008 at 2:38 AM, Martin

Re: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-12 Thread James Wang
Hi Mark, In order to find out if the problem of Request.getParameter(parm) return null (missing post body part) is related to http keep-alive, We've tried to reduce the KeepaliveTimeout setting in Apache httpd server from 15 seconds to 5 seconds, the strange thing happened, We found the null