Re: Context Documentation

2012-08-04 Thread Terence M. Bandoian
On 1:59 PM, Mark Thomas wrote: As a patch in diff -u format to the xml that generates those pages. Attach the patch to Bugzilla. Mark Submitted. Thanks for the pointer. -Terence Bandoian - To unsubscribe, e-mail: users-

comet and standard servlet

2012-08-04 Thread Elias Kopsiaftis
I have two servlets, one is comet. i am using an nio connector. i have an application that connects to both servlets at once, however, the standard servlet does not process any requests. i am able to connect to it, because i dont get an exception from the client when connecting. i can also write to

Re: Tomcat 7 Embedded and context/class reloading

2012-08-04 Thread Jose Rojas
> > Hello, I'm using Tomcat 7 embedded mode in my app. I've had a difficult time figuring out how to actually reload the context using WatchedResources and class reloading from WEB-INF/classes/. What I've noticed is that using the Tomcat class addWebApp() utility function does not trigger Watche