hello f2racer

in server/*yourconfig*/deploy/jbossweb-tomcat*/META-IF/jboss-service.xml

add tomcatAuthentication="false" to your
apj13 connector

eg.

  | <!-- A AJP 1.3 Connector on port 8009 -->
  |  <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
  |                   address="${jboss.bind.address}" port="8009" minProcessors="20" 
maxProcessors="250"
  |                   enableLookups="true" redirectPort="8443"
  |  tomcatAuthentication="false"........../>
  | 

cheers
L

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to