GERONIMO-1258 will introduce the tomcat examples into Geronimo. The
examples seem to install and run fine on both Tomcat and Jetty. There
is a warning message (see below) that is spit out during Jetty startup.
There is no such message for Tomcat. Can someone please help shed
some light on why the warning is being emitted. I've attached the
relevant portions of my geronimo.log.
Thanks
-Dave-
Starting Geronimo Application Server
[******************] 100% 27s Startup complete
Listening on Ports:
1099 0.0.0.0 RMI Naming
1527 0.0.0.0 Derby Connector
4201 127.0.0.1 ActiveIO Connector EJB
4242 0.0.0.0 Remote Login Listener
8080 0.0.0.0 Jetty Connector HTTP
8443 0.0.0.0 Jetty Connector HTTPS
61616 0.0.0.0 ActiveMQ Message Broker Connector
Started Application Modules:
WAR: geronimo/uddi-jetty/1.0-SNAPSHOT/car
WAR: geronimo/jsp-examples-jetty/1.0-SNAPSHOT/car
RAR: geronimo/system-database/1.0-SNAPSHOT/car
EAR: geronimo/webconsole-jetty/1.0-SNAPSHOT/car
WAR: geronimo/welcome-jetty/1.0-SNAPSHOT/car
RAR: geronimo/activemq/1.0-SNAPSHOT/car
WAR: geronimo/servlets-examples-jetty/1.0-SNAPSHOT/car
Web Applications:
http://linux-009037214145:8080/
http://linux-009037214145:8080/console
http://linux-009037214145:8080/console-standard
http://linux-009037214145:8080/jsp-examples
http://linux-009037214145:8080/juddi
http://linux-009037214145:8080/servlets-examples
WARNING: Some GBeans were not started successfully:
geronimo.server:J2EEApplication=null,J2EEServer=geronimo,Servlet=invoker,WebFilter=ServletMappedFilter,WebModule=geronimo/servlets-examples-jetty/1.0-SNAPSHOT/car,j2eeType=WebFilterMapping(starting)
geronimo.server:J2EEApplication=null,J2EEServer=geronimo,URLPattern="/servlet/\*",WebFilter=PathMappedFilter,WebModule=geronimo/servlets-examples-jetty/1.0-SNAPSHOT/car,j2eeType=WebFilterMapping(starting)
Geronimo Application Server started
|