Apache 2.36, Tomcat 4.x and JBoss 3.0

2002-06-07 Thread Segree, Gareth
I am new to the JSP EJB business and I'm trying to setup a server using opensource software. 1) Is there any special configuration to install apache 2.x tomcat 4.x from source. 2) When should I use tomcat only vs apache + tomcat plugin. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: Apache 2.36, Tomcat 4.x and JBoss 3.0

2002-06-07 Thread Adam Pfeiffer
I am not an expert, but from what I have seen floating around you would use apache + tomcat when you have high requests on static html pages. This way, you offload the static pages to apache to free up tomecat for the jsps. Hopefully someone else will chime in with more info than this. Adam

Re: Apache 2.36, Tomcat 4.x and JBoss 3.0

2002-06-07 Thread Guillaume de Roujoux
modules/perl/php... We cannot assume that all of them will want to ditch this legacy. - Original Message - From: Adam Pfeiffer [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 07, 2002 2:56 PM Subject: Re: Apache 2.36, Tomcat 4.x and JBoss 3.0 I am not an expert