You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jacky Liu (JIRA)" <ji...@apache.org> on 2011/03/25 07:45:05 UTC

[jira] [Commented] (GERONIMO-5302) A successfully deployed war package(contained in a ear package) is not listed on admin console.

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

Jacky Liu commented on GERONIMO-5302:
-------------------------------------

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