A collection of code snippets and notes from a sloppy programmer like you.
Wednesday, December 20, 2006
Appfuse: CATALINA_HOME and CATALINA_BASE problem
The default build files in AppFuse (till version 1.9.4) does not distinguish between CATALINA_HOME and CATALINA_BASE.
Recover files from partially downloaded RAR archive
In Linux:
1. Use file-roller to find which part files (.001, .002 ... or r01,r02 ...) contains the file you want to extract.
2. Copy those part files to a seperate directory and rename them serially starting from .001 or r01.
3. Extract with kb (keep broken) switch. You might see some warning but those are harmless.
1. Use file-roller to find which part files (.001, .002 ... or r01,r02 ...) contains the file you want to extract.
2. Copy those part files to a seperate directory and rename them serially starting from .001 or r01.
3. Extract with kb (keep broken) switch. You might see some warning but those are harmless.
Subscribe to:
Posts (Atom)