What do I need to import for this to exist.
When attempting to deploy a test application,
The build is successful, the deployment is successful but the browser comes up with a webpage telling me"this resource not available".
I check the server logs up to the point of deployment.
The following is the first error listed, looking at the classes available I do not find the "com.sun.rave.web.ui.util.UploadFilter" in the popup list.
What has to be imported to make this available?
[#|2007-06-17T20:30:10.434-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=httpWorkerThread-4848-1;_RequestID=
cf225192-0927-49bf-815d-cbce2e621b5b;|WebModule[/YBF_web]Exception starting filter UploadFilter
java.lang.ClassNotFoundException: com.sun.rave.web.ui.util.UploadFilter

