Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-10 Thread Oded Arbel
On Tuesday, 10 בJanuary 2006 02:35, Caldarale, Charles R wrote: From: Sriram Narayanan [mailto:[EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost The link he gave talks about how to have PHP etc along side Tomcat. PHP can be fairly easily used

Re: Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-10 Thread Warren Pace
From: Oded Arbel [EMAIL PROTECTED] Date: 2006/01/10 Tue AM 06:59:08 EST To: users@tomcat.apache.org CC: Caldarale, Charles R [EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost On Tuesday, 10 ?January 2006 02:35, Caldarale, Charles R wrote: From

Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-10 Thread Oded Arbel
On Tuesday, 10 בJanuary 2006 14:31, Warren Pace wrote: The most important reason that I use an Apache frontend for tomcat, which is probably not relevant to the original poster, is that under Unix only root processes can open port 80 (the default HTTP port), and so if tomcat is configured

Re: Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-10 Thread Warren Pace
From: Oded Arbel [EMAIL PROTECTED] Date: 2006/01/10 Tue PM 12:46:14 EST To: users@tomcat.apache.org CC: Warren Pace [EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost On Tuesday, 10 ?January 2006 14:31, Warren Pace wrote: The most important reason

Re: Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-10 Thread Parsons Technical Services
: Re: Apache + Tomcat, Tomcat only handles JSP in localhost From: Oded Arbel [EMAIL PROTECTED] Date: 2006/01/10 Tue PM 12:46:14 EST To: users@tomcat.apache.org CC: Warren Pace [EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost On Tuesday, 10 ?January 2006 14:31

Re: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Oded Arbel
On Monday, 9 בJanuary 2006 20:28, Nelson Maisonet wrote: Problem: Everything works perfectly when accessing through localhost. However, when I try to go through the net (domain name), instead of displaying the website created in .jsp it simply displays the code. Background: I ran the tomcat

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
From: Nelson Maisonet [mailto:[EMAIL PROTECTED] Subject: Apache + Tomcat, Tomcat only handles JSP in localhost Background: I ran the tomcat server by itself for quite some time without any problems, but now I need the functionality of a full-fledged http server so I'm adding apache and

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
From: Sriram Narayanan [mailto:[EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost The link he gave talks about how to have PHP etc along side Tomcat. PHP can be fairly easily used with Tomcat standalone: http://wiki.apache.org/tomcat/UsingPhp So, I repeat

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Daniel Blumenthal
Chuck, So, I repeat: What full-fledged features do you think are missing from Tomcat? The reason I'm currently using Apache+Tomcat is that I had heard that Tomcat was significantly slower at serving static files (.css, .gif, .js, etc.). Is this no longer the case? Daniel

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Subject: RE: Apache + Tomcat, Tomcat only handles JSP in localhost The reason I'm currently using Apache+Tomcat is that I had heard that Tomcat was significantly slower at serving static files (.css, .gif, .js, etc.). Is this no longer

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
From: Thom Hehl [mailto:[EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost Is there any documentation on configuring tomcat for optimum performance? Probably not all in one place. For starters, Peter Lin has a pretty decent summary at: http