[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Installing SRC Sample Web Applications
Web applications must be deployed in a Web application
server. The exact way you install Web applications depends on the
Web application server you are using and the particular Web application.
The following procedure provides general steps
for installing a Web application:
- Install the Web application server on the host.
- If the Web application requires configuration of a properties
file, complete the following procedure:
- Copy the WAR file from the
SDK+AppSupport+Demos+Samples.tar.gz file to a temporary folder on the host.
- Unpack the WAR file.
For information about unpacking and packing WAR
files, see
-
http://java.sun.com/j2se/1.4/docs/guide/jar/
- Edit the properties file for the Web application.
- Repack the WAR file.
- Deploy the WAR file by using the procedure appropriate
for your Web application server.
For information about deploying WAR files, see
the documentation for your Web application software.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]