Re: Problem With Application Behind Apache

2006-04-17 Thread James Carman
Check out the docs ofr the AJP connector: http://tomcat.apache.org/tomcat-5.5-doc/connectors.html > Since we're on the topic, does anyone know the pros and cons of the proxy > approach vs the mod_jk approach? > James Carman, President Carman Consulting, Inc. -

Re: Problem With Application Behind Apache

2006-04-17 Thread Matt Welch
Since we're on the topic, does anyone know the pros and cons of the proxy approach vs the mod_jk approach?

RE: Problem With Application Behind Apache

2006-04-17 Thread James Carman
No, I use proxies. -Original Message- From: Adam Zimowski [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 3:32 PM To: Tapestry users Subject: Re: Problem With Application Behind Apache I'm using mod_jk2 to connect Apache and Tomcat. Both point to same root directory and

Re: Problem With Application Behind Apache

2006-04-17 Thread Pablo Ruggia
nal Message- > From: James Carman [mailto:[EMAIL PROTECTED] > Sent: Monday, April 17, 2006 3:16 PM > To: 'Tapestry users' > Subject: RE: Problem With Application Behind Apache > > Are you using a ProxyPass and ProxyPassReverse? You have to make sure > your > serve

Re: Problem With Application Behind Apache

2006-04-17 Thread Adam Zimowski
> > -Original Message- > From: James Carman [mailto:[EMAIL PROTECTED] > Sent: Monday, April 17, 2006 3:16 PM > To: 'Tapestry users' > Subject: RE: Problem With Application Behind Apache > > Are you using a ProxyPass and ProxyPassReverse? You have to make sure you

RE: Problem With Application Behind Apache

2006-04-17 Thread James Carman
Step 4: http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 3:16 PM To: 'Tapestry users' Subject: RE: Problem With Application Behind Apache Are you using a Pro

RE: Problem With Application Behind Apache

2006-04-17 Thread James Carman
Are you using a ProxyPass and ProxyPassReverse? You have to make sure your server.xml file tells your webapp what the actual server name is. On the proxy Connector set proxyName="your server name". -Original Message- From: Pablo Ruggia [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2