You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2010/05/12 18:26:42 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=12866617#action_12866617 ] 

David Jencks commented on GERONIMO-5302:
----------------------------------------

This is a side effect of the current way we are deploying ears in which we generate one bundle for the entire ear, rather than one bundle per module.  I'm not sure we should ever allow starting/stopping module bundles.  In 2.x you could only see war modules individually, not rar or ejb modules as they were all put into a single ear level plugin.

My current thinking is that we should deploy ears as ebas with one bundle per ee module and possibly one bundle for the ear level.

> 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
>         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.
-
You can reply to this email to add a comment to the issue online.