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 10:50:23.751 INFO

Re: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ravi, On 4/19/16 1:04 AM, Ravi Chandra Suryavanshi wrote: > Hi, I am using tomcat 6 in my product. I am planning to upgrade to > tomcat 8 as tomcat is going to EoS in Dec-2016. I have just taken > the performance of Tomcat 8 and found the 70% less

Re: Fwd: bug

2016-04-19 Thread Mark Thomas
On 19/04/2016 15:24, Cristian Lorenzetto wrote: > 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. Nope. You get that exception because the application has a bug. It is

Re: Fwd: bug

2016-04-19 Thread tomcat
On 19.04.2016 16:00, Cristian Lorenzetto wrote: 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. I think that this is not the point. The point is : by leaving your PC and letting it go to sleep, it freezes

Re: Fwd: bug

2016-04-19 Thread tomcat
On 19.04.2016 15:41, Cristian Lorenzetto wrote: 17-Apr-2016 10:50:23.751 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:Apache Tomcat/9.0.0.M1 17-Apr-2016 10:50:23.752 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:

Re: Fwd: Fwd: bug

2016-04-19 Thread Mark Thomas
On 19/04/2016 15:51, André Warnier (tomcat) wrote: > On 19.04.2016 16:47, Cristian Lorenzetto wrote: >> it sounds a good response for me :) >> It would be appreciated a task assignment for solving that bug. > > There might still be a small misunderstanding. > I believe that Mark means : *your*

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

Re: Fwd: bug

2016-04-19 Thread Cristian Lorenzetto
17-Apr-2016 10:50:23.751 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:Apache Tomcat/9.0.0.M1 17-Apr-2016 10:50:23.752 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Nov 12 2015 22:05:52 UTC 17-Apr-2016

Re: Fwd: bug

2016-04-19 Thread 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 system is suspended. When i return to work i have this exception

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: > >>

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

Re: Fwd: Fwd: bug

2016-04-19 Thread tomcat
On 19.04.2016 16:47, Cristian Lorenzetto wrote: it sounds a good response for me :) It would be appreciated a task assignment for solving that bug. There might still be a small misunderstanding. I believe that Mark means : *your* application has a bug, not Tomcat. -- Forwarded

context root with relative path

