Jakarta Struts -------------- (Notes from HP's Trailpath: http://developer.bluestone.com/scripts/SaISAPI.dll/Gallery.class/demos/trailMaps/index.jsp?sect=3&area=trail) Creating a Hello World Program * Create the basic development structure: (I'm basing some of this on Tomcat Development stuff): % mkdir app % cd app % mkdir docs src web lib web/WEB-INF * Copy the struts.jar file and tld file into the appropriate place. In this case: % cp struts.jar lib % cp struts * Create the HelloWorldResources.properties files (ultimate target is WEB-INF/classes/helloworld)