Is it possible to put a servlet in a .jar file and be able to access it via AJAX?

I have some support servlets that I want to share via a common library. To this point Ive only been putting session beans in there. Its easy to point to those using '<jsp:usebean' tags and entries in 'web.xml'. Can I do something similar to a servlet such that I can get to it via an XMLHttpRequest object?

Jon

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to