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

2006-01-10 Thread Maurice Yarrow
Hello Oded A conventional, simple, and accepted secure solution to the problem of running tomcat as root is to daemon su -c /home/tomcat/tcstart.sh tomcat from root which transfers tomcat to run under process ownership of user tomcat. Of course, you must create a user "tomcat", and of cour

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

2006-01-10 Thread Parsons Technical Services
9:50 PM Subject: Re: 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 T

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:3

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 conf

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 ?

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. > >

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 s

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

2006-01-09 Thread Thom Hehl
: 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 the case? It is no longer the case. Peter Lin did some c

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,

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: 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/Usi

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

2006-01-09 Thread Sriram Narayanan
On 1/10/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > For curiosity's sake, what "full-fledged" features do you think are > missing from Tomcat? > The link he gave talks about how to have PHP etc along side Tomcat. -- Sriram -

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

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 tomc

Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Nelson Maisonet
Ok, first email in this listserv so please forgive me if I forget anything. 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: