Hello,
i want to migrate my web application from the old server (engarde linux)to a new solaris server. The problem is, that the fileUpload component does not work on the new server. I am using the same webserver and the same java version.
Any idea what could be wrong?
thx,
David

Hi again
7 March, 2008 - 15:20 — David BuchschwenterHi again!
I figured out, that it is not a problem with solaris. I tried the same application on an other developers workstation and there i have the same problem too.
I was able to debug my application and saw that the file becomes uploaded, but not with the name i set in the 'target' attrubite of the fileUpload component. I found the file in the com.backbase.bjs.webapp.UploadFilter.repositoryPath (+ some numbers and letters + '.tmp').
How can it be? (The same operating system, java version, webserver, backbase version, web configuration files as on my machine, anyway another behavior)