Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for 
change notification.

The following page has been changed by jgenender:
http://wiki.apache.org/geronimo/Tomcat

------------------------------------------------------------------------------
  
  Currently the work is being done to create a complete Tomcat deployer (aka 
builder) based on the jetty-builder module. The very rough yet working deployer 
is already done - !TomcatModuleBuilder. The idea behind the builder is to 
create one builder that manages Jetty, Tomcat or any other web container's 
deployment. It looks that the code of !TomcatModuleBuilder is pretty much the 
same as !JettyModuleBuilder, so it's probably a matter of weeks when they come 
together to build the builder.
  
- The version of Apache Tomcat is 5.5.7.
+ The version of Apache Tomcat is 5.5.9.
  
  = How to run Apache Tomcat =
  
@@ -53, +53 @@

  A simple start-up of Geronimo with Apache Tomcat and the !DebugConsole webapp:
  
   {{{
- $ java -jar bin/server.jar org/apache/geronimo/DebugConsole
+ $ java -Djava.endorsed.dirs=lib/endorsed -jar bin/server.jar 
org/apache/geronimo/DebugConsole
  01:22:03,798 INFO  [Daemon] Server startup begun
  01:22:03,878 INFO  [Kernel] Starting boot
  01:22:04,128 INFO  [Kernel] Booted

Reply via email to