Nope. Still nothing.... its got stuff about setting processes and stuff but nothing about adding a connector itself. I guess we will need to add a connector to the server.xml for it to talk to Apache.
The methods listed are public void setWebAppsRoot(String webAppsRoot); public void setPort(int port); public void setBindAddress(String host) throws UnknownHostException; public void setAcceptCount(int count); public void setMinProcessors(int minProcessors); public void setMaxProcessors(int maxProcessors); public void setEnableLookups(boolean enableLookups); public void setSecurityDomain(String securityDomain); The Tomcat Documentation about the WARP Connector is http://jakarta.apache.org/tomcat/tomcat-4.0-doc-exp/config/warp.html. If this is loaded by JBoss as part of its default startup for Catalina well and fine. Ajp13 documentation is available at http://jakarta.apache.org/~hgomez/ajp13-tc4.0/. This does involve adding a connector. Regards Vinay > -----Original Message----- > From: Scott M Stark [SMTP:[EMAIL PROTECTED]] > Sent: Friday, October 05, 2001 9:43 AM > To: menonv; [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBoss-Catalina 2.4.3 - server.xml file > > Try looking a little harder: > http://sourceforge.net/tracker/index.php?func=detail&aid=466753&group_id=2 > 2866&atid=381174 > > xxxxxxxxxxxxxxxxxxxxxxxx > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxxxxxxxxxxxxxxxxxx > ----- Original Message ----- > From: "menonv" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 05, 2001 1:10 AM > Subject: RE: [JBoss-user] JBoss-Catalina 2.4.3 - server.xml file > > > > Are you sure? The change log for 2.4.3 is empty apart from the bug fix > note. > > If it was there as part of the 2.4.2 change log then it is no longer > > available. The change log is not there on the JBoss site as well...... > > > > Can someome please point me to the correct location ? Integration with > > Apache is key to our set up. > > > > Thanks > > > > Vinay > > > Disclaimer This communication together with any attachments transmitted with it ('this E-mail') is intended only for the use of the addressee and may contain information which is privileged and confidential. If the reader of this E-mail is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient you are notified that any use of this E-mail is prohibited. Addressees should check this E-mail for viruses. The Carphone Warehouse Group PLC makes no representations as regards the absence of viruses in this E-mail. If you have received this E-mail in error please notify our ISe Response Team immediately by telephone on + 44 (0)20 8896 5828 or via E-mail at [EMAIL PROTECTED] Please then immediately destroy this E-mail and any copies of it. Please feel free to visit our website: http://www.phonehouse.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
