Hi all I need to add/change a valve setting because of this: 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55212

In JBoss-3.2.5 where would I add the following so my webapp (a war file inside an ear 
file) would have this valve setting?


  | <Context path="/myapp" docBase="myapp">
  |   <Valve className="org.apache.catalina.authenticator.FormAuthenticator"
  |           disableProxyCaching="false" />
  | </Context>
  | 

Thanks in advance!

Details:
EAR file with:
- Manifest.mf
- myapp-ejb.jar
- myapp-service.sar
- myapp-web.war
- application.xml
- jboss-app.xml

In application.xml, my webapp is configured as the default like this:

  | <application>
  |   <module>
  |     <web>
  |       <web-uri>myapp-web.war</web-uri>
  |       <context-root>/</context-root>
  |     </web>
  |   </module>
  | </application>
  | 

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

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


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to