Hi Konstantin,
On 2 Nov 2013 01:06, "Konstantin Kolinko" wrote:
>
> 2013/11/1 Vidyadhar :
> > On 1 Nov 2013 00:52, "Konstantin Kolinko"
wrote:
> >>
> >> 2013/10/31 Vidyadhar :
> >> > Hi,
> >> >
> >> > We are facing some weird issue in our Tomcat environment. After
starting
> >> > the Tomcat proc
On 10/31/2013 2:30 PM, Chris Arnold wrote:
>> mod_rewrite is what's adding the extra /share/
>> RewriteRule ^/(.*) https://192.168.123.3:8443/share/$1 [P]
>> should be something like either:
>> RewriteRule ^/(.*) https://192.168.123.3:8443/$1 [P]
> This takes me to the tomcat home page, /
>
>> or:
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Friday, November 01, 2013 7:16 PM
> To: Tomcat Users List
> Subject: Re: attempting to achieve 100K concurrent websocket connections on
> Tomcat 7.0.48 NIO
>
> On 01/11/2013 22:00, Bob DeRemer wrote:
> > QUESTION:
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Friday, November 01, 2013 6:11 PM
> To: Tomcat Users List
> Subject: Re: attempting to achieve 100K concurrent websocket connections on
> Tomcat 7.0.48 NIO
>
> -BEGIN PGP SIGNED MESSAGE
On 01/11/2013 23:15, Mark Thomas wrote:
> On 01/11/2013 22:00, Bob DeRemer wrote:
>> QUESTION: I'm looking for some advice on what Tomcat NIO connector
>> settings to use to support 100K concurrent websocket connections.
>> Hopefully I can reach this goal through a combination of Tomcat NIO
>> Con
On 01/11/2013 22:00, Bob DeRemer wrote:
> QUESTION: I'm looking for some advice on what Tomcat NIO connector
> settings to use to support 100K concurrent websocket connections.
> Hopefully I can reach this goal through a combination of Tomcat NIO
> Connector settings, and Server 2008 R2 configurat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Bob,
Just a quick note: with NIO, you should not need 100k threads to serve
100k connections. Can a single process even request 100k threads from
the OS under your current environment?
- -chris
On 11/1/13, 6:00 PM, Bob DeRemer wrote:
> QUESTION: I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chris,
On 11/1/13, 5:51 PM, Christopher Schultz wrote:
> The above is not using mod_jk. If you are using mod_jk, then you
> are either using the "JkMount" directive, or the "SetHandler jk"
> directive. Anything else is using mod_proxy_(http|ajp).
QUESTION:
I'm looking for some advice on what Tomcat NIO connector settings to use to
support 100K concurrent websocket connections. Hopefully I can reach this
goal through a combination of Tomcat NIO Connector settings, and Server 2008 R2
configuration [if needed].
BACKGROUND:
We're scale te
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chris,
On 11/1/13, 1:16 PM, Chris Arnold wrote:
> Am 31.10.2013 20:30, schrieb Chris Arnold:
>>> mod_rewrite is what's adding the extra /share/ RewriteRule
>>> ^/(.*) https://192.168.123.3:8443/share/$1 [P] should be
>>> something like either: Rewri
Chris Arnold wrote:
Starting over since i can not seem to get this to work with tomcat or apache.
So what i have now that IS somewhat working is:
#This rewrites https://share.anydomain.tld to our mail server
RewriteEngine On
RewriteCond %{HTTP_HOST} ^share\.
RewriteCond %{HTTPS}
So i was not able to get any of those to work. So i moved to the third option,
mod_jk. It is loaded. I make the changes in my vhost:
#This rewrites https://share.anydomain.tld to our share server
RewriteEngine On
RewriteCond %{HTTP_HOST} ^share\.
RewriteCond %{HTTPS
2013/11/1 Vidyadhar :
> On 1 Nov 2013 00:52, "Konstantin Kolinko" wrote:
>>
>> 2013/10/31 Vidyadhar :
>> > Hi,
>> >
>> > We are facing some weird issue in our Tomcat environment. After starting
>> > the Tomcat process on one of our Solaris server, process is
> automatically
>> > getting shutdown a
Am 31.10.2013 20:30, schrieb Chris Arnold:
>> mod_rewrite is what's adding the extra /share/
>> RewriteRule ^/(.*) https://192.168.123.3:8443/share/$1 [P]
>> should be something like either:
>> RewriteRule ^/(.*) https://192.168.123.3:8443/$1 [P]
> This takes me to the tomcat home page, /
If you wa
On 01/11/2013 17:14, Timothy Astle wrote:
> My apologies. You're right.
No problem. Nice to have an easy problem to solve on a Friday afternoon.
If only the refactoring of Tomcat's JSP engine was as simple...
Mark
>
> Tim
>
>
> On 01/11/2013 2:11 PM, Mark Thomas wrote:
>> On 01/11/2013 17:
My apologies. You're right.
Tim
On 01/11/2013 2:11 PM, Mark Thomas wrote:
On 01/11/2013 17:01, Timothy Astle wrote:
I don't see an entry in the changelog for 7.0.47? Is it going to be
updated?
http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
It is the first version in the list. Is y
On 01/11/2013 17:01, Timothy Astle wrote:
> I don't see an entry in the changelog for 7.0.47? Is it going to be
> updated?
>
> http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
It is the first version in the list. Is your cache stale?
Mark
I don't see an entry in the changelog for 7.0.47? Is it going to be
updated?
http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
Tim Astle
On 1 Nov 2013 00:52, "Konstantin Kolinko" wrote:
>
> 2013/10/31 Vidyadhar :
> > Hi,
> >
> > We are facing some weird issue in our Tomcat environment. After starting
> > the Tomcat process on one of our Solaris server, process is
automatically
> > getting shutdown after 2-3 minutes if no activity i
Am 31.10.2013 20:30, schrieb Chris Arnold:
mod_rewrite is what's adding the extra /share/
RewriteRule ^/(.*) https://192.168.123.3:8443/share/$1 [P]
should be something like either:
RewriteRule ^/(.*) https://192.168.123.3:8443/$1 [P]
This takes me to the tomcat home page, /
If you want to be re
20 matches
Mail list logo