Re: Proxy settings for Tomcat's JVM

2004-07-29 Thread Sasha Borodin
Let me state the question in a more general way: If you wanted to pass JVM arguments, where would you do it? Does the Tomcat5 NT service use the JAVA_OPTS environment variable? Has anyone had success using deployment.properties:

RE: Proxy settings for Tomcat's JVM

2004-07-29 Thread Dale, Matt
or catalina.bat Ta Matt -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: 29 July 2004 17:26 To: Tomcat Users List Subject: Re: Proxy settings for Tomcat's JVM Let me state the question in a more general way: If you wanted to pass JVM arguments, where would you do it? Does

RE: Proxy through apache not working correctly

2004-02-27 Thread Asif Chowdhary
Hi, I put my application context and it works fine. ProxyPass /context http://mysite.net:8080 ProxyPassReverse /context http://mysite.net:8080 -Original Message- From: Michael Forster [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 11:14 AM To: [EMAIL PROTECTED] Subject: Proxy

RE: Proxy through apache not working correctly

2004-02-27 Thread Michael Forster
- From: Asif Chowdhary [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 16:24 To: Tomcat Users List Subject: RE: Proxy through apache not working correctly Hi, I put my application context and it works fine. ProxyPass /context http://mysite.net:8080 ProxyPassReverse /context http

RE: Proxy through apache not working correctly

2004-02-27 Thread Michael Forster
in /webapps config. It seems that because the proxypass is there it cannot understand requests for non jsp/bean requests. -Original Message- From: Michael Forster [mailto:[EMAIL PROTECTED] Sent: 27 February 2004 16:49 To: Tomcat Users List Subject: RE: Proxy through apache not working

RE: Proxy Server

2003-04-02 Thread WIPRO Anil Gandhi
Hi, In tomcat's server.xml !-- Define a Proxied HTTP/1.1 Connector on port 8081 -- !-- See proxy documentation for more information about using this. -- !-- Connector className=org.apache.catalina.connector.http.HttpConnector port=8082 minProcessors=5

Re: proxy and sessions problem

2003-03-07 Thread Fabio Mengue
: Re: proxy and sessions problem Don't use both proxy pass and mod_jk: use either one or the other. To keep your sessions, you will need to use mod_jk. Sadly this is about the extend of my advice: other people on the list might have better advice. I know I had to change from proxy pass to mod_jk

Re: proxy and sessions problem

2003-03-06 Thread p niemandt
Don't use both proxy pass and mod_jk: use either one or the other. To keep your sessions, you will need to use mod_jk. Sadly this is about the extend of my advice: other people on the list might have better advice. I know I had to change from proxy pass to mod_jk to keep my session On Thu,

Re: proxy and sessions problem

2003-03-06 Thread p niemandt
? -Mensaje original- De: p niemandt [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 06 de Marzo de 2003 11:36 a.m. Para: Tomcat Users List Asunto: Re: proxy and sessions problem Don't use both proxy pass and mod_jk: use either one or the other. To keep your sessions, you

Re: Proxy

2003-02-27 Thread Jon Wingfield
try setting the following system properties: *http.proxyHost* *http.proxyPort* http://java.sun.com/j2se/1.4/docs/guide/net/properties.html Alberto A C A S Magalhães wrote: ** Este email assim como os ficheiros que possa ter em

Re: Proxy server options for SSL from Apache to Tomcat

2002-07-15 Thread Eddie Bush
I know absoluely nothing about your proxy stuff, but I hear mod_jk should work just fine with TC located on a seperate machine from apache. You may be interested in ubeans.com/tomcat. While he sets both of his up locally, he indicates what would have to be done to put (one) TC on another

Re: proxy server time outs

2001-11-13 Thread Tom Drake
Depending on the proxy server, there may be a configurable time-out. Your web-application should spit back the HTTP header and the beginning of your HTML document before you start the query. Make sure to flush the output stream. If this is not enough, and you are producing an HTML response, you

Re: proxy server time outs

2001-11-13 Thread Craig R. McClanahan
On Tue, 13 Nov 2001, Tom Drake wrote: Date: Tue, 13 Nov 2001 18:11:04 -0800 From: Tom Drake [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Tom Drake [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: proxy server time outs Depending