RE: HOW CAN I USE THREADS IN TOMCAT

2003-11-01 Thread Fred Whipple
the Web app shuts down. Just a thought! -Fred Whipple iMagine Internet Services -Original Message- From: Erik Wright [mailto:[EMAIL PROTECTED] Sent: Saturday, November 01, 2003 11:03 AM To: Tomcat Users List Subject: Re: HOW CAN I USE THREADS IN TOMCAT A servlet is just

RE: mod_jk and Tomcat Lose Touch

2003-08-28 Thread Fred Whipple
This is what I thought, too, originally. However it wouldn't make sense since very few times do resources become *fewer* by default as software versions increase. With that in mind, and a hunch up my sleeve, I actually did some interesting testing. My test platform is my notebook, running RHL

RE: mod_jk and Tomcat Lose Touch

2003-08-27 Thread Fred Whipple
Looks like there is a mismatch between the workers.properties and the server.xml (Tomcat's config file). The server.xml sets up Tomcat. More importantly, it sets up a Connector which opens a socket connection on a defined port (Look for the Connector' section in the Service section of the

RE: mod_jk and Tomcat Lose Touch

2003-08-26 Thread Fred Whipple
In the settings you put in httpd.conf, you should have added a 'LogLevel' directive. If you did not, then you can! The line I have is: JkLogLevel error Change the 'error' to debug and restart Apache. This worked well, and yielded some errors: ** [Tue Aug 26 16:25:19 2003]

mod_jk and Tomcat Lose Touch

2003-08-25 Thread Fred Whipple
Hi all, On one of our servers, we were running Red Hat Linux 7.3 with Apache 1.3.X, mod_jk, Sun JDK 1.4.1, and many (~150) instances Tomcat of various flavors. Everything worked perfectly until we upgraded to Red Hat 9. Now, it seems like mod_jk and Tomcat are losing touch until the Tomcat JVM

RE: mod_jk and Tomcat Lose Touch

2003-08-25 Thread Fred Whipple
Ah, the symptoms, of course ;-) There actually aren't any errors AFAIK. Perhaps there's a more verbose logging level? I couldn't find any obvious info on this in the manual. What actually happens is if I make a request to a JSP, for example, that should normally be forwarded onto Tomcat, the

Japanese Characters in JSP's

2003-08-12 Thread Fred Whipple
Hi All, I'm having a bit of trouble with getting JSP's with Japanese characters within them. I'm working with a Windows XP system with JDK 1.4.2 and Tomcat 4.1.24. The problem seems persistent, though, on RH Linux with JDK 1.4.1_03 as well. I have no problem with Russian, Arabic, Hebrew, and

RE: Japanese Characters in JSP's

2003-08-11 Thread Fred Whipple
Thank you, Punam, for the suggestion -- However this is already specified both in the HTML file, and my browser is setup and capable of viewing x-sjis. This is illustrated by the fact that the exact same file works perfectly under Tomcat so long as its file extension is .html and not .jsp. Only