Corrupted .WAR file after transfer from 32-64 bit Windows Server to Desktop or vice versa
- by Albert Widjaja
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