Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using tomcat 6.0 to run jsp. It will run only 5minuts after is not responding, i try to restart again and it will work another 5 minutes.
I am running port no is 9000.
server.xml configuration is shown bellow.
<connector port="9000" protocol="HTTP/1.1">
       minSpareThreads="25" maxSpareThreads="75"
       enableLookups="false" acceptCount="100" debug="0" 
       connectionTimeout="20000" disableuploadTimeout="true"
       redirectPort="8443">
</connector>

Any one can help me..

Thanks in advance.
Posted
Updated 24-Jun-10 20:32pm
v2

1 solution

i am using oracle 10g database to connect to jsp thin layer.
i think it is failed.
please any one sugest me.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900