> 1. What is maxProcessors? This doesn't limit number of > connections does it?
Yes, it is the thread pool size. > 2. Why do I need two connectors? I get the http one, but is the AJP? AJP13 is for mod_jk(2) for example i.e. if you have Apache/IIS/whatever as a web server before your servlet/EJB tier. AJP13 will bundle connections, etc. and avoid the servlet engine to redo some of the HTTP parsing already done by the web server. Cheers, sacha ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
