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.