I checked into HEAD the ability to easily build a Jetty or Tomcat
version. If we want this in M4, then we probably should re-cut the
branch or if someone has a better idea, speak up ;-)
So how do you easily switch containers? In the etc/project.properties
there is a line like follows:
geronimo.web.container=jetty
Want to build tomcat? Change it to:
geronimo.web.container=tomcat
and just rebuild assembly.
I also added a root default context for Tomcat with a Geronimo welcome
page. I cribbed it from Tomcat. It can be changed...so whatever the
community thinks should be on it...feel free ;-)
Please give it a shot and any feedback would be appreciated.
Some info:
All web containers now run on 8080 (no more Tomcat on 8090).
Jeff