Yes, it is the default loader.
-Original Message-
From: Mark Thomas
Sent: Wednesday, 9 October, 2019 15:57
To: users@tomcat.apache.org
Subject: Re: Tomcat discards and reloads the jar files from the webapps folder.
On 09/10/2019 13:04, Duca,Cristian wrote:
> Hello,
>
> I h
t7 to tomcat9.
Thank you,
Cristian Duca.
-Original Message-
From: Mark Thomas
Sent: Wednesday, 9 October, 2019 14:47
To: users@tomcat.apache.org
Subject: Re: Tomcat discards and reloads the jar files from the webapps folder.
On 09/10/2019 11:43, Duca,Cristian wrote:
> Hello,
>
&g
class tomcat 9 will
try to load the jar file which contains that class.
I would like to have the same behavior as we did in tomcat7, is this possible?
Thank you,
Cristian Duca.
-Original Message-
From: Mark Thomas
Sent: Wednesday, 9 October, 2019 13:39
To: users@tomcat.apache.org
Subject
and were not
discarded.
I have tried adding the periodicEventDelay set to 0 or a negative value, but we
have the same behavior.
Can you please guide me what I can do to have the same behavior as we did with
tomcat7.
Thank you,
Cristian Duca.
CONFIDENTIALITY NOTICE This message and any inclu
oh finally you resolved the problem with websockets when is closed... when
i told you 2 years ago ... i didnt hear me
i have a question.
I have multiple threads sending a message in a unique connection.
Send api is thread safe?
if it is not thread safe it is better to use synchronize or a queue?
I have a doubt about a application using websocket.
I have a application in which many threads can send a message to a specific
connection.
To send message is a thread safe function or not?
In the case is not thread safe you suggest to use a queue or to use a
synchronized on the connection object?
nning connections.
Inviato da iPad
> Il giorno 03 ott 2016, alle ore 17:33, Cristian Lorenzetto
> ha scritto:
>
> Using websockets with tomcat i saw the connection is never closed until
> client closes it.
> It sounds Ok just if server send ping frame to client.
> Does tomcat
Using websockets with tomcat i saw the connection is never closed until
client closes it.
It sounds Ok just if server send ping frame to client.
Does tomcat make it?
-if yes what is the ping interval?
It is a common problem to have a war can't unregister correctly in undeploy
> phase. a lot of opensource libraries have this problem. So you have to
> restart tomcat every time.
> But if you have multiple war running and you cant stop other applications?
*WAR isolation lifecycle.*
It is a common problem to have a war can't unregister correctly in undeploy
phase. a lot of opensource libraries have this problem. So you have to
restart tomcat every time.
But if you have multiple war running and you cant stop other applications?
2016-09-05 21:14
final boolean mlast = message.isLast();
final int mlen = message.getPayloadLength();
*mlen is different in the last frame of the same message*
2016-09-05 0:36 GMT+02:00 Hassan Schroeder :
> On Sun, Sep 4, 2016 at 1:52 PM, Cristian Lorenzetto
> wrote:
> > i m working on websock
i m working on websocket with long messages.
I saw ... payload message length is wrong in the last frame.
hi
i ask you a info about websocket perfomance.
How i can calculate the maximum number of concurrent webocket for machine?
is there a relationship(maybe a factor 1 or similar) for the maximum
number of http requests and the maxumum number of websocket for the same
tomcat server?
In particular way
i sincronized the method for sending message but error is the same when
ubuntu is suspended. The connections are not restored correctly when tomcat
websocket process is wakeup
Hi I m using tomcat in ubuntu system. When i leave my pc for 10 mins
system is suspended. When i return to work i have t
it sounds a good response for me :)
It would be appreciated a task assignment for solving that bug.
-- Forwarded message --
From: Mark Thomas
Date: 2016-04-19 16:27 GMT+02:00
Subject: Re: Fwd: bug
To: Tomcat Users List
On 19/04/2016 15:24, Cristian Lorenzetto wrote:
> g
good analisys similar to mime , but when the pc wake up ... it might
restore also the connections enqueued. The connection remains freezed so it
gives this exception.
2016-04-19 16:08 GMT+02:00 André Warnier (tomcat) :
> On 19.04.2016 16:00, Cristian Lorenzetto wrote:
>
>> Sincerel
Sincerely in the doc is written that tomcat websocket is a 'single thread
model' so it is already sincronized.
I dont think it is that.
2016-04-19 15:55 GMT+02:00 André Warnier (tomcat) :
> On 19.04.2016 15:41, Cristian Lorenzetto wrote:
>
>> 17-Apr-2016 1
André Warnier (tomcat) :
> On 19.04.2016 15:19, Cristian Lorenzetto wrote:
>
>> Hi I m using tomcat in ubuntu system.
>>
>
> Tomcat version ? Java version ?
>
> http://lmgtfy.com/?q=BINARY_PARTIAL_WRITING
>
>
> When i leave my pc for 10 mins
>
>> s
Hi I m using tomcat in ubuntu system. When i leave my pc for 10 mins
system is suspended. When i return to work i have this exception
java.lang.IllegalStateException: The remote endpoint was in state
[BINARY_PARTIAL_WRITING] which is an invalid state for called method
at
org.apache.tomcat.websock
ello
Any idea? I need to declare one context for each application?
Regards
Cristian
On Wed, May 21, 2008 at 8:18 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:
>
> - Original Message - From: "Cristian Bullokles"
> <[EMAIL PROTECTED]>
>
> Cristian, I
/MyServlet
http://localhost:8080/user1/MyServlet1
http://localhost:8080/user1/MyServlet2
etc.
one of this servlets will be axis2 and we want to use it in that way:
http://localhost:8080/user1/axis2
Regards
Cristian
-
To start a ne
gards
Cristian
On Tue, May 20, 2008 at 4:06 PM, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Cristian Bullokles wrote:
>>
>> Hi,
>> I have installed and working Tomcat 6.0.16, but i like to
>> configure multiple (webapps) appBase folders.
>> I like to
Hi,
I have installed and working Tomcat 6.0.16, but i like to
configure multiple (webapps) appBase folders.
I like to do that only to deploy servlet in different folders
not only in the default webapps folder.
Can I do that?
thanks in advance
cristian
ot;
>> userClass="org.apache.catalina.startup.PasswdUserDatabase"/>
>> ...
>>
>>
>> This configuration works fine and when I copy a file for example
>> hello.jsp in my public_html dir.
>> It works using that url: http://localhost:8080/
ets in users directory
>
>
>> Johnny Kewl wrote:
>>>
>>> - Original Message - From: "Cristian Bullokles" <[EMAIL PROTECTED]>
>>> To:
>>> Sent: Saturday, May 17, 2008 10:09 PM
>>> Subject: Deploying Servlets in users directory
>
Hello all,
I'm using tomcat 6.016 and have configured userconfig in server.xml to
look in user's public_html subdir for jsps etc.
Jsp files works fine in user directories but servlets do not.
Does anyone have tomcat working with servlets in user's
public_html subdirectories?
I am developer in netbeans 5.5 and tomcat 5.5.17.
I have nine servlet and i am uncomment the function INVOKER in the tomcat's
web.xml, but tomcat not find the servlet and send me this error:
03/12/2007 03:46:50 PM org.apache.catalina.core.ApplicationContext log
INFO: Marcando el servlet
org.apac
I have uncomment the invoker parameter in tomcat's web.xml.
How i solver this error?
03/12/2007 12:12:34 PM org.apache.catalina.core.ApplicationContext log
INFO: Marcando el servlet
org.apache.catalina.INVOKER.org.empresa.general.mvc.listado.MyServlet como
no disponible
03/12/2007 12:12:34 P
2.4.
I just have tried to downgrade jre version but no result.
Has anyone any ideea what is this all about, what should I check for to
make this very special tomcat behave like it should ?
Thanks,
Cristian
-
To unsubscribe, e
some kernel settings that might cause this.
Or maybe I'm just missing/mistaking something and I do not realize for
the moment.
Wade
Thanks a lot,
Cristian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> I don't think your CPU L caches are going to influence
> the issues you are seeing...not noticeably..not with
> todays hardware. Cristian is resizing the java heap
> to allow it to get larger than it was able before
> (default or the Tomcat default setting). In this c
uron
cache size : 64 KB
but on the other machine I have :
cache size : 1024 KB
and still get the same results.
Cristian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Although it may seem obvious what is the problem, I forgot to ask the
question so I'm doing it now:
What could be the problem in the below described situation ?
I would appreciate if you point some docs that I should read to solve
the issue.
Thanks again,
Cristian
Original message fo
e from the test.
Thanks,
Cristian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
35 matches
Mail list logo