Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1266 | minor | always | 07-24-06 09:12 | 07-27-06 16:15 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.20 | ||
|
|||||
Summary: | 0001266: redeploy-mode in resin-web.xml | ||||
Description: |
(rep by Bill Au) By the way, I am running into a strange problem with <redeploy-mode>. This is what I have in my resin-web.xml: <?xml version="1.0" encoding="ISO-8859-1"?> <web-app xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="http://caucho.com/ns/resin/core"> [^] <redeploy-mode>manual</redeploy-mode> ... </webapp> Resin is complaining about <redeploy-mode>: 500 Servlet Exception WEB-INF/resin-web.xml:5: <redeploy-mode> is an unexpected tag (parent <web-app> starts at 3). <web-app> syntax: (@version?, @xsi:schemaLocation?, (<authenticator>* & (@case-insensitive | <case-insensitive>)? & (@character-encoding | <character-encoding>)? & <class-loader>* & <cluster-definition>* & <connector>* & <ejb-server>* & <env-entry>* & <database>* & <dependency>* & (@dependency-check-interval | <dependency-check-interval>)? & <grant>* & <rcore:import>* & <rcore:include>* & <javac>? & <jndi-link>* & <log>* & <reference>* & (<bean> | <resource>)* & <resource-default>* & (<rar-deploy> | <resource-deploy>)* & <stderr-log>? & <stdout-log>? & <system-property>* & (@temp-dir | <temp-dir>)? & (@work-dir | <work-dir>)? & (<rcore:log> | <rcore:message>)* & <rcore:set>* & <rcore:include>* & <access-log>* & (@active-wait-time | <active-wait-time>)? & (@allow-servlet-el | <allow-servlet-el>)* & (@archive-path | <archive-path>)? & <cache-mapping>* & (@cookie-http-only | <cookie-http-only>)? & <context-param>* & (<description>*, <display-name>?, <icon>?) & (@dispatch-wraps-filters | <dispatch-wraps-filters>)? & <display-name>* & (@distributable | <distributable>)? & <ear-deploy>* & <ejb-local-ref>* & <ejb-ref>* & <error-page>* & <filter>* & <filter-mapping>* & (@idle-time | <idle-time>)? & (@inherit-session | <inherit-session>)? & <jsp>? & <jsp-config>* & (@lazy-init | <lazy-init>)* & (@lazy-servlet-validate | <lazy-servlet-validate>)? & <listener>* & <login-config>? & <message-destination>* & <mime-mapping>* & <multipart-form>* & <path-mapping>* & <resource-env-ref>* & <rewrite-dispatch>* & <rewrite-real-path>* & (@secure | <secure>)? & <security-constraint>* & <security-role>* & <servlet>* & <servlet-mapping>* & <servlet-regexp>* & <session-config>* & (@shutdown-wait-max | <shutdown-wait-max>)? & (@strict-mapping | <strict-mapping>)? & <taglib>* & <web-app>* & <web-app-deploy>* & <welcome-file-list>? & <rcore:env>* & <rcore:if>* & <rcore:choose>* & (@config-file | <config-file>)*)) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|