Recompiling sources on jdk8 didnt resolve the error?
-Original Message-
From: "Seshumadhav Chaturvedula"
Sent: 16-06-2014 12:15 PM
To: "users@tomcat.apache.org"
Subject: Major Minor Version issue when using jersey 2.9 with tomcat7 + java8
Resending previous email in plain text:
We h
just noticed this, you tried running on tomcat 8, while we are running
7.0.53...
Prashant
On Mon, Jun 16, 2014 at 1:36 PM, Prashant Deva
wrote:
> our production instance (which we are running into issues with) has about
> 2500 concurrent users.
>
> Prashant
>
>
> On Mon, Jun 16, 2014 at 1:26 P
our production instance (which we are running into issues with) has about
2500 concurrent users.
Prashant
On Mon, Jun 16, 2014 at 1:26 PM, Rossen Stoyanchev <
rstoyanc...@gopivotal.com> wrote:
> On Mon, Jun 16, 2014 at 4:04 PM, Prashant Deva
> wrote:
>
> > Rossen,
> > Did you use an external
On Mon, Jun 16, 2014 at 4:04 PM, Prashant Deva
wrote:
> Rossen,
> Did you use an external queue?
Yes I did have the sample configured to use RabbitMQ for broadcasting
messages. That's running as a separate process though so it shouldn't
change the output of "lsof".
How many clients were conne
Rossen,
Did you use an external queue? How many clients were connected at the same
time?
Prashant
On Mon, Jun 16, 2014 at 12:02 PM, Rossen Stoyanchev <
rstoyanc...@gopivotal.com> wrote:
> I gave this a quick try with the spring-websocket-portfolio sample [1] with
> Tomcat 8. The output of the
2014-06-16 22:38 GMT+04:00 Jimmy Royer :
> On Sun, Jun 15, 2014 at 8:01 AM, Konstantin Kolinko
> wrote:
>> 2014-06-09 17:38 GMT+04:00 Konstantin Kolinko :
>>>
>>> (...)
>>>
>>> Servlet API javadocs:
>>> http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html
>>>
>>> It does
I gave this a quick try with the spring-websocket-portfolio sample [1] with
Tomcat 8. The output of the lsof command is just over 200 initially and
then goes up a little but not much (about 10).
>From the client-side I configured the SockJS client to use the WebSocket
transport (i.e. using Tomcat'
On Sun, Jun 15, 2014 at 8:01 AM, Konstantin Kolinko
wrote:
> 2014-06-09 17:38 GMT+04:00 Konstantin Kolinko :
>>
>> (...)
>>
>> Servlet API javadocs:
>> http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html
>>
>> It does not mention explicitly whether getRequestURL() return
Hello André,
Thank you for your detailed answer, your accurate terminology and the
links you sent me.
About the scenario I described in my first message: I could make it work.
> [André Warnier wrote:]
> And note that when one of your servlets issues a HTTP request to
another server, Tomcat k
hmm, we are just using spring websockets to send messages. In fact there is
only two 'topics' in total, so there isnt much the application is doing
quite frankly.
do you think this is a spring issue?
Prashant
On Mon, Jun 16, 2014 at 10:10 AM, David kerber wrote:
> On 6/16/2014 12:57 PM, Prasha
On 6/16/2014 12:57 PM, Prashant Deva wrote:
I am using Tomcat 7.0.53 with Spring 4 websockets (spring's SockJS support).
I notice that tomcat opens thousands of files.
Correction: your application opens thousands of files, or leaves them
open when it should have closed them.
Just running
I am using Tomcat 7.0.53 with Spring 4 websockets (spring's SockJS support).
I notice that tomcat opens thousands of files.
Just running for a few hours I noticed, it opened 16,552 files:
root@dripcast:~# lsof -p 22691 | wc -l
16552
Our logs are full of this exception thrown tons of times every s
Hi
Okay, I must have overlooked the "keystoreProvider" attribute completely.
Sorry for that and thanks a lot for the hint.
However that only solved the loading part of the problem.
The certificate is still unusable.
When I try to connect, the browser reports an error.
I set javax.net.debug=all
Lars Engholm Johansen wrote:
Our company are running several Tomcat 7.0.52 high volume Ubuntu 12.04
production servers.
We are using Tomcat WebSockets (JSR356 implementation) heavily with 100M
text messages (100GiB) per day.
We monitor webserver health by measuring several key parameters every
m
Lmhelp1 wrote:
Hello,
My question is about what code to write to allow two remote Tomcat
webapps to communicate with one another through the Internet.
Let me explain more precisely what I would like to do.
(I'm just simplifying a bit the real situation).
- I have a Tomcat webapp running on a
Hi,
my environment is:
OS SuSE SLES11/SP2 64-bit
HTTP frontend: Apache2-2.2.21 (64-bit)
mod_jk: 1.2.37
Problem short: excessive connection timeouts with weird socket ids
Problem long: we frontend 4 Tomcats (7.0.42) using Apache2(2.2.21) and
mod_jk(1.2.37). We are seeing a heavy amount of conne
On Wed, May 21, 2014 at 5:20 PM, Daniel Mikusa
wrote:
> On May 21, 2014, at 7:28 AM, Aniket Bhoi wrote:
>
> > On Tue, May 20, 2014 at 5:28 PM, Daniel Mikusa >wrote:
> >
> >> On May 20, 2014, at 7:47 AM, Aniket Bhoi wrote:
> >>
> >>> It has been working perfectly fine thus far.As far as i have
Hello
I think that application to application calls should be implemented
with web services (there is much choice but maybe heavy to implement).
When implementing such a solution, particularly if trafic goes through
internet, you must check that you're using a firewall in order to
avoid false requ
Our company are running several Tomcat 7.0.52 high volume Ubuntu 12.04
production servers.
We are using Tomcat WebSockets (JSR356 implementation) heavily with 100M
text messages (100GiB) per day.
We monitor webserver health by measuring several key parameters every
minute, including tomcat connect
2014-06-16 10:45 GMT+04:00 Seshumadhav Chaturvedula
:
> Resending previous email in plain text:
>
> We have a maven project to develop a jersey 2.0 REST service, on Eclipse
> (kepler)
>
> org.glassfish.jersey.containers
> jersey-container-servlet-core
> 2.9.1
>
>
> In c
Hi,
Yes the problem got fixed the spelling of truststorefile was truststoreFile
and truststorepass was truststorePass.
Looks fixed for now!
On Mon, Jun 16, 2014 at 5:20 AM, Dino Ciuffetti wrote:
> Already imported your client.p12 into firefox?
>
> http://www.utexas.edu/its/help/user-certs/817
21 matches
Mail list logo