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 Pid
On 19/07/2010 22:37, Austin Shelton wrote: 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. So it works if Tomcat 7 works, or it doesn't - I'm not clear on what that means. There are

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 be

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Austin Shelton
Well. A message showed up in my Eclipse console that I had overlooked in my previous launches: WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:HelloWorldServlet' did not find a matching property. (The name of my

Re: Unable to get Tomcat 7 to work in Eclipse

2010-07-20 Thread Konstantin Kolinko
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 a logging.properties file. There should be -Djava.util.logging.manager and

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 Pid
On 19/07/2010 20:13, Austin Shelton wrote: 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

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