RE: performance of tomcat 8 is less than tomcat 6

2016-04-21 Thread Ravi Chandra Suryavanshi
Hi Christopher, I am using simple HelloWorld servlet. Which will give "Hello World!" as response. There is no business logic in the servlet. Same code is executing on both the version of tomcat. public class HelloWorld extends HttpServlet { public void doGet(HttpServletRequest request,

Re: Determine jdbc driver loaded in running Tomcat instance

2016-04-21 Thread tomcat
On 21.04.2016 18:17, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: Hello, Is there a method to determine what jdbc driver a running Tomcat instance loaded and is running? Since I suppose that this must be possible using JMX, here is a reminder for a nifty

Determine jdbc driver loaded in running Tomcat instance

2016-04-21 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Hello, Is there a method to determine what jdbc driver a running Tomcat instance loaded and is running? Thank you -John

Re: context root with relative path

2016-04-21 Thread Leo Donahue
On Apr 21, 2016 10:38 AM, "David kerber" wrote: > > On 4/21/2016 11:33 AM, Leo Donahue wrote: >> >> Chris, >> >> On Apr 21, 2016 9:15 AM, "Christopher Schultz" < ch...@christopherschultz.net> >> wrote: >>> >>> >>> I don't have a Windows machine handy right this minute, but

Re: context root with relative path

2016-04-21 Thread David kerber
On 4/21/2016 11:33 AM, Leo Donahue wrote: Chris, On Apr 21, 2016 9:15 AM, "Christopher Schultz" wrote: I don't have a Windows machine handy right this minute, but from my previous experience, "C:" means "the current working directory on the C drive, from this

Re: context root with relative path

2016-04-21 Thread Leo Donahue
Chris, On Apr 21, 2016 9:15 AM, "Christopher Schultz" wrote: > > I don't have a Windows machine handy right this minute, but from my > previous experience, "C:" means "the current working directory on the C > drive, from this process's perspective. > > For instance:

Re: context root with relative path

2016-04-21 Thread Christopher Schultz
Konstantin, On 4/20/16 8:31 AM, Konstantin Kolinko wrote: > 2016-04-19 22:42 GMT+03:00 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

Re: performance of tomcat 8 is less than tomcat 6

2016-04-21 Thread Christopher Schultz
Ravi, On 4/20/16 6:55 AM, Ravi Chandra Suryavanshi wrote: > Yes I tried the NIO and NIO2 but not seen much difference. The TPS > only increased 3K with NIO2. What is your test case? -chris - To unsubscribe, e-mail:

Re: info

2016-04-21 Thread Mark Thomas
On 21/04/2016 08:55, Cristian Lorenzetto wrote: > 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

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