strange behavior about response object in container

2002-08-30 Thread Zhenxin wang
works, without header setting, it does not. Quite the opposite of Tomcat. When I try against www.yahoo.com, i find the same behavior as Tomcat. I wonder how it is related to the origin server, the format of their response or version? Thanks! --Zhenxin Wang DoCoMo Labs USA

Re: an httpclient question

2002-08-28 Thread Zhenxin wang
t; > > On Tue, 27 Aug 2002, Zhenxin wang wrote: > > > Date: Tue, 27 Aug 2002 17:41:55 -0700 > > From: Zhenxin wang <[EMAIL PROTECTED]> > > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > > To: Tomcat Developers List <[EMAIL PROTECTED]> >

an httpclient question

2002-08-27 Thread Zhenxin wang
who has used the commons-httpclient before shed some light? Thanks! --Zhenxin Wang DoCoMo Labs USA

make a proxy cache server out of tomcat

2002-08-21 Thread Zhenxin wang
the origin server and get the response. I wonder does current Tomcat code base have the request forwarding logic or not? If not, where can I get an open source java code for the request forwarding logic. Thanks! --Zhenxin Wang DoCoMo Labs USA

Re: JMS for Tomcat

2002-08-15 Thread Zhenxin wang
I do not think Tomcat supports JMS, Tomcat is only a servlet and JSP container. --Zhenxin Wang DoCoMo Labs USA - Original Message - From: "Ming Xie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 15, 2002 1:33 PM Subject: JMS for Tomcat >

Tomcat and Naming

2002-08-01 Thread Zhenxin wang
What is the role of Naming (org.apache.naming packeage) in Tomcat? Is it an essential part of Tomcat? Can the servlet container work without it? If it can be taken off, what I have to sacrifice. Thanks! --Zhenxin Wang DoCoMo Labs USA

Cluster

2002-07-30 Thread Zhenxin wang
This may be a trivial question. Within the Tomcat context, what is exactly a Cluster ? And how is it related to other architecture components such as Engine, Host, and Context? How is it can be used or specified? Thanks! --Zhenxin Wang DoCoMo Labs USA

MinTC, got problem while try to run "java -jar mtc.jar"

2002-07-30 Thread Zhenxin wang
directory from "ant gen_demo" is empty. So is the file of webapps_cks_mtcdep.java . Thanks! --Zhenxin Wang DoCoMo Labs USA -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

updated architecture document

2002-07-30 Thread Zhenxin wang
Is there an updated architecture document (or a set of documents) that explains the architecture of Tomcat 4? I only found some that seems to be out of dated. Thanks! --Zhenxin Wang DoCoMo Labs USA

Tomcat4.0.4: how to build a smaller version

2002-07-29 Thread Zhenxin wang
I wonder how I can build a smaller version of Tomcat by taking away some of the features I do not need, such as security, cluster, logger, and sessions. Is there an easy way to do it? Or the only way is to change the code? --Zhenxin Wang DoCoMo Labs USA

org.apache.crimson

2002-07-29 Thread Zhenxin Wang
I noticed that there are objects in running Tomcat4.0.4 seen through a java profiler (OptimizeIt), but did not find it in the source. I wonder why? Looks like its functionality is about XML parsing. Is it because they were built into JDSK1.4? Thanks! * Zhenxin Wang * DoCoMo USA

Connect Java Profiler to Tomcat

2002-07-26 Thread Zhenxin Wang
Hi, I wonder anyone has done hooking up a Java Profiler such as OptimizeIt or JProbe. The Tomcat startup script is a bit hard to digest. How to start Tomcat (4.0.4) by running java . from cmd line? Thanks! --Zhenxin Wang DoCoMo USA Labs

FW: Tomcat4 feature set

2002-07-26 Thread Zhenxin Wang
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] he.org] On Behalf Of Zhenxin Wang Sent: Friday, July 26, 2002 4:49 PM To: [EMAIL PROTECTED] Subject: Tomcat4 feature set Hi, Besides the obvious .html, servlet, and JSP, what are the other features supported by