Re: Tomcat 9 won't start according to Eclipse

2017-08-04 Thread Roparzh Hemon
> The key here is to double-click (not right-click) the server listed in > the server pane at the bottom center of the IDE. > Absolutely. I finally got it now, thanks for your patience - To unsubscribe, e-mail:

Re: Tomcat 9 won't start according to Eclipse

2017-08-03 Thread Mark Eggers
Roparzh, On 8/2/2017 10:07 PM, Roparzh Hemon wrote: > On Wed, Aug 2, 2017 at 2:30 PM, Konstantin Kolinko > wrote: >> 2017-07-28 20:51 GMT+03:00 Roparzh Hemon : >>> On Fri, Jul 28, 2017 at 6:18 PM, Konstantin Kolinko >>>

Re: Tomcat 9 won't start according to Eclipse

2017-08-02 Thread Roparzh Hemon
On Wed, Aug 2, 2017 at 2:30 PM, Konstantin Kolinko wrote: > 2017-07-28 20:51 GMT+03:00 Roparzh Hemon : >> On Fri, Jul 28, 2017 at 6:18 PM, Konstantin Kolinko >> wrote: >>> >>> Double click on the server (in "Servers" view)

Re: Tomcat 9 won't start according to Eclipse

2017-08-02 Thread Konstantin Kolinko
2017-07-28 20:51 GMT+03:00 Roparzh Hemon : > On Fri, Jul 28, 2017 at 6:18 PM, Konstantin Kolinko > wrote: >> >> Eclipse by default places element for web application into >> Tomcat's server.xml file. >> This is a discouraged practice. A result of

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Roparzh Hemon
On Fri, Jul 28, 2017 at 6:18 PM, Konstantin Kolinko wrote: > > Eclipse by default places element for web application into > Tomcat's server.xml file. > This is a discouraged practice. A result of such configuration is that > when the application fails to start (due to its

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Roparzh Hemon
On Fri, Jul 28, 2017 at 6:29 PM, André Warnier (tomcat) wrote: > On 28.07.2017 18:18, Konstantin Kolinko wrote: >> >> Caused by: java.lang.IllegalArgumentException: L'association de >>> >>> servlet (servlet mapping) indique un nom de servlet inconnu [Taste] > > > This seems to be

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread tomcat
On 28.07.2017 18:18, Konstantin Kolinko wrote: Caused by: java.lang.IllegalArgumentException: L'association de servlet (servlet mapping) indique un nom de servlet inconnu [Taste] This seems to be the underlying problem. There is a element associating some URL pattern (?) with a "Taste",

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Konstantin Kolinko
2017-07-28 18:53 GMT+03:00 Roparzh Hemon : > On Fri, Jul 28, 2017 at 5:13 PM, Mark Eggers > wrote: > >> My initial guess is that you have Tomcat running as a service left over >> from your previous attempts and that it is bound to port 8080

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Roparzh Hemon
On Fri, Jul 28, 2017 at 5:13 PM, Mark Eggers wrote: > My initial guess is that you have Tomcat running as a service left over > from your previous attempts and that it is bound to port 8080 already. That seems likely indeed, but 1) Eclipse says it is stopped

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Mark Eggers
Roparzh, On 7/28/2017 12:37 AM, Roparzh Hemon wrote: > On Thu, Jul 27, 2017 at 5:35 PM, Mark Eggers > wrote: > >> Images are stripped. Please type out the text. > > Sorry about that, the full error message said > > 'Starting Tomcat v9.0 Server at localhost (2)'

Re: Tomcat 9 won't start according to Eclipse

2017-07-28 Thread Roparzh Hemon
On Thu, Jul 27, 2017 at 5:35 PM, Mark Eggers wrote: > Images are stripped. Please type out the text. Sorry about that, the full error message said 'Starting Tomcat v9.0 Server at localhost (2)' has encountered a problem Server Tomcat v9.0 Server at localhost (2)

Re: Tomcat 9 won't start according to Eclipse

2017-07-27 Thread Mark Eggers
Roparzh, On 7/27/2017 12:08 AM, Roparzh Hemon wrote: > Hello all, in Eclipse Neon.3 Release (4.6.3) I get the following error > message : > > > > ​ > > > Any help appreciated. > ​ Images are stripped. Please type out the text. I just tried 9.0.0M22 on Eclipse Oxygen and it worked as

Tomcat 9 won't start according to Eclipse

2017-07-27 Thread Roparzh Hemon
Hello all, in Eclipse Neon.3 Release (4.6.3) I get the following error message : ​ Any help appreciated. ​