Cannot find root context when app deployed without geronimo-tomcat.xml
----------------------------------------------------------------------

         Key: GERONIMO-662
         URL: http://issues.apache.org/jira/browse/GERONIMO-662
     Project: Geronimo
        Type: Bug
  Components: Tomcat  
    Versions: 1.0-M4    
 Environment: WinXP Pro SP1,  SUN Java VM 1.4.2_-07-b05
    Reporter: Sing Li
    Priority: Minor
 Attachments: patch.txt

By default, deploying a WAR or EAR without a geronimo-tomcat.xml results in the 
use of a default deployment plan.

The web.xml webapp id, or the base archive file name is used as a configuration 
id, and also for the root context.  This is consistent with Jetty and OpenEJB 
behavior, and an ease-of-use feature by design.

A minor bug during the creation of the default plan, in 
TomcatModuleBuilder.java, prevents the root context from being created 
properly. The attached patch should fix this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to