RE: Please - a little help with NoSuchMethodError with Tomcat, Struts and Apache

2001-10-03 Thread tnist
Rick, I have removed all the sub directories of the work directory under Tomcat and this has made no difference. I have set the jasper log to debug to try to see if it would shed any light on what was happening. I did the following test: 1. First I hit the standard examples provided

Re: Please - a little help with NoSuchMethodError with Tomcat, Struts and Apache

2001-10-03 Thread Rick Smith
Hmmm, I just installed Tomcat 3.2.3 and added struts-examples from 1.0 and I don't have the commons*.jar files in my WEB-INF\lib. How did they get in there? All I have is struts.jar. Rick [EMAIL PROTECTED] wrote: Rick, I have removed all the sub directories of the work directory under

RE: Please - a little help with NoSuchMethodError with Tomcat, Struts and Apache

2001-10-03 Thread tnist
Rick, I placed them there after receiving the NoSuchMethodError thinking that perhaps they would make a difference, but they did not. Thanks, Todd -Original Message- From: Rick Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 9:00 AM To: [EMAIL PROTECTED]; Todd Nist

Re: Please - a little help with NoSuchMethodError with Tomcat, Struts and Apache

2001-10-03 Thread Rick Smith
I don't know what to tell you. I would start with a clean install of Tomcat 3.2.3 somewhere other than where you have it now and add the struts-example.war to webapps and start Tomcat standalone and see what happens. I'm running on Linux but I can't imagine that would make a difference with

RE: Please - a little help with NoSuchMethodError with Tomcat, Struts and Apache

2001-10-03 Thread tnist
Rick, I took your advice and started with a clean install of Tomcat 3.2.3. I then installed struts and placed the struts*.war file in the tomcat webapps dir. I then tested it in standalone and all worked fine. So then I added back in the mod_jk and ajp13 connection to Apache and low and behold