How to re-config/customize tomcat 4's loggers

2003-10-03 Thread Bing Zhang
Hi all: We recently installed Tomcat 4.1.24, but we want to change The Logger Component configuration, the reason is that we want all the catalina log or access log to use one file per purpose, but the default file logger from Catalina, org.apache.catalina.logger.FileLogger, will use a new file

Again, Problem: Tomcat server went down ...

2003-08-09 Thread Bing Zhang
Can someone out there help on this ? I have posted my problem for 2 days, didn't really get any response. Our Tomcat server just shut down by itself. It caused an application error(0xc05 ) in Java.exe and shut down. Did this type of things happen to anybody before ? Any ideas or

Problem: Tomcat server went down ...

2003-08-04 Thread Bing Zhang
Our Tomcat server just shut down by itself. It caused an application error( 0xc05 ) in Java.exe and shut down. Any ideas or directions about what could cause this ? Our platform is Apache 1.3.9, Tomcat 3.3, JDK 1.3, and FOP 0.20.4 running on NT servers. Well, I know this configuration

RE: Problem: Tomcat server went down ...

2003-08-04 Thread Bing Zhang
-Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 12:36 PM To: '[EMAIL PROTECTED]' Subject: Problem: Tomcat server went down ... Our Tomcat server just shut down by itself. It caused an application error( 0xc05 ) in Java.exe and shut down. Any

how to block

2003-02-06 Thread Bing Zhang
Hi all: I have one problem right now, which many people here on the list should have already experienced. For example, some post from browser take some time on the server side(servlet code) to process. Often times impatient user will click multiple times on the submit button, Or

how to block multiple servlet invokes triggered from clicking 'submit' multiple times

2003-02-06 Thread Bing Zhang
Sorry that I didn't put a meaningful subject in my previous email. Bing -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 1:10 PM To: 'Tomcat Users List' Cc: Dan Yin; Jimmy Wu; Daniel Ruiz Subject: how to block Hi all: I have one

How to filter out duplicated request using Apache or TomCat

2003-02-06 Thread Bing Zhang
If the same user clicks a button continuously or refresh a page constantaly, that will generate the same request to our server many times with a tiny short interval. And the request will all come from the same machine. Is there a way to block these kind of requests by configuring the Apache or

Dr. Watson error on Apache/Tomcat ??

2002-10-08 Thread Bing Zhang
Anyone knows why Apache/Tomcat could create Dr. Watson like this: The application(Apache.exe), generated an application error. The error occurred on 9/29/2002 @ 7:43:49.968. The exception generated was c005 at address 0x00a41f2f (nosymbols) The Environment is: Apache_1.3.9 with

Know this: Dr. Watson error on Apache.exe ??

2002-10-07 Thread Bing Zhang
Anyone knows why this happens: The application(Apache.exe), generated an application error. The error occurred on 9/29/2002 @ 7:43:49.968. The exception generated was c005 at address 0x00a41f2f (nosymbols) The Environment is: Apache_1.3.9 with mod_ssl_2.4.9-openssl_0.9.4 Tomcat_3.1

Tomcat clustering ?

2002-08-15 Thread Bing Zhang
Couple short questions about Apache/Tomcat clustering here: 1. From which version of Tomcat, it starts to support Clustering or maybe even failover ?? 2. Is that version stable or qualified for production quality release ?? What's the latest version of tomcat stably provides Clustering

RE: email to cell phone

2002-07-17 Thread Bing Zhang
From within the servlet sending out email using, let's say, Javamail package, and recipent address is something like: [EMAIL PROTECTED] Bing -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 1:42 PM To: 'Tomcat Users List' Subject: RE: email

RE: mail server

