Filter causing memory on TC-5.0.18 and 5.0.19

2004-03-06 Thread guo yingshou
Hi, We are experiencing memory leak using both tomcat 5.0.18 and 5.0.19. After several days fumbling, we finally focus our attention on the filters we used in our app. To rule out any programming causes, we write a filter which do nothing except logging message to console before and after

Fw: Log browser

2004-03-06 Thread Roland Carlsson
Hi! I'm trying to find out what kind of browser the users of my site are using or atleast what they present them self as but I can't find an option in /tomcat-docs/config/valve.htm when configuring my logs. Can it not be done in tomcat5.0.18 or am I or the documentation missing something

RE: problem with tomcat shutdown on solaris

2004-03-06 Thread Alex
I have experienced the same since upgrading from 5.0.18 to 5.0.19 -- although i did see some weirdness and reported it as a bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27251 i still have to kill the pid after i try the shutdown. it being not clean also means that the sessions aren't

Tomat 5.0.19 fails to start as a service for win2K

2004-03-06 Thread Ron Andersen
1) When I try to start the Tomcat Service, I receive: The Apache Tomcat service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion. What am I missing? 2) It works fine when I start via the batch file startup.bat

tomcat monitor comp

2004-03-06 Thread Peter Lin
http://cvs.apache.org/~woolfel/monitor-comp.gif I've posted a screen shot of the UI, it's just the beginning, but it should give an idea. I'm hoping to have a working version in 3 weeks. peter lin - Do you Yahoo!? Protect your identity with Yahoo! Mail

Verisign problems on Java 1.4.2_03

2004-03-06 Thread Guilherme Birckan
Dear friends, any suggestions on the following problem will be appreciated: Environment: Tomcat 4.1.29 Standalone, Java 1.4.2_03 RedHat 9 Problem: "Certificate expired or not yet valid" error message on Internet Explorer, with a valid Verisign certificate in the

mod_jk

2004-03-06 Thread Chris Haines
I spent nine hours trying to get mod_jk to compile properly for Linux but had no luck. I wanted to download the binary but couldn't find one. So, I downloaded the source code. The instructions I had were full of misinformation. Then I got to a point where I seemed to have gotten close when I tried

Re: mod_jk

2004-03-06 Thread Mark Eggers
Chris, Here's how I've compiled mod_jk on Linux (Redhat 9 and Fedora Core 1). 1. Download source 2. Uncompress it and extract the tar file. 3. cd to jakarta-tomcat-connectors-jk-1.2.n-src/jk/native 4. chmod u+x configure 5. Run configure with: ./configure \

Re: Log browser

2004-03-06 Thread Bill Barker
In AccessLogValve, include '%{Referer}i' as part of your pattern string. This is also included in the special 'combined' pattern. Roland Carlsson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi! I'm trying to find out what kind of browser the users of my site are using or atleast

Re: Which Tomcat with which JDK version

2004-03-06 Thread Bill Barker
Small correction here: Tomcat 3 requires JDK 1.1.6 or higher. In particular, it's the only Tomcat version that you can run under J2ME. Shapira, Yoav [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, This is the sort of thing that's much faster to try yourself than ask the list,

how do I configure Tomcat for PHP?

2004-03-06 Thread Michael Osofsky
Could someone please explain how to configure Tomcat so that it can process PHP scripts? I am running on Windows XP. I do not want to go through CGI; I want Tomcat to process PHP scripts through the other method (is that called a plug-in?). The instructions that come with PHP do not explain

Re: how do I configure Tomcat for PHP?

2004-03-06 Thread Justin Stanczak
I found this. http://us2.php.net/manual/en/ref.java.php#java.servlet Michael Osofsky wrote: Could someone please explain how to configure Tomcat so that it can process PHP scripts? I am running on Windows XP. I do not want to go through CGI; I want Tomcat to process PHP scripts through the

JPackage RPMs for mod_jk2

2004-03-06 Thread Chong Yu Meng
Hi All, I'm trying to help someone out with his integration of Apache and Tomcat. He's using the jpackage RPM packages for mod_jk2 and he's having problems. I remember that someone on this list once got them working and posted the instructions. I tried looking for that email in the Tomcat

Re: JPackage RPMs for mod_jk2

2004-03-06 Thread Todd Blanchard
I've just spent about a week trying to get Apache 1.3 with mod_jk working and Tomcat 4 (embedded in JBoss). I gave up, tossed Tomcat and swapped in Jetty. I haven't got mod_jk working with that either, but at least Jetty doesn't balk at web requests every third click. On Mar 6, 2004, at 9:53