Re: context root with relative path

2016-04-20 Thread David kerber
On 4/20/2016 12:07 PM, Dimitar Valov wrote: System.out.println(new File("C:").exists()); prints true, so I guess it works okay. All that means is that it does something. That doesn't means it's doing the correct thing. That *should* be checking the existence of the "current" directory,

RE: context root with relative path

2016-04-20 Thread Caldarale, Charles R
> From: Dimitar Valov [mailto:dimitar.va...@gmail.com] > Subject: Re: context root with relative path > System.out.println(new File("C:").exists()); prints true, so I guess it > works okay. Depends on the definition of "okay"; that only tells us that the C drive's current directory is present.

Re: context root with relative path

2016-04-20 Thread Dimitar Valov
System.out.println(new File("C:").exists()); prints true, so I guess it works okay. On Wed, Apr 20, 2016 at 3:31 PM, Konstantin Kolinko wrote: > 2016-04-19 22:42 GMT+03:00 Mark Thomas : > > On 19/04/2016 19:38, Dimitar Valov wrote: > >> All static

Re: context root with relative path

2016-04-20 Thread Konstantin Kolinko
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 inside the application's META-INF. >> >> I've drilled down that the

Re: pgp-keys jsp taglibs

2016-04-20 Thread Konstantin Kolinko
2016-04-20 10:23 GMT+03:00 Martijn Bos : > Hi Konstantin, > > On 2016-04-20 01:25:25, Konstantin Kolinko wrote: >> 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

Re: Fwd: bug

2016-04-20 Thread David kerber
On 4/20/2016 3:47 AM, André Warnier (tomcat) wrote: On 20.04.2016 09:31, Cristian Lorenzetto wrote: 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 Ach so .. You

RE: performance of tomcat 8 is less than tomcat 6

2016-04-20 Thread Ravi Chandra Suryavanshi
Yes I tried the NIO and NIO2 but not seen much difference. The TPS only increased 3K with NIO2. -Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, April 20, 2016 4:21 PM To: Tomcat Users List Subject: RE: performance of tomcat 8 is less than tomcat 6 On

RE: performance of tomcat 8 is less than tomcat 6

2016-04-20 Thread Igor Cicimov
On 20 Apr 2016 1:30 pm, "Ravi Chandra Suryavanshi" < ravi.chandra.suryavan...@ericsson.com> wrote: > > 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. >

Re: [ANN] Apache Tomcat 7.0.69 released

2016-04-20 Thread Utkarsh Dave
Thanks again. That helped and all good with compilation now. On Wed, Apr 20, 2016 at 12:50 PM, Violeta Georgieva wrote: > Hi, > > 2016-04-20 10:11 GMT+03:00 Utkarsh Dave : > > > > Hi Violeta, > > I receive a compilation error with new tomcat > >

Re: sadfasdf

2016-04-20 Thread Mark Thomas
On 20/04/2016 04:14, George Stanchev wrote: > 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 :) A quick check of the archives and the moderator logs shows:

Re: Fwd: bug

2016-04-20 Thread tomcat
On 20.04.2016 09:31, Cristian Lorenzetto wrote: 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 Ach so .. You are talking about running Tomcat on an Ubuntu laptop,

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

Re: pgp-keys jsp taglibs

2016-04-20 Thread Martijn Bos
Hi Konstantin, On 2016-04-20 01:25:25, Konstantin Kolinko wrote: > 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 -

Re: [ANN] Apache Tomcat 7.0.69 released

2016-04-20 Thread Violeta Georgieva
Hi, 2016-04-20 10:11 GMT+03:00 Utkarsh Dave : > > Hi Violeta, > I receive a compilation error with new tomcat > java.lang.NoClassDefFoundError: org/apache/tomcat/util/buf/UriUtil > This class is located in tomcat-coyote.jar file Regards, Violeta > When i compared

Re: [ANN] Apache Tomcat 7.0.69 released

2016-04-20 Thread Utkarsh Dave
Hi Violeta, I receive a compilation error with new tomcat java.lang.NoClassDefFoundError: org/apache/tomcat/util/buf/UriUtil When i compared 7.0.69\lib\tomcat-util\org\apache\tomcat\util I found buf package and all its classes missing. Do i have to add something to my class path to resolve this