Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-21 Thread Austin Shelton
On Tue, Jul 20, 2010 at 8:44 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2010/7/21 Austin Shelton ashelt...@gmail.com: Bizarre. I will keep looking for logs that might tell me something. I'll keep everyone posted on my efforts, feeble though they may be :-) Maybe you do not have

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Austin Shelton
Bizarre. I will keep looking for logs that might tell me something. I'll keep everyone posted on my efforts, feeble though they may be :-) On Tue, Jul 20, 2010 at 9:14 AM, Pid p...@pidster.com wrote: On 19/07/2010 22:37, Austin Shelton wrote: The resource for my web page servlet can't

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Austin Shelton
application is HelloWorldServlet) Does anyone have an idea about what this means? On Tue, Jul 20, 2010 at 4:32 PM, Austin Shelton ashelt...@gmail.com wrote: Bizarre. I will keep looking for logs that might tell me something. I'll keep everyone posted on my efforts, feeble though they may be :-) On Tue

java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet

2010-07-20 Thread Austin Shelton
I cleaned the Tomcat server in Eclipse and now I get the following exception: java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet I have all of the Tomcat libraries in my build path and the lib directories of the WEB/INF/lib directory. Any ideas?

Unable to get Tomcat 7 to work in Eclipse

2010-07-19 Thread Austin Shelton
Hi, I am unable to get Tomcat 7.0.0 to work correctly with Eclipse Helios. Tomcat 6 was working just fine; the problem occurred when I upgraded to Tomcat 7.0. It complained about Resource Not found. I now have it working to the extent that no errors or warning show up in the console. But I do not

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-19 Thread Austin Shelton
The resource for my web page servlet can't be located. This was not the case with Tomcat 6. Nobody complained once I started getting a good Tomcat launch. There are no logs in the Tomcat home. On Mon, Jul 19, 2010 at 1:56 PM, Pid p...@pidster.com wrote: On 19/07/2010 20:13, Austin Shelton