-
1. Re: JBoss AS 7.1.1 disable Tomcat Authentication without tomcatAuthentication attribute
jfclere Nov 5, 2012 6:48 AM (in response to fonshirin)Use org.apache.coyote.ajp.AprProcessor.TOMCATAUTHENTICATION so 6.1
-
2. Re: JBoss AS 7.1.1 disable Tomcat Authentication without tomcatAuthentication attribute
fonshirin Nov 6, 2012 2:23 PM (in response to jfclere)I have added system property org.apache.coyote.ajp.AprProcessor.TOMCATAUTHENTICATION to stanalone.xml (Jboss 7.1.1), but it doesn't take any effect. What i'm doing wrong?
Maybe I need to download another version of Jboss? But the last version available for download is 7.1.1. Version 6.1 works fine.
Please describe how can I use org.apache.coyote.ajp.AprProcessor.TOMCATAUTHENTICATION.
Thank you for your help.
-
3. Re: JBoss AS 7.1.1 disable Tomcat Authentication without tomcatAuthentication attribute
jfclere Nov 8, 2012 5:16 AM (in response to fonshirin)1 of 1 people found this helpfulIt is org.apache.coyote.ajp.DEFAULT_TOMCAT_AUTHENTICATION not TOMCATAUTHENTICATION you need jbossweb 7.0.17 for that. (AS 7.1.3)
-
4. Re: JBoss AS 7.1.1 disable Tomcat Authentication without tomcatAuthentication attribute
fonshirin Nov 11, 2012 12:09 PM (in response to jfclere)I've downloaded 7.1.3.Final source from Git repository. org.apache.coyote.ajp.DEFAULT_TOMCAT_AUTHENTICATION system property doesn't work, but org.apache.coyote.ajp.AprProcessor.TOMCATAUTHENTICATION works well.
Thanks a lot!
-
5. Re: JBoss AS 7.1.1 disable Tomcat Authentication without tomcatAuthentication attribute
flapteam Dec 17, 2014 6:56 PM (in response to fonshirin)Can i ask your where you change the value? which file you modify.
-
6. Re: JBoss AS 7.1.1 disable Tomcat Authentication without tomcatAuthentication attribute
jfclere Dec 23, 2014 9:10 AM (in response to flapteam)either start with -Dproperty=value or in standalone.xml in the system-properties part.
-
7. Re: JBoss AS 7.1.1 disable Tomcat Authentication without tomcatAuthentication attribute
lesquivel Mar 2, 2016 12:56 PM (in response to fonshirin)Was this answered? I have the same requirement. Can anyone tell me how to do that in Wildfly?
Thanks.