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

[386 byte] By [farakha] at [2007-11-27 5:46:09]
# 1
In your case.All request are send to apache(httpd).It then forward the request which are matching the url patten to tomcat.this involves configuring apache, mod_jk and tomcat.check out this link. http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html
saravanan.chennaia at 2007-7-12 15:28:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
http://edocs.bea.com/wls/docs91/webapp/web_xml.htmlIt says all abt web.xml. But some of the options are BEA WebLogic specific.
Harish_MCAa at 2007-7-12 15:28:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...