Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Pid
On 17/05/2010 13:43, Gregor Schneider wrote: > Sorry if I drop in here getting a bit off-topic, howver: > > > On Mon, May 17, 2010 at 1:54 PM, Pid wrote: >> On 17/05/2010 12:36, Stephen . wrote: >> >> HTTPD can handle authentication, or Tomcat can, but not both at the same >> AFAIK. The AJP Con

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Pid
ithout having to use HTTPD in between... > If I now place an Apache in front of it, would that, in any way, damage the > web application itself? Could you clarify what you mean by "damage"? p >> Date: Mon, 17 May 2010 13:44:12 +0200 >> Subject: Re: Putting "AP

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Gregor Schneider
Sorry if I drop in here getting a bit off-topic, howver: On Mon, May 17, 2010 at 1:54 PM, Pid wrote: > On 17/05/2010 12:36, Stephen . wrote: > > HTTPD can handle authentication, or Tomcat can, but not both at the same > AFAIK.  The AJP Connector will need it's 'tomcatAuthentication' > attribute

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread André Warnier
Stephen . wrote: Hi, thanks for your response. However, I would need some more explanation. Exactly where and how would I implement those "Tomcat Connectors" ? Apparently, all I have is the Tomcat engine itself. So, what I need is an actual "Apache" server. (Am I right?) Another thing : I

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Borut Hadžialić
ks > > > > >> Date: Mon, 17 May 2010 13:44:12 +0200 >> Subject: Re: Putting "APACHE" in front of a stand-alone Tomcat Server >> From: borut.hadzia...@gmail.com >> To: users@tomcat.apache.org >> >> Take a look at http://tomcat.apache.or

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread David kerber
On 5/17/2010 8:09 AM, Stephen . wrote: Hi Pid, HTTPD doesn't help me much because I am using Windows. (I assume HTTPD is only for Unix/Linux systems) Incorrect assumption. It has pretty much the same uses on windows as it does on *x systems. D --

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Stephen . : > > > Hi Pid, > > HTTPD doesn't help me much because I am using Windows. > > (I assume HTTPD is only for Unix/Linux systems) > :) For windows it is "httpd.exe". http://httpd.apache.org/ http://httpd.apache.org/download.cgi http://www.apachelounge.com/download/ Best regards

RE: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
Hi Pid, HTTPD doesn't help me much because I am using Windows. (I assume HTTPD is only for Unix/Linux systems) -Stephen > Date: Mon, 17 May 2010 12:54:42 +0100 > From: p...@pidster.com > To: users@tomcat.apache.org > Subject: Re: Putting "APACHE" in front of

RE: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
gt; Subject: Re: Putting "APACHE" in front of a stand-alone Tomcat Server > From: borut.hadzia...@gmail.com > To: users@tomcat.apache.org > > Take a look at http://tomcat.apache.org/connectors-doc/ > > I think you can also use apache mod_proxy. > > On Mon, May 17,

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Pid
On 17/05/2010 12:36, Stephen . wrote: > > > Hi all, > > just a quick question. > > I am currently using a stand-alone Tomcat Server to run an application. > > However, I plan to expand this application (which is web-based) to enable > "Authentication" processes from external IDPs (Identity P

Re: Putting "APACHE" in front of a stand-alone Tomcat Server

2010-05-17 Thread Borut Hadžialić
Take a look at http://tomcat.apache.org/connectors-doc/ I think you can also use apache mod_proxy. On Mon, May 17, 2010 at 1:36 PM, Stephen . wrote: > > > Hi all, > > just a quick question. > > I am currently using a stand-alone Tomcat Server to run an application. > > However, I plan to expand