I have uploaded the commons-upload jar to my app to use. Only problem is that now anytime I use any class in the commons package I get a /javax/servlet/ServletInputStream class not found error. I have had no problems up until now, and everything compiles fine. Please Help.
I figured it out, in case someone else happens upon this post one day. First, you have to have the servlets-api.jar file in the JAVA_HOME/lib/ext directory, then insure JAVA_HOME env variable is set. Which was my problem.