connection timeout reached JK IsapiRedirect.dll

2005-10-12 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm using tomcat 4.1.x and Coyote JK connector, with IIS 5. I just updated to isapi_redirect-1.2.14.dll. I did that because I've been getting alot of those error messages into the log(stderr.log): - - 12.10.2005 09:50:53

Re: connection timeout reached JK IsapiRedirect.dll

2005-10-12 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ah sorry, I mean IIS 6 (the newest one). - -reynir Reynir Hubner wrote: Hi, I'm using tomcat 4.1.x and Coyote JK connector, with IIS 5. I just updated to isapi_redirect-1.2.14.dll. I did that because I've been getting alot of those error

httpConnector secure=true problem (second attempt)

2005-10-04 Thread Reynir Hubner
Hi, I'm trying to have one connector on tomcat 5.0.x open with secure=true with out it being SSL or https. I just want request.isSecure() return true. This is the setup for the connector : Connector port=9020 maxThreads=150 minSpareThreads=25 maxSpareThreads=75

http connector secure=true

2005-10-03 Thread Reynir Hubner
Hi, I'm trying to have one connector on tomcat open with secure=true with out it being SSL or https. I just want request.isSecure() return true. This is the setup for the connector : Connector port=9020 maxThreads=150 minSpareThreads=25 maxSpareThreads=75

RE: file upload using POST

2002-06-06 Thread Reynir Hubner
hi, Tomcat does not have any standard facility for fileuploads (at least not last time I looked). You need a multipart request parser. As you mentioned O'reilly provides something called MultiPartRequest or something like that. You should be able to download it from their site. I dont know

RE: I assume general question about Connectin Pooling. Please help if you know answer.

2002-04-09 Thread Reynir Hubner
use a connection pool. try http://www.bitmechanic.com/projects/jdbcpool/ hope it helps [EMAIL PROTECTED] -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: 9. april 2002 14:52 To: Tomcat Apache Subject: I assume general question about Connectin Pooling. Please help if

TC 4 - URLRewrite

2002-03-20 Thread Reynir Hubner
Hi, I'm looking for the best way of writing a URLRewrite for tomcat that works similar to mod_rewrite in apache. Does anyone have an opinion on this matter, should I write a filter or extend some of the Tomcat base servlets such as DefaultServlet or InvokerServlet, or even write some kind of

RE: TC 4 - URLRewrite :: repost

2002-03-20 Thread Reynir Hubner
hey guys, I got no replies.. so this is a repost of the same message from early this morning.. (hope someone will notice it this time.. ). Hi, I'm looking for the best way of writing a URLRewrite for tomcat that works similar to mod_rewrite in apache. Does anyone have an opinion on this

RE: Who uses connection pool?

2002-03-05 Thread Reynir Hubner
yeah you can use that one, it is good, and you have docs on it in the jakarta website. Bitmechanics pool is not only for GSP. I've never used GSP, but I have used the JDBC-pool alot. it's good for most drivers, I've only had problems using it with DB2 drivers. hope it helps, [EMAIL PROTECTED]

RE: DB Connection Pool

2002-03-05 Thread Reynir Hubner
Hi, Using connection pools with tomcat or any other J2EE app server or even with most Java programs is really simple. many are free, for example : - www.bitmechanic.com offer JDBC connection pool for free, you only need to write a startup servlet that suits your style. - CodeStudio offers

RE: Tomcat4 Ajp12

2002-01-22 Thread Reynir Hubner
I think only ajp1.3 it does not work with ajp 1.2 -hope it helps [EMAIL PROTECTED] -Original Message- From: Skondras P. [mailto:[EMAIL PROTECTED]] Sent: 22. januar 2002 10:24 To: [EMAIL PROTECTED] Subject: Tomcat4 Ajp12 Hi i would like to know if tomcat4 works ok with ajp12 or it