Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-M4
-
None
-
fedora core 2
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
svn revision 148920.
Description
when I deploy webapps using the online deployer things seem to work OK but when I use the offline "distribute" option I get:
tcabot@mad:~/try/hello-g6o$ java -jar ~/geronimo/bin/deployer.jar --user system --password manager distribute build/g6o.ear
16:37:13,253 INFO [ConfigurationManagerImpl] Loaded Configuration geronimo.config:name="org/apache/geronimo/J2EEDeployer"
16:37:13,812 INFO [Configuration] Started configuration org/apache/geronimo/J2EEDeployer
16:37:14,036 INFO [SecurityServiceImpl] Security service started
16:37:15,799 INFO [ConfigurationManagerImpl] Loaded Configuration geronimo.config:name="org/apache/geronimo/Server"
16:37:15,846 INFO [ConfigurationManagerImpl] Loaded Configuration geronimo.config:name="org/apache/geronimo/System"
16:37:15,970 INFO [Configuration] Started configuration org/apache/geronimo/System
16:37:16,613 INFO [Configuration] Started configuration org/apache/geronimo/Server
NOT DEPLOYING WEB SERVICE CLASS g6o.servlet.Servlet
NOT DEPLOYING WEB SERVICE CLASS g6o.servlet.CLServlet
16:37:17,857 INFO [Configuration] Stopping configuration org/apache/geronimo/Server
16:37:17,939 INFO [Configuration] Stopping configuration org/apache/geronimo/System
16:37:18,014 INFO [LocalConfigStore:config-store/] Installed configuration g6o in location 20
Distributed g6o
16:37:18,049 INFO [Configuration] Stopping configuration org/apache/geronimo/DeployerSystem
16:37:18,089 INFO [Kernel] Starting kernel shutdown
16:37:18,125 INFO [Kernel] Kernel shutdown complete
When I start the server the servlets don't start.