|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4875 | minor | always | 11-25-11 17:14 | 06-15-12 12:05 | |
|
|
|||||
| Reporter: | rickHigh | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.24 | ||
| Product Build: | Resolution: | reopened | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.29 | ||
|
|
|||||
| Summary: | 0004875: Undeploy does not seem to undeploy /var/www/webapps/blog/WEB-INF/lib, | ||||
| Description: |
I notice during the course of writing the cloud deploy tutorial that undeploy does not seem to clean up all of the jar files in WEB-INF. Roo has a problem where it includes jstl files that it should not. To get around this issue, I remove all jstl dependencies pom.xml $ mvn clean $ mvn package $ resinctl deploy target/blog-0.1.0.BUILD-SNAPSHOT.war -name blog At this point, I should not get an 500 message (included below), but I do. When I wipe out the deploy dir (/var/www/webapps/blog/), it then works. $ mvn clean $ mvn package $ sudo rm -rf /var/www/webapps/blog/ $ resinctl deploy target/blog-0.1.0.BUILD-SNAPSHOT.war -name blog Here is the error, but it does not really matter. 500 Servlet Exception file:/var/www/webapps/blog/WEB-INF/tags/util/panel.tagx:1: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 40; The prefix "c" for element "c:if" is not bound. 1: <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" [^] xmlns:fn="http://java.sun.com/jsp/jstl/functions" [^] xmlns:spring="http://www.springframework.org/tags" [^] xmlns:c="http://java.sun.com/jsp/jstl/core" [^] version="2.0"> 2: <jsp:output omit-xml-declaration="yes" /> 3: |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||