| Author |
War File Contents
|
Lou Pellegrini
Ranch Hand
Joined: Nov 11, 2003
Posts: 105
|
|
Hi,
Is is customary in a war file build for server deploymnet to include the source files (.java) and generated javadoc? Anything else included in the war file that is not needed to run?
If it is not in the war file, were are the non-run production files kept?
Thanks,
Lou
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
Lou Pellegrini wrote:Is is customary in a war file build for server deploymnet to include the source files (.java) and generated javadoc?
No.
Anything else included in the war file that is not needed to run?
Why would you want to include anything not required for execution?
If it is not in the war file, were are the non-run production files kept?
In a source control repository.
Or is it a client requirement to delver the source along with the working program? If so, I'd provide it in a completely separate zip archive. No need stuffing cruft into the war file.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Lou Pellegrini
Ranch Hand
Joined: Nov 11, 2003
Posts: 105
|
|
|
Thank you Bear!
|
 |
 |
|
|
subject: War File Contents
|
|
|