Last modified by Kieran Kelleher on 2012/08/06 04:29

From version 57.1
edited by smmccraw
on 2007/09/29 22:27
Change comment: There is no comment for this version
To version 58.1
edited by smmccraw
on 2007/09/29 21:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,20 +12,6 @@
12 12  
13 13  == Creating Hello World ==
14 14  
15 -First create your hello world just like you would [[In this tutorial>>WOL:Create a new WO Application]]. I called my project JSPHelloWorld, and all I did after the WOLips wizard finished guiding me through the project was to edit the Main.html component to say HELLO, WORLD! About as boring as it gets, but go ahead and run your application as a WOLips WOApplication run configuration (the beauty of all this, as you'll see, is that you can develop your applications as you normally would, and in the end, you only have to think about the tomcat stuff when you're actually ready to deploy):
15 +First create your hello world just like you would [[In this tutorial>>WOL:Create a new WO Application]]. I called my project JSPHelloWorld, and all I did after the WOLips wizard finished guiding me through the project was to edit the Main.html component to say HELLO, WORLD! About as boring as it gets:
16 16  
17 17  [[image:Picture 1.png]]
18 -
19 -== Now for the fun part... ==
20 -
21 -There are really just a few steps you need to go through to make a plain WebObjects application deploy on Tomcat from here:
22 -
23 -1) Open up the build.xml file for editing. It should be at the project level. If you don't see it, it's probably just hidden. To show it, click the down triangle at the top of the Package Explorer, and select the "Filters" menu:
24 -
25 -[[image:Picture 2.png]]
26 -
27 -Uncheck the item labeled build.xml (WOLips). Now you should see it in package explorer.
28 -
29 -Note: If you are converting an existing project to deploy in a servlet container, you may have an older version of the WOLips build.xml file (this happened to me when I started playing with things, and it was all kinds of confusing). Lots of work has been done by the community in the last year to bring this up to speed. To get the recent good stuff, you can right click on the build.xml file and choose WOLips Ant Tools->Replace with latest build.xml. Take care to back up your original version somewhere first though, if you've made any modifications, because you will lose those changes.
30 -
31 -If you are using the ant editor to edit the file, you will see a nice summary of your targets in the Outline window: