Re: org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached

2004-04-20 Thread Thomas Tang
Hello, I get the same messages in my log, but the application appears to work without a hitch. I was never able to figure out what the cause of this is, or if I should even be concerned with it? One of my programmers tells me this is related when a client abruptly terminates a session. Im not

Re: How to set up JAVA_OPTS while running tomcat as a service

2004-04-02 Thread Thomas Tang
Hi, You would need to specify this prior to starting up Tomcat. Just set your environment variables accordingly and fire up the tomcat afterwards. Thomas Mandy Joss [EMAIL PROTECTED] 04/02/2004 11:54 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject

Re: Apache not starting with Mod_JK

2004-03-17 Thread Thomas Tang
Post up your httpd.conf and jk configurations. Joseph Shraibman [EMAIL PROTECTED] 03/17/2004 03:58 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: Apache not starting with Mod_JK Seems strange that apache would complain

RE: why should i run apache to install tomcat4.1.29

2004-02-18 Thread Thomas Tang
The only time you really need Apache web server along with Tomcat is if there are some basic functionality in apache that you need that Tomcat currently doesnt provide. I.E. mod_rewrite, or some other custom module. In theory you can change the source to do X Y and Z but if apache which has a

Re: JkMount and /*/servlet/

2004-02-18 Thread Thomas Tang
Did you try ? JkMount /*/servlet/* local Thomas seph [EMAIL PROTECTED] 02/18/2004 01:01 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject JkMount and /*/servlet/ I'd like to have apache proxy all jsp and servlets to an underlying tomcat, but

Re: JkMount and /*/servlet/

2004-02-18 Thread Thomas Tang
Ive seen cases where one JkMount setting conflicts with another JkMount setting. Try moving the first JkMount setting to the bottom or remove it totally even. See if that works. Thomas seph [EMAIL PROTECTED] 02/18/2004 01:25 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To

Re: jsp deployment

2004-02-13 Thread Thomas Tang
Hi all, Do the logs give any indication as to where Tomcat is looking for the jsp files? A 404 error does not sound like a permissions problem. It sounds like a context setting might be off somewhere. Thomas Jerry Ford [EMAIL PROTECTED] 02/13/2004 11:03 AM Please respond to Tomcat Users

Re: jsp deployment

2004-02-13 Thread Thomas Tang
Cut and paste your context settings. Thomas Jerry Ford [EMAIL PROTECTED] 02/13/2004 11:33 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: jsp deployment Hmmm...when I go to http://localhost/mywebapp, it works fine. When

RE: jsp deployment

2004-02-13 Thread Thomas Tang
/web-app Thomas Tang wrote: Cut and paste your context settings. Thomas Jerry Ford [EMAIL PROTECTED] 02/13/2004 11:33 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: jsp deployment Hmmm...when I go to http://localhost

Re: Workaround for JK Bug

2004-02-13 Thread Thomas Tang
Is this issue only in the binary release or all releases? I have jk 1.2.4 with apache 1.3.29 compiled from source on solaris but have not observed this problem. David Rees [EMAIL PROTECTED] 02/13/2004 02:12 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List