Re: Unable to shutdown tomcat

2014-02-15 Thread Tim Leung
I am running Tomcat 7.0.50 btw. On Sat, Feb 15, 2014 at 11:47 PM, Tim Leung wrote: > I am unable to shutdown tomcat. When I do ./shutdown.sh, I don't see any > error, but the process still seems to be running. I don't want to do a kill > -9. How do I gracefully shut it down? Why is this happeni

Unable to shutdown tomcat

2014-02-15 Thread Tim Leung
I am unable to shutdown tomcat. When I do ./shutdown.sh, I don't see any error, but the process still seems to be running. I don't want to do a kill -9. How do I gracefully shut it down? Why is this happening in the first place? Please help asap. devServer:bin dev$ ps -ef|grep tomcat 501 34933

RE: Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-15 Thread Martin Gainty
> Date: Fri, 14 Feb 2014 14:19:04 -0800 > Subject: Re: Eclipse: Server Tomcat v7.0 Server at localhost failed to start. > From: davek1...@gmail.com > To: users@tomcat.apache.org > > OK I added servlet-api.jar and jsp-api.jar to the > Launch Configuration | Classpath | Bootstrap Entries > > a

RE: Unable to shutdown Tomcat

2014-02-15 Thread Martin Gainty
MG>ton of log information is missing..you must have disabled the logs somehow > Date: Fri, 14 Feb 2014 21:51:55 -0500 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: Re: Unable to shutdown Tomcat > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pooja, > >

RE: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Martin Gainty
This is a TC Users list so I will redirect the conversation to how do we use SPD in a Tomcat implementation TO Wit: what you're asking is there support for SPDY Protocol in any version of TOMCAT? Since SPDY requires the use of SSL/TLS (with TLS extension NPN) Which version TC Container suppo

RE: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Konstantin Preißer
Hi Angel and Bilal, thank you for your replies. > -Original Message- > From: Angel Java Lopez [mailto:ajlopez2...@gmail.com] > Sent: Saturday, February 15, 2014 11:59 AM > To: Tomcat Users List > Subject: Re: Status of the current IIS ISAPI Redirector for Tomcat > > Very interesting! >

Re: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Angel Java Lopez
Very interesting! Yes, managed code is the path to follow. First idea non-blocking IO (from C# client side): use the new async/await for the communication. But force to use the new .NET framework and Visual Studio. And await is a wait on the current threads: http://msdn.microsoft.com/en-us/libra

Re: Generate pkcs12 certificates from offical COMODO certs

2014-02-15 Thread Ognjen Blagojevic
Frank, On 15.2.2014 7:02, Frank BONNET wrote: seems to work without it ! I recommend that you always import intermediate certificates into the keystore. If you don't, some clients / web browsers will find a way to lookup for missing certificates, but others will fail. Therefore, it is much