Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread Jie Sheng Chua
Hi André, The $ is because the line is too long and my putty end it up with a $. Sorry for that problem. The "Js-Server-Ubuntu.gateway.2wire.net" is rdns for my server ip address of 192.168.1.68. My router automatically reverse it. Previously I used the default setting of my virtual host (/etc/apa

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread André Warnier
David Smith wrote: Personally I highly recommend the Firebug plugin for Firefox to diagnose this stuff. It does an amazing job of showing parameters, headers, responses, everything. In this case however, we know the request URL and we know the server response, so I don't think a browser-side p

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread David Smith
Personally I highly recommend the Firebug plugin for Firefox to diagnose this stuff. It does an amazing job of showing parameters, headers, responses, everything. --David On 5/2/2010 12:42 PM, André Warnier wrote: > Hi. > > Jie Sheng Chua wrote: > >> Hi André and Juha, >> >> I edit my tomcat

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread André Warnier
Hi. First of all, I get all the messages posted to the list, so you do not need to send me a copy as a "cc", because that makes me get every message twice. Thanks. Next, do not change too many things at a time, that just confuses things for now. So let's stick to the JkMount syntax for now.

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread Jie Sheng Chua
Hi André, Sorry as this email will become quite long. Thanks for your help so far. I change the log to debug and this is the first type of log that I retrieve. *Type 1 Log:* [Mon May 03 02:27:12 2010] [3385:4191106880] [debug] jk_set_time_fmt::jk_util.c (458): Pre-processed log time stamp format

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread André Warnier
Hi. Jie Sheng Chua wrote: Hi André and Juha, I edit my tomcat server.xml as describe. my tomcat and apache listed that the connector is started as in the log. But when i access (http://192.168.1.68/examples/index.html) with IE, "The webpage cannot be found" error is displayed. Do yourself a f

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread Jie Sheng Chua
Hi André and Juha, I edit my tomcat server.xml as describe. my tomcat and apache listed that the connector is started as in the log. But when i access (http://192.168.1.68/examples/index.html) with IE, "The webpage cannot be found" error is displayed. When i access "http://192.168.1.68:8080/exampl

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread André Warnier
Jie Sheng Chua wrote: Hi, I operating Ubuntu 10.04 with Tomcat 6.0.24 on OpenJDK 6b18-1.8. I trying to configure tomcat connector to allow (for now) all request to be pass from Apache 2.2 to Tomcat 6. I downloaded mod_jk-1.2.28-httpd-2.2.X.so

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread Juha Laiho
Please clarify "does not work": - after running the servers with the described configuration, what did you attempt to access? - what was the response on the browser? -- if using IE, do disable the "Show friendly HTTP error messages" in Internet Options/Advanced to see real server error messag

Tomcat Connector to Apache 2.2

2010-05-01 Thread Jie Sheng Chua
Hi, I operating Ubuntu 10.04 with Tomcat 6.0.24 on OpenJDK 6b18-1.8. I trying to configure tomcat connector to allow (for now) all request to be pass from Apache 2.2 to Tomcat 6. I downloaded mod_jk-1.2.28-httpd-2.2.X.so