DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6825>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6825 File upload example doesn't work [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2002-03-04 14:26 ------- What is the jdk version you're using to run tomcat? If it's 1.4, the problem can be caused by the commons-logging module. It tries to load the jdk1.4 implementation of it's logg classes, but they're not in commons-logging.jar. starting tomcat with switch -Dorg.apache.commons.logging.log=org.apache.commons.logging.impl.SimpleLog solves that problem for Forte: In the runtime tab, under the Server Registry / Installed Servers / Tomcat 3.2, I modified the Tomcat execute command arguments to: {database} -cp {tomcat_filesystems}{:}{classpath}{:}{library} - Dorg.apache.commons.logging.log=org.apache.commons.logging.impl.SimpleLog {classname} {arguments} Do the same for the debug executor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>