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 (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org