Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1635 | major | always | 03-06-07 14:34 | 03-29-07 14:41 | |
|
|||||
Reporter: | dpasek | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.1 | ||
|
|||||
Summary: | 0001635: Resin does not support description element for servlet listeners | ||||
Description: |
The description element for servlet listeners is not supported by resin. Web apps using descriptions for listeners cannot be deployed on resin. Resin cannot deploy a web app with this web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" [^] xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" [^] xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee [^] http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> [^] <listener> <description>Resin does not like a description for listeners!</description> <listener-class>de.gisgesign.resinbug.ContextListener</listener-class> </listener> <session-config> <session-timeout> 30 </session-timeout> </session-config> <welcome-file-list> <welcome-file> index.jsp </welcome-file> </welcome-file-list> </web-app> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | resin-listener-bug-src.tar.gz [^] (11,154 bytes) 03-06-07 14:34 |
There are no notes attached to this issue. |