Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.
Tomcat is developed in an open and participatory environment and released under the Apache Software License. Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. To learn more about getting involved, click here.
What's New
Version 7.0.23:
46264: Add the ability to start and stop containers (primarily Contexts) using a thread pool rather than a single thread. This can significantly improve start and stop time. Based on patches by Joe Kislo and Felix Schumacher. (markt)
50570: Enable FIPS mode to be set in AprLifecycleListener. Based upon a patch from Chris Beckey. (schultz/kkolinko)
51744: Throw the correct exception if an application attempts to modify the associated JNDI context. (markt)
51744: Add an option to the StandardContext that allows exception throwing when an application attempts to modify the associated JNDI context to be disabled. (markt)
51910: Prevent NPE on connector stop if Comet applications are being used without the CometConnectionManagerValve. (markt)
51940: Do not limit saving of request bodies during FORM authentication to POST requests since any HTTP method may include a request body. Based on a patch by Nicholas Sushkin. (markt/kkolinko)
51956: RemoteAddrFilter used getRemoteHost instead of getRemoteAddr when filtering Comet events. (schultz)
51952: Make the inclusion of a response body with a redirect response introduced to address 41718optional and disabled by default due to the side-effects of including a body with the response in this case. (markt)
46264: Add the ability to start and stop containers (primarily Contexts) using a thread pool rather than a single thread. This can significantly improve start and stop time. Based on patches by Joe Kislo and Felix Schumacher. (markt)
50570: Enable FIPS mode to be set in AprLifecycleListener. Based upon a patch from Chris Beckey. (schultz/kkolinko)
Don't know if I'm mistaken or not, but it says here you must have Tiger or higher AND Java 6, but far as I know, Java 6 can't be installed in Tiger, unless you want to go SoyBean... Wouldn't it be better to say "Leopard and above", knowing that you can install Java 6 on Leopard with a little tinkering? Aside from that, it's really a nice app, with a good-looking interface, that really lets you manage the server end.
Please login or create a new MacUpdate Member account to use this feature
Watch Lists are available to MacUpdate Desktop Members Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.
Tomcat is developed in an open and participatory environment and released under the Apache Software License. Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. To learn more about getting involved, click here.
+1
+2
OneCatFamily reviewed on 22 Dec 2010
+1
+13
Anonymous reviewed on 13 Oct 2003
This time, I just downloaded it, gunzipped it, untarred it, and it was done.. Just run the bin/startup.sh and you're home free.. Not bad!