Re: JDBC and MS Access DB connectivity.

2003-06-07 Thread Michael Rimov
At 09:26 PM 6/5/2003 +0100, you wrote: I'm trying to use DataSource objects (eventually connection pooling) with MS Access Database. My question is, do we have to have an ODBC-JDBC Bridge driver in place in $CATALINA_HOME/common/lib/ location for using javax.sql.DataSource objects to create connect

RE: -Xincgc, -Xms600, -Xmx600

2003-06-05 Thread Michael Rimov
At 08:56 AM 6/3/2003 -0400, you wrote: Howdy, >Sure, it is possible that the gc could run as long as your process is >running, but it should stop after your process completes. If tomcat keeps >running at 100% cpu forever, you have a problem ... something that looks >like an infinite loop. I want

RE: How to hide a download file

2002-07-11 Thread Michael Rimov
At 11:43 AM 7/11/2002 -0500, you wrote: >I'm going to have to inevitably add it to my site soon, I was going to >approach it the same way, but with a servlet isn't it possible to pipe a >file by setting the response mime type and streaming it out as a PDF or >EXE. Of course IE does it's own thing

[TC4] Decreasing Startup Times

2001-09-19 Thread Michael Rimov
Hello All, A quick question. I'm trying to decrease startup times for my own debugging Tomcat copy by not using the Secure Random Generator and using my own entropy. Here's a snippet of what I have for each context in server.xml: Based upon my startup times, obviously I'm doing so

Connector Pools and Downloads?

2001-07-15 Thread Michael Rimov
Hi All, I originally came across this in dealing with Resin, but scanning the mod_jk stuff it looks like I may have the same problem under tomcat so I wanted to get input about this: Background A while back I created a download manager so that I can provide cus

A couple of distribution questions

2000-11-22 Thread Michael Rimov
Greetings All! Question 1: I need to be able to distribute Tomcat in an "all-in-one" bundle. Supporting virtual machine files included. As far as I understand, Tomcat at least requires tools.jar. Is there another portion of the Java 2 SDK that is required for Tomcat to run? In other words