[ 
https://issues.apache.org/jira/browse/GERONIMO-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011113#comment-13011113
 ] 

Jacky Liu edited comment on GERONIMO-5302 at 3/25/11 6:47 AM:
--------------------------------------------------------------

This bug still exists when deploying ears in 20110325 Geronimo 3.0 server daily 
build, and it affects all successfully deployed wars package(contained in ears 
package). We have to open related application.xml file to find the 
context-root. We can check the following ears out:
/samples/trunk/samples/javaee5/app-per-port/app-per-port-ear
/samples/trunk/samples/javaee5/DataCDInfo/DataCDInfo-ear
/samples/trunk/samples/javaee5/bank/bank-ear
/samples/trunk/samples/javaee5/calculator/calculator-ear



      was (Author: jacky):
    This bug still exists, and it affects all successfully deployed wars 
package(contained in ears package).We have to open related application.xml file 
to find the context-root. We can check the following ears out:
/samples/trunk/samples/javaee5/app-per-port/app-per-port-ear
/samples/trunk/samples/javaee5/DataCDInfo/DataCDInfo-ear
/samples/trunk/samples/javaee5/bank/bank-ear
/samples/trunk/samples/javaee5/calculator/calculator-ear

  
> A successfully deployed war package(contained in a ear package) is not listed 
> on admin console.
> -----------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5302
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5302
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 3.0
>         Environment: OS:WIN XP
> GERONIMO Build:3.0 SNAPSHOT 2010.5.6 build
> JDK:1.6
>            Reporter: Lu Jiang
>            Assignee: Han Hong Fang
>         Attachments: sendmail-ear-2.1.1.4.ear
>
>
>  Sendmail-ear.ear can be successfully deployed on geronimo 3.0 snapshot.
>  Open http://localhost:8080/sendmail/  in a web browser ,this application 
> works fine.
> But As far as I can remember if the ear contains a war package and this war 
> package is specifiled in application .xml like:
>   <module>
>     <web>
>       <web-uri>sendmail-war-2.1.1.4.war</web-uri>
>       <context-root>/sendmail</context-root>
>     </web>
>   </module>
> Then on admin console,under Console Navigation/Applicatios,click web App 
> Wars,it/s expected to see  an item like this:
> org.apache.geronimo.samples/sendmail-ear_sendmail-war-2.1.1.4.war/2.1.1/car   
>           /sendmail  running     Stop    Restart         Uninstall 
> then we can get access to the application via the link /sendmail.
> But currently on 3.0 snapshot console,the deployed war will not be listed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to