Re: Problem with logging in Eclipse

2004-10-27 Thread Dave Been
this is a Tomcat project order may be important here ;) e.g. i gave reverse order i think. Dave Been

Re: GZip compression in 4.1.27 ..

2004-10-25 Thread Dave Been
Httpd 2.0 configed to do this, but with another web server. I use tomcat, so . Next step is probably to build tomcat and try to figure out what its problem is (in eclipse). Is your client Java? i suppose i could write a small test app/servlet. would that be useful? Dave Been Ben

RE: Including Zip functionality in a filter...

2004-10-22 Thread Dave Been
/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 any suggestions . thanks much Dave Been Shapira, Yoav [EMAIL PROTECTED] 10/22/2004 08:04 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: Including Zip

RE: Including Zip functionality in a filter...

2004-10-22 Thread Dave Been
servlet works on a number of web servers since 2000. The output is persisted to a file, so i know that much works, just not returned to the client. nothing in logs. I understand this type of queston is too open ended to get any response.sorry. Dave Been Shapira, Yoav [EMAIL

Fw: Windows 2000 Pro

2004-10-20 Thread Dave Been
: was Dave Been/Oakland/IBM received

Re: Debugging startup in 5.0.28 with eclipse 3.0/myeclipse

2004-10-19 Thread Dave Been
I use tomcat 4 (and 5 recently) in eclipse 2.1.3 and debug our servlet alot. If you are somehow using the wrong source code for what you are debugging your breakpoints may be not where you think they are in the code. might want to double check all this. Dave Been Benson Margulies [EMAIL

Tomcat 5 help: POST not getting content from server

2004-10-14 Thread Dave Been
in the CRLF's its a typical java client using java.net classes. thanks very much for your time and thoughts ... Dave Been

RE: Error: 500 (Response has already been committed) !!!

2002-07-08 Thread Dave Been
I have seen this when trying to write headers on an already flushed response (hence committed). By moving my header writes up above the data write for the post response, i avoided the problem. I think this only came up when i went from tomcat 4 to 4.0.4, but its been awhile now. dave

tomcat 4.0.3: user classpath not passed in,setclasspath.bat clobbers it

2002-07-02 Thread Dave Been
My servlet communicates with IBM DB2 UDB, which has a lot of jar files and class files. To deploy my app, i do not want to bundle my version of UDB's jar/classes, because it probably won't match the user's version of UDB. It appears that i have to copy them (have the user copy them) to