2016-04-19 Thread Dimitar Valov
All static resources such as index.html will not be found when application is added with , for example tomcat is put inside the application's META-INF. I've drilled down that the AbstractFileResourceSet class is responsible for this behaviour, inside the protected final File file(String name,

Updating jdbc drivers Tomcat 7

2016-04-19 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Hello, Reading the Tomcat documentation, to upgrade jdbc drivers one would perform the following. 1. Shutdown the Tomcat instance(s) 2. Remove the current jdbc driver in the base /lib directory then copy new driver to the directory 3. Restart the Tomcat instance(s) and the

pgp-keys jsp taglibs

2016-04-19 Thread Martijn Bos
Hi all, (I post in this list since I downloaded from tomcat.apache.org. If there is a more appropriate list, off course I will try overthere) 1 - Downloaded the taglibs from http://tomcat.apache.org/download-taglibs.cgi#Standard-1.2.5 2 - Downloaded the PGP signatures for the files 2 -

Re: Updating jdbc drivers Tomcat 7

2016-04-19 Thread Mark Thomas
On 19/04/2016 20:25, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Hello, > > Reading the Tomcat documentation, to upgrade jdbc drivers one would perform > the following. > > 1. Shutdown the Tomcat instance(s) > > 2. Remove the current jdbc

Re: Updating jdbc drivers Tomcat 7

2016-04-19 Thread Mark Thomas
On 19/04/2016 20:31, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Thanks Mark, > > Do I have the procedure correct? The procedure you describe should work. Mark > > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent:

Re: context root with relative path

2016-04-19 Thread Mark Thomas
On 19/04/2016 19:38, Dimitar Valov wrote: > All static resources such as index.html will not be found when application > is added with , for example tomcat > is put inside the application's META-INF. > > I've drilled down that the AbstractFileResourceSet class is responsible for > this behaviour,

RE: Updating jdbc drivers Tomcat 7

2016-04-19 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Thanks Mark, Do I have the procedure correct? -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, April 19, 2016 12:27 PM To: Tomcat Users List Subject: Re: Updating jdbc drivers Tomcat 7 On 19/04/2016 20:25, John Beaulaurier -X

Re: context root with relative path

2016-04-19 Thread Dimitar Valov
Hi Mark, Yes, it is sensitive, that's why I'm suggesting such simple solution. For me the issues comes because of AbstractFileResourceSet::file -> absPath = absPath.substring(absoluteBase.length() + 1); and if (!canPath.equals(absPath)). This + 1 should account for the /. However we cannot count

Re: context root with relative path

2016-04-19 Thread David kerber
On 4/19/2016 4:13 PM, Dimitar Valov wrote: Hi Mark, Yes, it is sensitive, that's why I'm suggesting such simple solution. For me the issues comes because of AbstractFileResourceSet::file -> absPath = absPath.substring(absoluteBase.length() + 1); and if (!canPath.equals(absPath)). This + 1

sadfasdf

2016-04-19 Thread l...@bsoft.com.cn
asdfasdfasdfasf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfffffffffffffffffffffffff

2016-04-19 Thread l...@bsoft.com.cn
asdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfffffffffffffffffffffffffff

2016-04-19 Thread l...@bsoft.com.cn
qqqegdasfcxzadfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

asdfasdfa

2016-04-19 Thread l...@bsoft.com.cn
sdfasdfasdfsa - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

asfasdfasd

2016-04-19 Thread l...@bsoft.com.cn
fasdfasdfasdfsdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfasdf

2016-04-19 Thread l...@bsoft.com.cn
asdfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfasdf

2016-04-19 Thread l...@bsoft.com.cn
asdfasdfasdfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfasdf

2016-04-19 Thread l...@bsoft.com.cn
asdfasdfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfasdf

2016-04-19 Thread l...@bsoft.com.cn
sdfasdfasdfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

asfdgdsasdddddddddddddddddddddddd

2016-04-19 Thread l...@bsoft.com.cn
sdaf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfasdf

2016-04-19 Thread l...@bsoft.com.cn
asdfasdfasdfasfd - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

dfasdfasdfasdfasdf

2016-04-19 Thread l...@bsoft.com.cn
asfdsadfsdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sad

2016-04-19 Thread l...@bsoft.com.cn
fasdfasdfasdfa - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sdfasdf

2016-04-19 Thread l...@bsoft.com.cn
sdfasdfsdfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfasdfasdfasdfas

2016-04-19 Thread l...@bsoft.com.cn
dfasdfasdfasdfasdfasdfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sdas

2016-04-19 Thread l...@bsoft.com.cn
dasdasdasdasd - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfasdf

2016-04-19 Thread l...@bsoft.com.cn
sdfsdfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

sadfasdf

2016-04-19 Thread l...@bsoft.com.cn
asdfasdfasdfasdf - 力瓦依丁・库尔班 Mobile:18130819208 qq:895791034 WeChat:lee_vayi Email:l...@bsoft.com.cn Company:Bsoft software Company

RE: sadfasdf

2016-04-19 Thread George Stanchev
It could be someone’s kids. I know mine has done similar damage. With tablets and iphones hosting parent’s work pluce junior’s entertainment it could have happened. Let us be gentle :) From: Nick Childs [mailto:nchi...@ramsoft.com] Sent: Tuesday, April 19, 2016 8:55 PM To: Tomcat Users List

RE: sadfasdf

2016-04-19 Thread Nick Childs
LOL, really!? Regards, Nick Childs Information Technology Manager [logo] 9480 Utica Avenue, Suite 612 Rancho Cucamonga, CA 91730 Phone: 909.481.5800 x115 Cell: 909.717.4078 Skype: nchilds.ramsoft Email: nchi...@ramsoft.com DISCLAIMER: In order to comply with HIPAA

RE: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Ravi Chandra Suryavanshi
Hi Christopher, PFA, the requested XMLs. Just want to highlight that tomcat 8 is not able to use the CPU usage. I have tried maxThread 200,300,400 but result is same sometimes even less TPS. Regards, Ravi -Original Message- From: Christopher Schultz

Re: performance of tomcat 8 is less than tomcat 6

2016-04-19 Thread Daniel Savard
2016-04-19 1:04 GMT-04:00 Ravi Chandra Suryavanshi < ravi.chandra.suryavan...@ericsson.com>: > Hi, > I am using tomcat 6 in my product. I am planning to upgrade to tomcat 8 as > tomcat is going to EoS in Dec-2016. > I have just taken the performance of Tomcat 8 and found the 70% less >

RE: context root with relative path

2016-04-19 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: context root with relative path On 19/04/2016 19:38, Dimitar Valov wrote: > All static resources such as index.html will not be found when application > is added with , for example tomcat > is put inside the application's META-INF.

Re: pgp-keys jsp taglibs

2016-04-19 Thread Konstantin Kolinko
2016-04-19 23:00 GMT+03:00 Martijn Bos : > Hi all, > > (I post in this list since I downloaded from tomcat.apache.org. If there is a > more appropriate list, off course I will try overthere) > > 1 - Downloaded the taglibs from >

Re: [ANN] Apache Tomcat 7.0.69 released

2016-04-19 Thread Utkarsh Dave
Thank You On Mon, Apr 18, 2016 at 5:45 PM, Violeta Georgieva wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 7.0.69. > > Apache Tomcat is an open source software implementation of the Java > Servlet, JavaServer Pages, Java Expression