tomcat maximum thread settings

2009-06-18 Thread m zyzy
Whenever I see to the server status page in the manager webapp I always see the maximum threads were set to 200 , can I increase the thread quantity , as I noticed with 3 users sessions at once for one webapp, the threads count usually between 2 or 3 . as I plan to have more than 200 users by the

Re: tomcat maximum thread settings

2009-06-18 Thread m zyzy
can I increase the maximum threads value from 200 to something larger like perhaps 400 or 500 for each webapp ? Thanks. On Thu, Jun 18, 2009 at 7:59 PM, Caldarale, Charles Rchuck.caldar...@unisys.com wrote: From: m zyzy [mailto:myz...@gmail.com] Subject: tomcat maximum thread settings

enable only localhost access to tomcat 6.0.18 /manager in win32

2009-05-09 Thread m zyzy
I am using win32 server (Server 2008 Enterprise SP1) and tomcat 6.0.18 (extracted from zip) . I am a newbie in tomcat who use the bundled manager application as often as I can to deploy /undeploy webapp or simply to manage it. As I set a hard-to-guess password and username in the tomcat-users.xml

subdomain configuration in tomcat 6.0.18

2009-04-28 Thread m zyzy
I want to be able to create a subdomain ( sally10.tomydomainname.net ) that resides in separate physical server (IP-192.168.1.11-static) on the same LAN from the main server (www.tomydomainname.net - private IP 192.168.1.9-static , 1 public IP -67.169.44.xx ) also running tomcat 6.0.18, JDK 6 ,

Tomcat 6 binary in 64-bit

2009-01-19 Thread m zyzy
Could Tomcat 6 core binary be used in 64-bit Linux O/S ? which one of 64-bit JDK 5 or 6 is recommended ? FYI the machine's processor is a 2 core Intel with Intel 64 support, 16 GB DDR2 FB and 160Gb SATA2 SAS. And how many maximum heap -Xmx and PermGen space memory should be enough with 120mb of

Re: jsvc error with tomcat and java 1.6 on os x

2009-01-19 Thread m zyzy
try using the core binary download , extract it and run the startup script inside the /bin folder of extracted folder , test it on the browser http://localhost:8080 . to stop the server , use the shutdown script . Make sure you have set the JAVA_HOME,PATH of java /bin/ , CLASSPATH , and