You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/03/04 15:26:37 UTC

DO NOT REPLY [Bug 6825] - File upload example doesn't work

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

j_cumps@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From j_cumps@yahoo.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>