Corrupted .WAR file after transfer from 32-64 bit Windows Server to Desktop or vice versa
Posted
by Albert Widjaja
on Server Fault
See other posts from Server Fault
or by Albert Widjaja
Published on 2010-02-17T01:47:33Z
Indexed on
2010/04/10
15:13 UTC
Read the original article
Hit count: 404
Hi All,
Does anyone experience this problem of corrupted .WAR file after it has been copied over the network share ? this is .WAR file (Web Archive) the J2EE application file (.WAR file is compressed with the same zip algorithm i think ?)
Scenario 1: Windows Server 2008 x64 transfer into Windows XP using RDP client (Local Devices and Resources)
Scenario 2: Windows XP 32 bit transfer into Windows Server 2003 x64 using shared network drive (port 445 SMB ?)
for both of the scenario it always failed / corrupted (the source code seems to be duplicated at the end of line when you open up in the Eclipse / Java IDE). but when in both scenario i compressed the file into .ZIP file everything is OK.
can anyone explains why this problem happens ?
Thanks, Albert
© Server Fault or respective owner