This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hello, I was wondering if anyone has encountered problems with using Struts 1.1 and Tomcat 4.1.24. I have a requirement to use JBoss with embedded Tomcat 4.1.24. The current application is developed using Tomcat 4.0.6 with Struts 1.1 and things seems to work fine. However, when porting the application over to Tomcat 4.1.24, I get missing request information, certain request parameter get saved when I remove them, just weird things happening. Has anyone seen any problems using Struts 1.1 with the latest version of Tomcat? Thanks, Claude.
Darryl A. J. Staflund
Ranch Hand
Joined: Oct 06, 2002
Posts: 303
posted
0
Hi there, I found that previous to JBoss 3.2, I had to deploy the Struts 1.1 JAR files in the <jboss_home>/server/default/lib directory in order for JBoss to locate them. This problem went away after 3.2 was released. Maybe this is your problem? What specific errors do you get, BTW? Darryl