web.xml
I am in process of hosting and done all java servlet files using jswdk-1.0.0
The hosting company has provided me apache, mod_jk connector with tomcat.
I have all classes in aa.jar and putted this jar file in apache-tomcat-5.5.20 / ROOT / WEB-INF
please guide me how can I configure web.xml files so all of my /servlet/***** request should be forwarded to aa.jar

