Hi,
To share with you, here is my recorded instruction to config Struts 1.0 on
my AIX 4.3 with WebSphere 3.5.4.
Does it mean I can go ahead with Struts?
Regards,
JiRong
========================
config Struts on sindev02
1. Start adminclient.bat from D:\WebSphere\AppServer\bin
adminclient sindev02
2. Create Applicatin Server "Payment", create "Default Servlet Engine"
create a "payment webapp" to test, must change the permisson of
"payment" directory
3. Copy jakarta-struts-1.0.tar file to /home/rongji1/temp, extract to
/home/rongji1/ as
/home/rongji1/jakarta-struts-1.0
4. Use the Convert War File task in WebSphere to convert the
struts-example.war to /home/rongji/ as
/home/rongji1/struts-example
5. Create a WEB-INF folder under /home/rongji1/struts-example/servlets/ as
/home/rongji1/struts-example/servlets/WEB-INF
6. Copy struts-config.xml, database.xml and web.xml into the above
directory
7. Edit the struts-config.xml and web.xml to point the DTD file to local
system as:
<!DOCTYPE struts-config SYSTEM
"file:/home/rongji1/struts-example/servlets/org/apache/struts/resources/struts-config_1_0.dtd">
be careful about the space
8. Copy the latest IBM XML parse 3.2.1 from:
http://www.alphaworks.ibm.com/tech/xml4j, xerces.jar
copy into /home/rongji1/struts-example/servlets/
9. Copy struts-config_1_0.dtd, web-app_2_2.dtd and web-app_2_3.dtd from
/home/rongji1/jakarta-struts-1.0/lib to
/home/rongji1/struts-example/servlets/org/apache/struts/resources
10.Replace the struts.jar at /home/rongji1/struts-example/servlets with the
one update the FormTag from Chris:
http://www.enfused.com/struts.jar
11. Add /ErrorReporter to the struts-example webapp
12. Restart Payment server.