| java.lang.Object rogatkin.web.WarRoller
assureDir | protected boolean assureDir(File fileDir)(Code) | | |
deploy | public void deploy(File warDir, File deployTarDir)(Code) | | if deplpy mode scan for all wars in war directory (app deployment dir) for each war look in corresponding place of deploy directory figure difference,
like any file in war exists and no corresponding file in deploy directory or it's older if difference positive, then delete target deploy directory
unpack war fi run mode process all WEB-INF/web.xml and build app descriptor, including context name, servlet names, servlet urls, class parameters
process every app descriptor as standard servlet connection proc dispatch for every context name assigned an app dispatcher, it uses the rest to find
servlet and do resource mapping
|
|
|