Re: configure data source

2004-04-18 Thread Kris Rasmussen
Yeah its confusing. In your global naming resources you need to declare a resource and then a seperate group of resource params with the same name. For your app context look below at my example () is the name of your app. Host name=localhost debug=0 appBase=webapps unpackWARs=true

Re: configure data source

2004-04-17 Thread Kris Rasmussen
I don't know about web.xml, but if you use a resource link in the context for the app in server.xml you should be fine. Kris --- twcTC [EMAIL PROTECTED] wrote: I have the same problem -Original Message- From: Niraj Alok [EMAIL PROTECTED] Sent: Apr 16, 2004 8:04 PM To: Tomcat Users

File transfer very slow, my java httpd server much faster????

2004-04-16 Thread Kris Rasmussen
When transfering files over my lan via tomcat I get very slow transfer speeds (20KB/s) where as when I use a mini httpd server I wrote in java with the ability to install custom extensions, I can transfer at 440KB/s, why is tomcat transfering so slowly Kris