Click to See Complete Forum and Search --> : org.apache.catalina.connector.ClientAbortException


irs_bandari
10-09-2006, 09:24 AM
How to catch ClientAbortException, when I am adding the following line it showing error. Its not identifying the org.apache.catalina, do I need to add any jar files to my path to identify this exception Please respond..

org.apache.catalina.connector.ClientAbortException

chazzy
10-09-2006, 09:53 AM
you could do 2 things.

1) catch Exception e and see if it's class name matches this one (if you don't want to be dependent on tomcat)

2) import all of the lib's in catalina home/lib directory.