RE: Tomcat discards and reloads the jar files from the webapps folder.

2019-10-09 Thread Duca,Cristian
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

RE: Tomcat discards and reloads the jar files from the webapps folder.

2019-10-09 Thread Duca,Cristian
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

RE: Tomcat discards and reloads the jar files from the webapps folder.

2019-10-09 Thread Duca,Cristian
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

Tomcat discards and reloads the jar files from the webapps folder.

2019-10-09 Thread Duca,Cristian
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

finally websockets close correctly

2017-08-09 Thread Cristian Lorenzetto
oh finally you resolved the problem with websockets when is closed... when i told you 2 years ago ... i didnt hear me

websocket thread safe send??

2017-02-21 Thread Cristian Lorenzetto
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?

TOMCAT WEBSOCKET CLARIFICATION

2017-02-17 Thread Cristian Lorenzetto
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?

Re: ping websocket clients

2016-10-04 Thread Cristian Lorenzetto
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

ping websocket clients

2016-10-03 Thread Cristian Lorenzetto
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?

WAR isolation lifecycle

2016-09-06 Thread Cristian Lorenzetto
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?

Re: Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-09-06 Thread Cristian Lorenzetto
*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

Re: probable bug

2016-09-04 Thread Cristian Lorenzetto
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

probable bug

2016-09-04 Thread Cristian Lorenzetto
i m working on websocket with long messages. I saw ... payload message length is wrong in the last frame.

info

2016-04-21 Thread Cristian Lorenzetto
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

Fwd: bug

2016-04-20 Thread Cristian Lorenzetto
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

Fwd: Fwd: bug

2016-04-19 Thread Cristian Lorenzetto
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

Re: Fwd: bug

2016-04-19 Thread Cristian Lorenzetto
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

Re: Fwd: bug

2016-04-19 Thread Cristian Lorenzetto
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

Re: Fwd: bug

2016-04-19 Thread Cristian Lorenzetto
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

Fwd: bug

2016-04-19 Thread Cristian Lorenzetto
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

Re: Deploy applications using /user/MyServlet as name

2008-05-21 Thread Cristian Bullokles
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

Deploy applications using /user/MyServlet as name

2008-05-21 Thread Cristian Bullokles
/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

Re: Multiple webapps folders

2008-05-20 Thread Cristian Bullokles
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

Multiple webapps folders

2008-05-20 Thread Cristian Bullokles
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

Re: Deploying Servlets in users directory

2008-05-18 Thread Cristian Bullokles
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/

Re: Deploying Servlets in users directory

2008-05-18 Thread Cristian Bullokles
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 >

Deploying Servlets in users directory

2008-05-17 Thread Cristian Bullokles
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?

Problem with deploy servlet

2007-03-12 Thread Cristian Nieto
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

No run servlet

2007-03-12 Thread Cristian Nieto
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

weird behaviour when loading images

2006-01-16 Thread Cristian
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

Re: heap size problems (speed) [2]

2005-11-28 Thread Cristian S
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]

Re: heap size problems (speed) [2]

2005-11-28 Thread Cristian
> 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

Re: heap size problems (speed) [2]

2005-11-28 Thread Cristian
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]

heap size problems (speed) [2]

2005-11-28 Thread Cristian
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

heap size problems (speed)

2005-11-28 Thread Cristian
e from the test. Thanks, Cristian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]