RE: http.conf file

2012-06-29 Thread Caldarale, Charles R
 From: Welch, Andrea [mailto:awe...@acehardware.com] 
 Subject: http.conf file

 Much of the configuration information that is referred to in the 
 docs found at http://tomcat.apache.org/tomcat-6.0-doc/ and 
 elsewhere refer to an httpd.conf file.

Can you be specific about where in the Tomcat docs this is mentioned?

 Do I have to create that or is it even pertinent to my installation?
 
Unless you're using Apache httpd to front-end Tomcat, it's not pertinent.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: http.conf file

2012-06-29 Thread Welch, Andrea
Hi Chuck and thanks for the reply.  Regarding the official docs - the Proxy 
Support section is one place that I noted the reference to the httpd.conf file. 
We've also been struggling with redirection of an app to be the root app and 
most of the support information I've found for doing that online have referred 
to an httpd.conf file modification.

Andrea


 -Original Message-
 From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
 Sent: Friday, June 29, 2012 9:10 AM
 To: Tomcat Users List
 Subject: RE: http.conf file
 
  From: Welch, Andrea [mailto:awe...@acehardware.com]
  Subject: http.conf file
 
  Much of the configuration information that is referred to in the
  docs found at http://tomcat.apache.org/tomcat-6.0-doc/ and
  elsewhere refer to an httpd.conf file.
 
 Can you be specific about where in the Tomcat docs this is mentioned?
 
  Do I have to create that or is it even pertinent to my installation?
 
 Unless you're using Apache httpd to front-end Tomcat, it's not pertinent.
 
  - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended recipient. If you received
 this in error, please contact the sender and delete the e-mail and its
 attachments from all computers.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: http.conf file

2012-06-29 Thread Caldarale, Charles R
 From: Welch, Andrea [mailto:awe...@acehardware.com] 
 Subject: RE: http.conf file

 Regarding the official docs - the Proxy Support section is one place 
 that I noted the reference to the httpd.conf file.  We've also been 
 struggling with redirection of an app to be the root app and most of 
 the support information I've found for doing that online have referred
 to an httpd.conf file modification.

Note that those cases use httpd as a front-end.

For redirection with a stand-alone Tomcat, try this:
http://tuckey.org/urlrewrite/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: http.conf file

2012-06-29 Thread Martin Gainty

if you are using Apache HTTP Server as a proxy you will need to 1)configure 
httpd.conf parameters for mod_proxy
2)install mod_proxy.so (or mod_proxy.dll for windows) into your modules folder 
Instructions available athttp://httpd.apache.org/docs/2.0/mod/mod_proxy.html

Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.

  From: awe...@acehardware.com
 To: users@tomcat.apache.org
 Date: Fri, 29 Jun 2012 09:18:51 -0500
 Subject: RE: http.conf file
 
 Hi Chuck and thanks for the reply.  Regarding the official docs - the Proxy 
 Support section is one place that I noted the reference to the httpd.conf 
 file. We've also been struggling with redirection of an app to be the root 
 app and most of the support information I've found for doing that online have 
 referred to an httpd.conf file modification.
 
 Andrea
 
 
  -Original Message-
  From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
  Sent: Friday, June 29, 2012 9:10 AM
  To: Tomcat Users List
  Subject: RE: http.conf file
  
   From: Welch, Andrea [mailto:awe...@acehardware.com]
   Subject: http.conf file
  
   Much of the configuration information that is referred to in the
   docs found at http://tomcat.apache.org/tomcat-6.0-doc/ and
   elsewhere refer to an httpd.conf file.
  
  Can you be specific about where in the Tomcat docs this is mentioned?
  
   Do I have to create that or is it even pertinent to my installation?
  
  Unless you're using Apache httpd to front-end Tomcat, it's not pertinent.
  
   - Chuck
  
  
  THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
  MATERIAL and is thus for use only by the intended recipient. If you received
  this in error, please contact the sender and delete the e-mail and its
  attachments from all computers.
  
  
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
  
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org