restart of --inPlace deployed webapps fails to pick up new jars
---------------------------------------------------------------
Key: GERONIMO-4998
URL: https://issues.apache.org/jira/browse/GERONIMO-4998
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: deployment
Environment: 2.2.1-SNAPSHOT
Build 2009.12.16-21:27:41.386-0500
Reporter: Jürgen Weber
Attachments: t.jsp, web.xml
see also http://old.nabble.com/Cannot-reinitialize-webapp-td26700488s134.html
Deploy an exploded web app with --inPlace
Add jars to WEB-INF/lib
restart web app using console
The new jars are not known to the web app.
/projekte/geronimo-tomcat6-javaee5-2.2.1-SNAPSHOT/bin ./deploy.sh --port 1699
-u system -p manager deploy --inPlace /projekte/t
Reproduce: deploy the attached mini web app
add http://www.jspwiki.org/attach/HowToManuallyIntegrateFCKEditor/FCK.jar
redeploy using console
http://localhost:8080/t/t.jsp
gives
Resource is: null
undeploy app and deploy as above
http://localhost:8080/t/t.jsp
gives
Resource is: jar:file:/projekte/t/WEB-INF/lib/FCK.jar!/ini/jspwiki_module.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.