Installing Struts 1.2.4 on Tomcat 4.1.3
Information
none
Operating system used
Windows XP Home Edition Version 5.1 SP 2
Software prerequisites
Tomcat 4.1.3
Procedure
- Download and unzip jakarta-struts-1.2.4.zip
- Struts will completely unzip it self, with its complete directory structure.
e.g.: C:\Tools\jakarta-struts-1.2.4
- Start Tomcat 4.1.3
- Copy from directory ..\jakarta-struts-1.2.4\webapps\ the war files:
struts-blank.war
struts-documentation.war
struts-examples.war
struts-mailreader.war
tiles-documentation.war
to Tomcat deploy directory ..\Tomcat 4.1\webapps
-
To view "How to get started on your own application":
http://localhost:8080/struts-blank
To view "Struts documentation": http://localhost:8080/struts-documentation
To view "Struts examples": http://localhost:8080/struts-examples
To view "Struts mailreader": http://localhost:8080/struts-mailreader
To view "Struts tiles documentation": http://localhost:8080/tiles-documentation
|