Re: Tomcat 9 won't start according to Eclipse

2017-08-03 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: users-unsubscr.

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) -> set "[

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 own misconfiguration) >

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 the underlying pr

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 before launching it and 2) when I d

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) failed to start. Thanks for all

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. ​

Re: Unable to run "Hello World" in Eclipse JEE on Mac 10.11.3

2017-07-23 Thread Roparzh Hemon
. > > On 7/22/2017 12:14 AM, Roparzh Hemon wrote: >> On my Mac 10.11.3 I've installed the Eclipse JEE IDE (Version: Neon.3 >> Release (4.6.3)) I also installed apache-tomcat 9 on my Mac, using the >> following commands : >> >> sudo mkdir -p /usr/local sudo mv

Re: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-22 Thread Roparzh Hemon
On Fri, Jul 21, 2017 at 6:35 PM, Christopher Schultz wrote: > I've been developing Java web applications since > 2000, and I use Eclipse, and I've never used Eclipse's "Run as > server". So, could you please tell a newbie like me how to view my bare "hello world" html file inside my Java pro

Re: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-22 Thread Roparzh Hemon
On Fri, Jul 21, 2017 at 6:35 PM, Christopher Schultz wrote: > Try re-posting your question on THIS list and see if you get better > answers. > Done : http://tomcat.markmail.org/search/?q=#query:+page:1+mid:zzrx4xb5l4mudhzm+state:results --

Unable to run "Hello World" in Eclipse JEE on Mac 10.11.3

2017-07-22 Thread Roparzh Hemon
On my Mac 10.11.3 I've installed the Eclipse JEE IDE (Version: Neon.3 Release (4.6.3)) I also installed apache-tomcat 9 on my Mac, using the following commands : sudo mkdir -p /usr/local sudo mv ~/Downloads/apache-tomcat-9.0.0.M21 /usr/local sudo rm-f /Library/Tomcat sudo ln -s /usr/local/apache-t

Re: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-21 Thread Roparzh Hemon
Because I was bored and irritated by this persistent problem, I ended up doing what I seldom do, choosing "Ignore and Continue (Not Recommended)" in the list of options in the installation wizard. The installation then finishes, but localhost:8080 is not recognized in the browser.

Re: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
On Thu, Jul 20, 2017 at 8:44 PM, Mark Thomas wrote: > On 20/07/17 19:16, Roparzh Hemon wrote: >> I am a long-time >> Mac fan, but on my mac I got stuck by a configuration problem in JEE >> and got ZERO feedback on half a dozen forums and mailing lists, >> including thi

Re: [OT] Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
On Thu, Jul 20, 2017 at 8:03 PM, Christopher Schultz wrote: > 4. Java on Windows is a nightmare. If you want to quip about moving to > a "real server OS," then suggest switching to a UNIX-like OS, where > the Real Servers run :) I am quite curious and interested in what you say here, because m

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
On Thu, Jul 20, 2017 at 4:59 PM, Suvendu Sekhar Mondal wrote: > Sounds like you have downloaded the binary version of Tomcat. Can you > please right-click on it and check the properties? If you see a > "unblocked" checkbox, then unblock it first. Then try to install it > with admin privilege. >

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
On Thu, Jul 20, 2017 at 4:51 PM, Igal @ Lucee.org wrote: > > > C:\Program Files\... is a bad place in my opinion, for two reasons: > > 1) There is a stupid space there added by some "genius" from Microsoft > 2) It often requires elevated rights for "write" > > I recommend putting it somep

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
On Thu, Jul 20, 2017 at 4:51 PM, M. Manna wrote: > what does the following show on command line > echo %TMP% > echo %TEMP% > Both those commands yield C:\Users\ROPARZ~1\AppData\Local\Temp - To unsubscribe, e-mail: users-unsubscr

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
On Thu, Jul 20, 2017 at 4:23 PM, Mark Thomas wrote: > You probably need to install with admin privs. How would I do that ? Unless I missed something the installation wizard never mentions priviledges before the step where I get an error message --

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
I created a C:\Program Files\Apache Software Foundation\Tomcat 9.0 again directory next to the original one, and retried the installation process with that location for the install directory, but the problem and error message stayed the same. ---

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
On Thu, Jul 20, 2017 at 4:20 PM, M. Manna wrote: > Where is your TMP folder location? Is it somewhere inside Windows? > Try a different TMP folder location and restart. Not sure what you mean by TMP folder location. The default install directory in the wizard is C:\Program Files\Apache Software F

Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread Roparzh Hemon
Hello all, I am currently unable to install Tomcat 9.0 on my Windows 10 system (I didn't install any other version of Tomcat so far). I've retried several times and the same problem appears over and over again : The install process goes on smoothly with the install wizard, up to th