2002-07-12 Thread Bing Zhang
James server from Apache project. Bing -Original Message- From: Jonathan Zhang [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 7:06 PM To: Tomcat Users List Subject: mail server hi, does any know a free and excellent mail server? -- To unsubscribe, e-mail: mailto:[EMAIL

good profiler software for Java apps ??

2002-06-20 Thread Bing Zhang
Hi: Just wondering if someone could recommend any good open source profiler software to monitor/analyze performance and track down memory leaks in Java applications. Also, is there any open source testing-automation software/tool equivalent to WinRunner/LoadRunner ??

RE: good profiler software for Java apps ??

2002-06-20 Thread Bing Zhang
that be ;) -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 9:45 AM To: 'Tomcat Users List' Subject: good profiler software for Java apps ?? Hi: Just wondering if someone could recommend any good open source profiler software to monitor/analyze

RE: A performance issue about Apache/Tomcat on NT.

2002-06-18 Thread Bing Zhang
Dave: Thanks for your reply. I would try to find out with your suggestion. Now, questions about the suggestion: what do all these statistics mean on NT server ? And how would I tell that there is a memory leak by tracing them ? Bing -Original

A performance issue about Apache/Tomcat on NT.

2002-06-14 Thread Bing Zhang
Hi all: I'm new to this email list, and my question may appear old or innocent to you. Anyway, here is my question. I have an envoronment with Apache 1.2/Tomcat 3.1 running on NT4.0 servers. Yes, it's kinda old. The behavior is after the web/app servers were on for a period

RE: A performance issue about Apache/Tomcat on NT.

2002-06-14 Thread Bing Zhang
?? Bing -Original Message- From: Bing Zhang [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 11:46 AM To: 'Tomcat Users List' Subject: A performance issue about Apache/Tomcat on NT. Hi all: I'm new to this email list, and my question may appear old or innocent to you

Applet and SSL

2002-05-24 Thread Bing Zhang
Hi, We are evaluating a web application with applet as front end. It runs well on our machine with regular http. Now we want to run it through SSL. If the front end are pure html pages, we are not concerned since the web browser will take care the SSL issue and encrypt the traffic

RE: reloadable=true not working--- problems with reloading servl ets

2002-05-17 Thread Bing Zhang
I have same problem, even reload through manager does not reload the servlet class, but it will automatically pick up jsp timestamp. Everytime, I change servlet, I have to restart tomcat, what a pain Bing -Original Message- From: Ray Letts To: Tomcat Users List Sent: 5/17/02 8:59

RE: any jsp/servlet based groupware solutions out there?

2002-05-14 Thread Bing Zhang
Since Instant Messaging is very hot now, any thoughts on that? or someone is already doing that? I remember someone was doing Chat with servlet. Bing -Original Message- From: Rick Fincher To: Tomcat Users List Sent: 5/14/02 12:29 PM Subject: Re: any jsp/servlet based groupware

RE: client interact with server -- other than submit?

2002-04-08 Thread Bing Zhang
I once heard that frames were bad in web design community. Bing -Original Message- From: [EMAIL PROTECTED] To: Tomcat Users List Sent: 4/8/02 12:34 PM Subject: Re: client interact with server -- other than submit? Or you could save the data in a hidden frame (your browser is divided

RE: Off Topic: Free J2EE IDE: Which one?

2002-03-19 Thread Bing Zhang
, Bing Zhang -Original Message- From: Mark To: Tomcat Users List Sent: 3/19/02 1:55 PM Subject: Re: Off Topic: Free J2EE IDE: Which one? I've been using JDeveloper 9i (free) from Oracle. I like it MUCH better than VA Java and has some very nice features. Here's some info... http

Free J2EE IDE: Which one?

2002-03-18 Thread Bing Zhang
beside the IDE to effectively do J2EE? Thanks, Bing Zhang -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: jndi versus database connection pooling

2002-03-17 Thread Bing Zhang
/index.html Soefara From: Bing Zhang [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: jndi versus database connection pooling Date: Sat, 16 Mar 2002 18:19:13 -0800 I asked this before, but got no answear. Since we are talking about docs

RE: jndi versus database connection pooling

2002-03-16 Thread Bing Zhang
-howto.html, ssl-howto.html, index.html, introduction.html and .. Am I missing something here? Thanks Bing Zhang -Original Message- From: Craig R. McClanahan To: Tomcat Users List Sent: 3/15/02 11:26 PM Subject: Re: jndi versus database connection pooling On Sat, 16 Mar 2002, Soefara

RE: Create a log file under my application directory

2002-02-25 Thread Bing Zhang
under webapps/myapp/WEB-INF/lib on linux, it gave me exception. However under NT development environment, it worked with no error. Is it true that tomcat on linux does not recognize the *.zip file? Thanks, Bing -Original Message- From: Bing Zhang To: '[EMAIL PROTECTED]' Sent: 2/24/02 9:44

RE: Create a log file under my application directory

2002-02-25 Thread Bing Zhang
file just under my project directory. But under linux, I have to gave it absolute path. Thanks, Bing -Original Message- From: Bing Zhang To: Bing Zhang Cc: '[EMAIL PROTECTED]' Sent: 2/25/02 12:12 AM Subject: RE: Create a log file under my application directory Never mind my question. I

Create a log file under my application directory

2002-02-24 Thread Bing Zhang
Hi, I am running tomcat 4.0.1. The connection pooling part of my application needs a new log file every time it starts via new File(fileName). The filename is a file just under my application, such as webapps/myapp/connectionpool.log. But every time I run it, I got an exception: permission

Empty documentations after installation

2002-02-10 Thread Bing Zhang
Hi, I downloaded and installed following rpms on a RedHat 6.2 box in the order they appear, tomacat4-4.0.1-1.noarch.rpm tomacat4-manual-4.0.1-1.noarch.rpm tomacat4-webapps-4.0.1-1.noarch.rpm However all the *.html files under $catilina_home/webapps/tomcat-docs and its subdirectory are