Re: Should Tomcat continue to support SSI?

2017-06-08 Thread Mark Thomas
On 07/06/17 16:34, Emmanuel Bourg wrote: > Le 7/06/2017 à 16:51, Christopher Schultz a écrit : > >> What about separating SSI out into a separate (sub?) project and >> removing it from Tomcat core? > > +1, I was about to suggest this as well. I was more motivated by reducing the volume code we

Re: A question about websocket API-- Annotation ServerEndpoint

2017-06-08 Thread 王琳
Thank you -- View this message in context: http://tomcat.10.x6.nabble.com/A-question-about-websocket-API-Annotation-ServerEndpoint-tp5064163p5064200.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To

Re: Tomcat 8/NIO performance discrepancies

2017-06-08 Thread kmaxwilliams43
Gvhuf Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: Astrat Goe Envoyé: mercredi 7 juin 2017 21:29 À: Tomcat Users List Répondre à: Tomcat Users List Objet: Re: Tomcat 8/NIO performance discrepancies > On Jun 8, 2017, at 4:28 AM, Mark Thomas wrote: > > On

Re: [External] Re: Security Headers Implementation in Tomcat 6.x version

2017-06-08 Thread kmaxwilliams43
Ghgfhch  Dygugjfbjg Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: Christopher Schultz Envoyé: jeudi 8 juin 2017 18:43 À: users@tomcat.apache.org Répondre à: Tomcat Users List Objet: Re: [External] Re: Security Headers Implementation in Tomcat 6.x version -BEGIN PGP SIGNED

Re: Under system account, Tomcat starts even with shutdown port conflict

2017-06-08 Thread Igor Cicimov
If you are trying to run it on port <1024 you need authbind enabled On 9 Jun 2017 1:21 am, "Tou Vue" wrote: > Hello, > > I have a question regarding how Tomcat starts up under the system account > and local user account in Windows. I had a Tomcat service that would start >

Re: Tomcat 8/NIO performance discrepancies

2017-06-08 Thread kmaxwilliams43
Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: kmaxwilliam...@gmail.com Envoyé: vendredi 9 juin 2017 00:12 À: Astrat Goe; Tomcat Users List Objet: Re: Tomcat 8/NIO performance discrepancies Gvhuf Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: Astrat Goe

Re: A question about websocket API-- Annotation ServerEndpoint

2017-06-08 Thread kmaxwilliams43
Fifgfdyfyi Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: 王琳 Envoyé: vendredi 9 juin 2017 01:37 À: users@tomcat.apache.org Répondre à: Tomcat Users List Objet: Re: A question about websocket API-- Annotation ServerEndpoint Thank you -- View this message in context:

Re: A question about websocket API-- Annotation ServerEndpoint

2017-06-08 Thread kmaxwilliams43
Fictdyhcu Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: 王琳 Envoyé: vendredi 9 juin 2017 01:37 À: users@tomcat.apache.org Répondre à: Tomcat Users List Objet: Re: A question about websocket API-- Annotation ServerEndpoint Thank you -- View this message in context:

RE: Under system account, Tomcat starts even with shutdown port conflict

2017-06-08 Thread Caldarale, Charles R
> From: Igor Cicimov [mailto:icici...@gmail.com] > Subject: Re: Under system account, Tomcat starts even with shutdown port > conflict > If you are trying to run it on port <1024 you need authbind enabled Read the original message. The OP is running on Windows, not Linux, so there are no

Re: Tomact 7.x - Subscription

2017-06-08 Thread Coty Sutherland
Hello, On Thu, Jun 8, 2017 at 9:10 AM, Mahajan, Arvind wrote: > Hi > > > > I am new to tomcat , considering evaluation of Tomcat vs. JBOSS EAP in my > new application hosting requirement. > > My application vendor support both (Tomcat & JBOSS) middle ware > > > >

Re: Tomcat 8/NIO performance discrepancies

2017-06-08 Thread Mark Thomas
On 07/06/17 22:28, Mark Thomas wrote: > I'm still seeing significant differences in BIO with and without an > executor. > > I'm still looking for the root cause. I have noticed that without an > executor I see far fewer keep-alive requests than I'd expect. That could > explain the difference,

Tomact 7.x - Subscription

2017-06-08 Thread Mahajan, Arvind
Hi I am new to tomcat , considering evaluation of Tomcat vs. JBOSS EAP in my new application hosting requirement. My application vendor support both (Tomcat & JBOSS) middle ware Operating system - RHEL 6.9 and 7.3 on which Tomcat 7 will be installed (refer below screen shot) Questions *

Re: [External] Re: Security Headers Implementation in Tomcat 6.x version

2017-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shaik, On 6/8/17 1:18 AM, Shaik, Mohammad N. wrote: > Hi Olaf & Chris, > > By placing HTTPD 2.x server in front of Tomcat 6, is it possible to > hide Tomcat 6 from external world? I just don’t want people to find > out that I am using Tomcat 6,

Re: Tomcat 8/NIO performance discrepancies

2017-06-08 Thread Mark Thomas
On 08/06/17 14:42, Mark Thomas wrote: > I'll look at BIO vs NIO next. At the sort of request rates and response sizes we are talking about, we are a long way from real-world applications and the differences you see between BIO and NIO are largely down to the differences between doing a blocking

Re: A question about websocket API-- Annotation ServerEndpoint

2017-06-08 Thread Mark Thomas
On 08/06/17 02:06, 王琳 wrote: > Hi friend: > i have a question. use Tomcat 8.5.15 > @ServerEndpoint API has 'value' summary. This value mapping url.When the url > has parameter,use {}. > for example: > @ServerEndpoint(value = > "/websocket/fmsWebsocket/{userId}/{companyId}/{groupId}") > >

Re: Under system account, Tomcat starts even with shutdown port conflict

2017-06-08 Thread Tou Vue
Tomcat was able to access the same port if I turned off the other service. So I don't think it's protected. Thank You, Tou Vue On Thu, Jun 8, 2017 at 10:26 AM, Coty Sutherland wrote: > On Thu, Jun 8, 2017 at 11:21 AM, Tou Vue wrote: > > Hello, > > > >

Re: Under system account, Tomcat starts even with shutdown port conflict

2017-06-08 Thread Coty Sutherland
On Thu, Jun 8, 2017 at 11:21 AM, Tou Vue wrote: > Hello, > > I have a question regarding how Tomcat starts up under the system account > and local user account in Windows. I had a Tomcat service that would start > fine under the system account, but once I configured it to

Under system account, Tomcat starts even with shutdown port conflict

2017-06-08 Thread Tou Vue
Hello, I have a question regarding how Tomcat starts up under the system account and local user account in Windows. I had a Tomcat service that would start fine under the system account, but once I configured it to start under the local user account, I received a JVM_Bind exception. I looks like