This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.

arun kamalam

Greenhorn
+ Follow
since Jun 14, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by arun kamalam

Hi,

I am Arun and currently i am working in JBOSS.

I would like to add several instances in a jboss sever with starting stopping functionality for each instance separately.I don't know how should i do this?. please let me know if you have come acorss about this.

Regards

Arun K
14 years ago
Hi,

when i run my application on tomcat 4.0 i am getting this type of error. please help me to solve this problem.


2010-06-14 14:17:52 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:17:53 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:17:53 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:17:54 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:17:54 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:17:55 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:17:56 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:18:00 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:18:00 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:18:02 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:18:03 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:18:03 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:18:04 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:18:05 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:18:06 HttpConnector[8080] No processor available, rejecting this connection
2010-06-14 14:20:11 HttpConnector[8080] No processor available, rejecting this connection

my server config is

<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
please help to slove this problem. it is very urgent.

Regards
Arun K
14 years ago