"tawbrey" wrote : I had http redirection working in 3.2.4 by putting the 
following snippet in my web.xml :
  | 
  | <security-constraint>
  |   <web-resource-collection>
  |     <web-resource-name>SSL Forwarding</web-resource-name>
  |          <url-pattern>/*</url-pattern>
  |     </web-resource-collection>
  |         <user-data-constraint>
  |          <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  |     </user-data-constraint>
  | </security-constraint>
  |  
  | 
  | I upgraded the server to 3.2.7 and now I get the following error in my 
web.xml when looking at it in eclipse:
  | 
  | The content of element type "web-app" must match 
"(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)".
  | 
  | What changed and how do I get this functionality to work with 3.2.7?
  | 
  | thanks,
  | 
  | Tony 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864122#3864122

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864122


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to