examples\common\build.properties failis: j2ee.home=c:\\sun\\appserver j2ee.tutorial.home=c:\\sun\\j2eetutorial14 Control Panel -> system -> advanced -> environment variables -> PATH lõppu C:\Sun\AppServer\bin; C:\Sun\j2eetutorial14\examples\web\hello2>asant build Buildfile: build.xml j2ee-home-test: init: prepare: [mkdir] Created dir: C:\Sun\j2eetutorial14\examples\web\hello2\build copy: [copy] Copying 1 file to C:\Sun\j2eetutorial14\examples\web\hello2\build build: [javac] Compiling 2 source files to C:\Sun\j2eetutorial14\examples\web\hello 2\build BUILD SUCCESSFUL Total time: 5 seconds C:\Sun\j2eetutorial14\examples\web\hello2> Tekkis build-kataloog C:\Sun\j2eetutorial14\examples\web\hello2>asant create-war Buildfile: build.xml j2ee-home-test: init: prepare: copy: build: create-war: [echo] Creating the WAR.... [copy] Copying 1 file to C:\Sun\j2eetutorial14\examples\web\hello2\assemble \war\WEB-INF [copy] Copying 2 files to C:\Sun\j2eetutorial14\examples\web\hello2\assembl e\war\WEB-INF\classes [copy] Copying 1 file to C:\Sun\j2eetutorial14\examples\web\hello2\assemble \war [war] Building war: C:\Sun\j2eetutorial14\examples\web\hello2\assemble\war \hello2.war [copy] Copying 1 file to C:\Sun\j2eetutorial14\examples\web\hello2 BUILD SUCCESSFUL Total time: 1 second C:\Sun\j2eetutorial14\examples\web\hello2> Tekkis hello2.war start -> sun microsystems -> application server -> start default server C:\Sun\j2eetutorial14\examples\web\hello2>asant deploy-war Buildfile: build.xml deploy-war: admin_command_common: [echo] Doing admin task deploy hello2.war [sun-appserv-admin] Executing: deploy --port 4848 --host localhost --passwordfil e "c:\sun\j2eetutorial14\examples\common\admin-password.txt" --user admin hello 2.war [sun-appserv-admin] Command deploy executed successfully. BUILD SUCCESSFUL Total time: 3 seconds C:\Sun\j2eetutorial14\examples\web\hello2> http://localhost:8080/hello2/greeting Muuda paar sõna tekstis, kontrolli tulemust. asant create-war asant deploy-war Muuda rakendust nõnda, et see arvutaks kahe arvu korrutise.