Re: Tomcat 9 M22 doesn't stop

2017-07-22 Thread Mark Eggers
Rainer, On 7/22/2017 2:37 PM, Rainer Jung wrote: > Am 22.07.2017 um 22:48 schrieb Mark Eggers: >> On 7/22/2017 12:50 AM, Aurélien Terrestris wrote: >>> Hello, >>> >>> I'm trying the latest Tomcat (9.0.0.M22) with all the default >>> settings and >>> applications. When shutting down, it doesn't sto

Re: Tomcat 9 M22 doesn't stop

2017-07-22 Thread Rainer Jung
Am 22.07.2017 um 22:48 schrieb Mark Eggers: On 7/22/2017 12:50 AM, Aurélien Terrestris wrote: Hello, I'm trying the latest Tomcat (9.0.0.M22) with all the default settings and applications. When shutting down, it doesn't stop and I'm staying with a java process which cannot handle any request.

Re: Tomcat 9 M22 doesn't stop

2017-07-22 Thread Mark Eggers
On 7/22/2017 12:50 AM, Aurélien Terrestris wrote: > Hello, > > I'm trying the latest Tomcat (9.0.0.M22) with all the default settings and > applications. When shutting down, it doesn't stop and I'm staying with a > java process which cannot handle any request. > When setting the CATALINA_PID and t

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

2017-07-22 Thread Mark Eggers
Roparzh, This is going to be very long. I just wrote this, but have NOT done more than a cursory proof-reading. I hope that you find it useful. 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

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

2017-07-22 Thread zemiandeng
Hi, If you are simply using Eclipse to run Tomcat, I don't think you have to run "sudo" command on MacOX. Just unzip a tomcat distribution with normal user permission. Things should work. It might be helpful if you simply test out the Tomcat without Eclipse first to ensure it's working, then you an

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

2017-07-22 Thread Mark Eggers
Roparzh, 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 ~/Downloads/apache-tomcat-9.0.0.M21 > /

Re: apr library

2017-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anibal, On 7/22/17 11:30 AM, Anibal Alvarez Alvarez wrote: > Hi. When I run a .jsp file, in the console I can read < [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent > La biblioteca nativa de Apache Tomcat basada en ARP que permit

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

2017-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roparzh, On 7/22/17 11:05 AM, Roparzh Hemon wrote: > 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". >

apr library

2017-07-22 Thread Anibal Alvarez Alvarez
Hi. When I run a .jsp file, in the console I can read <> How can I set this path *"/usr/share/apr/lib"* into the *java.library.path*? I've tried to add it up at eclipse.ini like: ... -vm -Djava.library.path="${workspace_loc:project}/lib;${env_var:PATH};/usr/local/apr/lib" ... but I'm still gettin

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

Tomcat 9 M22 doesn't stop

2017-07-22 Thread Aurélien Terrestris
Hello, I'm trying the latest Tomcat (9.0.0.M22) with all the default settings and applications. When shutting down, it doesn't stop and I'm staying with a java process which cannot handle any request. When setting the CATALINA_PID and trying a shutdown -force, it ends in killing the process. He

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

2017-07-22 Thread kidambi madhu
Hi Chris, Bad advice all around: 1. Windows 2k8 was EOL 2015-01-13 [security risk] - I agree with you 2. Windows Server and "workstation" use the same kernel [no difference] - May be you are right and I don't have much exposure of Windows at the Kernel level 3. Java runtime is the same regardles

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