This post originated from an RSS feed registered with Java Buzz
by Matt Raible.
Original Post: Tomcat Service Manager for Windows
Feed Title: Raible Designs ~ We Build Web Apps
Feed URL: http://static.raibledesigns.com/500.html
Feed Description: Opinions and tips on how to build web applications using Java. Currently using Hibernate, Struts, XHTML, CSS, Ant, JUnit and XDoclet.
If you run Tomcat as a service (on Windows), you might be interested in the Tomcat Service Manager . I don't, so I'm not - I prefer "tstart" and "tstop" in cygwin (or bash), which are defined in my .bashrc file as:
alias tstart=$CATALINA_HOME/bin... [529 characters]