>Has anyone live experience with Jakarta Tomcat as Windows service ?
>
[quoted text clipped - 12 lines]
>I am UNIX person, using Windows mainly to deal with threats to national
>security in FPS games.
Tomcat works "out of the box" as a Windows service. Just follow the
install time prompts changing the port from 8080 to 80 and you will
have an HTTP/JSP server that is automatically (or manually) started
and stopped as a Windows service. I can't really answer your
"reliable" question because I don't stress it but it has never failed
for me.
Drazen Gemic - 24 Apr 2006 19:09 GMT
> Tomcat works "out of the box" as a Windows service. Just follow the
> install time prompts changing the port from 8080 to 80 and you will
> have an HTTP/JSP server that is automatically (or manually) started
> and stopped as a Windows service. I can't really answer your
> "reliable" question because I don't stress it but it has never failed
> for me.
Thanks, that is reliable enough.
DG