jsrvany logo
e x a m p l e   w r a p p e r   c l a s s e s
SimpleServerImplementation
SimpleServerImplemetation is a wrapper that is packaged with jsrvany and used for tesing and troubleshooting. The source may be found here.
TomcatWrapper
TomcatWrapper is a wrapper around the Tomcat Servlet Container from the apache group. Using this class with jsrvany ensures that Tomcat can be shutdown correctly when the stop and terminate service control methods are called. This allows Tomcat to complete running requests and correctly shutdown servlets and return allocated resources. Nb.This version is suitable for Tomcat versions 3.1 beta 1 or greater. Download the source,binary and instructions here. The source may be found here.
JServWrapper
JServWrapper is a wrapper around the Apache-JServ Servlet Container (version 1.1) from the apache group. Using this class with jsrvany ensures that JServ can be shutdown correctly when the stop and terminate service control methods are called. This allows Tomcat to complete running requests and correctly shutdown servlets and return allocated resources. The source may be found here.
 
If you have an example of your implementation, send me an email and I will put a link to your example here.