Re: FataSourceReal, can't find data source

2006-08-25 Thread Will Hartung
> Drop the ResourceLink element -- it's confusing tomcat and not needed > here unless you created a global resource. Thanx for the quick reply David, but, alas, removing the ResourceLink resorts in the same error. Regards, Will Hartung ([EMAIL PROTECTED]) -- View this message

FataSourceReal, can't find data source

2006-08-25 Thread Will Hartung
jdbc/securedb javax.sql.DataSource Container Shareable So, I must be missing something fundamental, but I thought I had all of the tracks covered. Any hints appreciated. Regards, Will Hartung ([EMAIL PROTECTED]) -- View this message in context: http://www.nabble.com/FataSourceReal%2C-ca

Re: Intercepting with a Filter is "too late".

2006-08-24 Thread Will Hartung
So, we write PDFs to disk and have Tomcat deal with it. I wonder if it would work with a Forward. Servlet takes the request, creates the file if necessary, then Forwards to the new file. Use the servlet as a crude renaming device. Regards, Will

Intercepting with a Filter is "too late".

2006-08-23 Thread Will Hartung
can someone point me to the handle static resource code in the tomcat source base so I can yank it out and put it in my own application? It's seems like a silly thing to do, cutting and pasting that handler logic, but doing it AGAIN, is an even sillier

Can't figure out where a page is coming from.

2006-06-07 Thread Will Hartung
p a log to see these files? I set every debug in my conf file to "5", and I see no reference to these files. (actually, I see one -- and it's a Referrer for my htmlw file! GAH!) Any thoughts are appreciated. Regards, Will Hartung ([EMAIL PROTECTED]) --

Filters and content size.

2005-11-09 Thread Will Hartung
o set that value, then I need to buffer the whole thing and dump it all at once. Is the behavior different if I use the ServletOutputStream vs the PrintWriter? Say, PrintWriter buffers and sets Content-Length for me, but ServletOutputStream does not? Any hints here? Thanx! Regards, Will Hartu