Hi,
I would like to know if it is possible to start Apache and Tomcat
without asking to the client (consumer) to do it.
At the first request (http://localhost/toto) if the web server isn't
launched
then a program start it.
But I don't want to start Apache and Tomcat like windows services.
Because I use Servlet listener, and in my ServletContextListener the
web server
has to obtain a connection with a back-end server, this server is
not
a windows service.
Is it possible also to shut down the web server when the last client
closed
its web browser ?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>