Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 98706 invoked from network); 13 Sep 2002 16:29:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Sep 2002 16:29:36 -0000 Received: (qmail 21743 invoked by uid 97); 13 Sep 2002 16:29:52 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 21727 invoked by uid 97); 13 Sep 2002 16:29:51 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 21715 invoked by uid 98); 13 Sep 2002 16:29:51 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: tomcat config questions Date: Fri, 13 Sep 2002 12:29:12 -0400 Message-ID: <8D966D6B75EB7F47AA300241BF2E1D0C09309E@merc17.na.sas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: tomcat config questions Thread-Index: AcJbNpllHf8GudQ5T8eF+r7dJhqYkAAAWF2w From: "Larry Isaacs" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Sohaila Roberts [mailto:sohaila@hebert.pharm.mun.ca]=20 > Sent: Friday, September 13, 2002 11:02 AM > To: tomcat-user@jakarta.apache.org > Subject: tomcat config questions >=20 >=20 >=20 > Hi, my questions are regarding configuring tomcat 3.3.1 securely. >=20 > If i'm only using Http10Connector for connection can i safely > comment out other connection attribute things, like=20 > Ajp12Connector, with > out having things break? In the default configuration, the Ajp12Connector is involved with shutting down Tomcat. If you remove this connector, be sure to add: shutDownEnable=3D"true" to the Ajp13Connector so it can handle shutdowns. See: for details. >=20 > We unfortunatly will be running tomcat with apache 1.3.14,=20 > due to other > applications on the server which require it. Are there any=20 > known problems > that might exisit? If you can live with the default behavior of Tomcat serving all web application requests, instead of having Apache serve static content for example, then the configuration will be much simpler. Deviating from this will add complications depending on exactly what it is you want to do. Cheers, Larry > Also how do the files in tomcat_home/conf/users affect=20 > things? Right now i > have done nothing in there and tomcat runs fine. >=20 > And last but not least if there are any sites (excluding the jakarta > documentation) with documentation on configuring tomcat for=20 > people with > little knowledge on configuring things would be greatly appreciated! >=20 > Basically I have tomcat up and running but I've done no additional > configuration to make it secure. >=20 > Thanks >=20 > sohaila >=20 >=20 >=20 > -- > To unsubscribe, e-mail: =20 > unsubscribe@jakarta.apache.org> > For=20 > additional commands,=20 > e-mail: >=20 >=20 -- To unsubscribe, e-mail: For additional commands, e-mail: