The next step is to create a build.properties (Web site)
The next step is to create a build.properties file that specifies environmental dependencies such as the location of the third-party JARs extracted in the previous step. The Struts source distribution provides a build.properties.sample file in the top-level source distribution directory. Open this file and rename it build.properties. You need to customize this file for your particular environment. The file paths are relative to the location of the properties file. For example, to reference the CommonsBeanUtils JAR file that is located in a directory called lib one level up, you would need to change the properties file to look like this: # The JAR file containing version 1.0 (or later) of theBeanutils package# from the Jakarta Commons project. commons-beanutils.jar=../lib/commons-beanutils-1.3/commonsbeanutils.jar Once you have all of the file paths set in the build.properties file, you are ready to turn the Struts source files into Struts binary files. Make sure Ant is installed and configured correctly, and make sure you downloaded the xalan.jar file and placed it in the
Please visit Domain Name Hosting services for high quality webhost to host and run your jsp applications.