Tomcat 5.0.7 Alpha
Since java.blogs has already seen an announcement for Tomcat 5.0.7, there's no reason for me to do it as well. But, there is a very cool enhancement added to this release. From the changelog:
~ Allow putting a /META-INF/context.xml inside any WAR file
This allows much easier deployment IMO. Now you only need to deploy/upload one file, instead of the WAR file and a config (context.xml) file. However, this isn't part of the J2EE 1.4 spec, and other appservers have their own means of configuring - so this is not a portable solution. It would be very cool if there was a common way of doing this for Resin, Orion and Tomcat. I don't know how it would work, but maybe something like META-INF/tomcat-config.xml, META-INF/orion-config.xml, etc.
Posted by Unknown on August 11, 2003 at 04:20 PM MDT #
Posted by John Cavacas on August 11, 2003 at 07:35 PM MDT #
Posted by Matt Raible on August 11, 2003 at 07:46 PM MDT #
Posted by John Cavacas on August 11, 2003 at 07:56 PM MDT #
Posted by Pratik Patel on August 11, 2003 at 08:40 PM MDT #
Posted by Libor Pleva on August 13, 2003 at 07:57 AM MDT #