RE: jk_nt_service with 4.0.1, can't find my web.xml

2002-04-09 Thread Chris Gross
to run an older version really... forgive me if I am in error here.. todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Source solutions check out Chiki <http://chiki.wiserlabz.com> !! Chris Gross wrote: >I found instructions on how to use the jk_nt_ser

RE: jk_nt_service with 4.0.1, can't find my web.xml

2002-04-08 Thread Chris Gross
acked with somethign else. -Original Message- From: Chris Gross [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:37 PM To: tomcatlist Subject: jk_nt_service with 4.0.1, can't find my web.xml I found instructions on how to use the jk_nt_service from v3.2 with v4.0.1. I followed

jk_nt_service with 4.0.1, can't find my web.xml

2002-04-08 Thread Chris Gross
I found instructions on how to use the jk_nt_service from v3.2 with v4.0.1. I followed the instructions and it seemed to work. Tomcat starts successfully but Tomcat is saying it can't find the web.xml for my webapp. Its definitely there. Here's whats in the log: 2002-04-08 15:04:37 ContextConf

RE: Tomcat uptime...

2001-10-19 Thread Chris Gross
Thanks everyone. I believe the error is caused by one of our components I just needed to make sure nobody else was encountering anything like it. -Original Message- From: Chris Gross [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 12:37 PM To: tomcatlist Subject: Tomcat

Tomcat uptime...

2001-10-19 Thread Chris Gross
How long do you guys go without restarting tomcat? I have a developer here telling me that tomcat should be restarted every day or so. We have been getting error code 500s and he is saying that is because we need to restart tomcat?? We are running 3.2.3. -chris

JDBCRealm and SimpleRealm conflicts

2001-08-17 Thread Chris Gross
I've got a RequestIntercepter and JDBCRealm setup in Tomcat. I've noticed that I need to comment out the SimpleRealm intercepter in order for this to work but I'm not sure why. My application is going to be a commercial app that I will distribute to customers and I am concerned that a customer

Tomcat User list - NNTP?

2001-08-16 Thread Chris Gross
Is there a usenet group that mirrors this list? Or another way to browse this list using my newsgroup reader? thanks, chris

RE: streaming pdfs through servlet...

2001-07-10 Thread Chris Gross
Thanks for everyones help, I finally found the solution. I figured I send it back to the list in case anyone else encounters this same problem in the future. I had to set the content length before writing the bytes. So I just had to add: response.setContentLength(pdf.length); to the servlet

streaming pdfs through servlet...

2001-07-09 Thread Chris Gross
This is my first post to this list. Hi. I've written a quick little servlet to stream pdf files from my database to the browser but I'm encountering a strange little problem. The first time I call the servlet the page loads (I can see adobe's little plugin initializing) but nothing ever displa