E installing spring web flow, Appendix e: installing spring web flow, Appendix e: installing – HP Integrity NonStop J-Series User Manual
Page 336: Spring web flow
E Installing Spring Web Flow
To use Spring Web Flow for developing your application, you need to install the Spring Web Flow
distribution on the NonStop system. Installing the Spring Web Flow libraries on a NonStop system
requires the following actions:
•
“Downloading Spring Web Flow Distribution on Windows” (page 336)
•
“Copying Spring Web Flow Runtime Libraries from Windows to NonStop” (page 336)
Downloading Spring Web Flow Distribution on Windows
To download the Spring Web Flow distribution on the Windows system, complete the following
steps:
1.
Go to
.
The Spring Community Downloads web page appears.
2.
Do one of the following:
1.
Register yourself.
2.
Click I'd rather not fill in the form. Just take me to the download page.
The Spring Web Flow distributions available for download are displayed.
3.
Download the spring-webflow-2.0.7.RELEASE-with-dependencies.zip file.
4.
Extract the spring-webflow-2.0.7.RELEASE-with-dependencies.zip file to a
directory on the Windows system.
NOTE:
•
Extracting this zip file creates the spring-webflow-2.0.7.RELEASE folder on the
Windows system.
•
The absolute path of the spring-webflow-2.0.7.RELEASE folder on the Windows
system will be referred to as <Spring Web Flow Home>.
Copying Spring Web Flow Runtime Libraries from Windows to NonStop
To copy the Spring Web Flow runtime libraries from the Windows system to the NonStop system,
complete the following steps:
1.
Go to <Spring Web Flow Home> and create JAR files of the <Spring Web Flow
Home>\dist
directory on the Windows system using these commands:
command prompt> cd <Spring Web Flow Home>
command prompt> jar -cvf springwebflow_dist.jar dist
For example:
command prompt> cd C:\spring-webflow-2.0.7.RELEASE
command prompt> jar -cvf springwebflow_dist.jar dist
2.
Create a version-specific Spring Web Flow directory <NonStop Spring Web Flow Home>
in the OSS environment on the NonStop system using the command:
OSS> mkdir -p <NonStop Spring Web Flow Home>
For example, create a directory structure /usr/tandem/sash/spring-webflow-2.0.7:
OSS> mkdir -p /usr/tandem/sash/spring-webflow-2.0.7
3.
Copy the springwebflow_dist.jar file from
Spring Web Flow Home>
and extract it using these OSS commands:
OSS> cd <NonStop Spring web Flow Home>
OSS> jar -xvf springwebflow_dist.jar
336 Installing Spring Web Flow