Hi

Please some body correct me

Intra net Application of 1000+ users  (simultaneously)


Will this config work ?

O/s = UNIX 11 PA Risc
SDK : J2SDK16
TOMCAT 5.5.23
RAM = 2 GB


The Web application is simple and uses JNI to connect to UNIX LOCAL Application


JAVA_OPTS="-server -Xms200m -Xmx2548m -XX:+UseParallelGC -verbose:gc"

SERVER.xml

<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
   <Connector port="8080" maxHttpHeaderSize="8192"
              maxThreads="400" minSpareThreads="25" maxSpareThreads="75"
              enableLookups="false" redirectPort="8443" acceptCount="100"
              connectionTimeout="10000" disableUploadTimeout="true" />



with regards
Karthik

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to