Putting APACHE in front of a stand-alone Tomcat Server

2010-05-17 Thread Stephen .
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 Providers). Unfortunately, to be able to implement this,

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 . marr...@hotmail.com wrote: Hi all, just a quick question. I am currently using a stand-alone Tomcat Server to run an application. However, I plan

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

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

2010-05-17 Thread Stephen .
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, 2010 at 1:36 PM, Stephen . marr...@hotmail.com wrote: Hi all, just a quick

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 a stand-alone Tomcat Server

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

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Stephen . marr...@hotmail.com: 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/

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 Borut Hadžialić
on the server is Sun's Identity Manager (IDM). If I now place an Apache in front of it, would that, in any way, damage the web application itself? What kind of authentication does the application use? Thanks Date: Mon, 17 May 2010 13:44:12 +0200 Subject: Re: Putting APACHE in front of a stand

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've

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 p...@pidster.com 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'

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

2010-05-17 Thread Pid
, 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 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

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 p...@pidster.com wrote: On 17/05/2010 12:36, Stephen . wrote: HTTPD can handle authentication, or Tomcat can, but not both at the same AFAIK. The