fileupload makes tomcat 5.5 unresponsive for other users

2006-10-25 Thread Richard Koch
I am using the commons fileupload 1.1.1 along with the JSP/JSF tag tag.  Out application server is Tomcat 5.5.   When a user uploads a file, tomcat becomes completely unresponsive to any other requests until the upload is complete—this is the case no matter what the file size is 8K to 40

RE: MyFaces/Tomahawk Redirect Tracker - can you turn it off?

2006-09-15 Thread Richard Koch
- can you turn it off? http://issues.apache.org/jira/browse/TOMAHAWK-672 On 9/15/06, Richard Koch <[EMAIL PROTECTED]> wrote: > > > > > We are using Sun's RI for our application. I recently integrated Tomahawk > and commons validators into our application so we can get

MyFaces/Tomahawk Redirect Tracker - can you turn it off?

2006-09-15 Thread Richard Koch
We are using Sun’s RI for our application.  I recently integrated Tomahawk and commons validators into our application so we can get file upload functionality easily implemented along with email and url validation.  To get url validation I had to include the sandbox jar too.    For fil

[Commns Validators] url Validation - does it still exist?

2006-08-23 Thread Richard Koch
I am trying to use the commons validator framework within my JSP/JSF project. I have tomahawk configured with the Sun's JSF 1.1 reference implementation. The validateEmail tag works great; however, I cannot get the validateUrl to work no matter what I try. I found different examples and document