This works fine for me....
1 Start up the adminserver.
2 Start up Admin Console.
3 Select "Servlet 2.2/JSP 1.1 Full Compliance Mode for the Default Servlet
Engine. Restart the Default Server.
4 Use the Convert War file task to convert the struts-example.war from the
struts distrib as-is.
Convert to the default_server, default servlet engine and standard install
directory
5 Click on struts-example in the Admin Console under Default Server/Default
Servlet Engine and click the advanced tab on the right hand side of the
screen.
-Add ...../AppServer/hosts/default_host/struts-example/web to the
ClassPath
-Down where it says Default Error Page, enter /ErrorReporter and then
click Apply.
6 Edit the struts-config.xml and web.xml to point the DTD file to local
system as:
<!DOCTYPE struts-config SYSTEM "FILE:../dtd/struts-config_1_0.dtd">
<!DOCTYPE web-app SYSTEM "FILE:../dtd/web-app_2_2.dtd">
7 Copy struts-config_1_0.dtd, web-app_2_2.dtd and web-app_2_3.dtd from
struts.jar to ..../AppServer/dtd (you have to create this dir).
8 Replace the struts.jar at
.../AppServer/hosts/default_host/struts-example/servlets with the one update
the FormTag from Chris: http://www.enfused.com/struts.jar
9 Start the Default Server via the Admin Console. You should see a whole
bunch of ActionServlet messages in the default_host_stdout.log file with no
exceptions.
10 Via a browser accessed the app using
http://youraix/struts-example/index.jsp.
The other question is what is the difference between the original
FormTag.java and the modified by Chris???. The original does not work.
Edel.
-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Enviado el: martes 21 de agosto de 2001 12:14
Para: [EMAIL PROTECTED]
Asunto: Struts with WebSphere 3.5.4 on AIX
Hi, all
Have anyone successfully run Struts samples on AIX with WebSphere 3.5.4? I
can run the sample with WebSphere 3.5.4 on NT4 but get various errors on
AIX3.4. The error seems all related to the XML parser. I've tried
JAXP1.0.1, IBM parser and the even the one come with WebSphere, but all
failed.
Any idea? Thanks.
JiRong