Please excuse me my ignorance. I have a Tomcat webapp and I need to add some webservices to it. The webservices have to be a part of an existing webapp and need access to the servletcontext.
How do I access servletcontext from the webservice class?
Since webservices are accessed through HTTP, does this create a HTTP session? Can I access the session object?