Re: ClassNotFoundException - Involving a class implementing Filter and two projects depending on another one

2015-03-29 Thread Tim Watts
On Sun, 2015-03-29 at 12:56 -0400, Tim Watts wrote: > On Sun, 2015-03-29 at 18:06 +0200, Lmhelp1 wrote: > > On 3/29/2015 5:36 PM, André Warnier [via Tomcat] wrote: > > > Lmhelp1 wrote: > > > > > > > Hello, > > > > > > > > Thank you for reading my post. > > > > > > > > I am getting a "ClassNotFoundE

Re: Post Session Id

2015-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Wesley, On 3/29/15 1:15 PM, Wesley Acheson wrote: > A team I am working with use tomcat 7 as their web container. The > application cannot use url session tracking due to compliance > reasons. > > One of the requirements we are facing is that the

Re: Tomcat - thread dies randomly

2015-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Madhur, On 3/29/15 5:17 AM, Madhur Ahuja wrote: > We have built a messaging server using PubNub which listens for > chat messages from Android device. For this, our J2EE based spring, > we have created a Pubnub listener (which is basically a listeni

Re: JSP page exploration scenario

2015-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pavel, On 3/28/15 5:44 AM, Pavel Yermolenko wrote: > Thank you for this explanation. Probably you have a reason - le jeu > n'en vaut pas la chandelle. Before I worked in this way with > another portal and it took me half a day to elaborate a code in

RE: SPNEGO test configuration with Manager webapp

2015-03-29 Thread David Marsh
Broken trace :- 25-Mar-2015 15:46:22.131 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina 25-Mar-2015 15:46:22.133 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.20 25-Mar-2015 15:46:22.257

RE: SPNEGO test configuration with Manager webapp

2015-03-29 Thread David Marsh
Working trace :- 28-Mar-2015 14:20:27.865 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server ve rsion:        Apache Tomcat/8.0.20 28-Mar-2015 14:20:27.881 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server bu ilt:          Feb 15 2015 18:10:42 UTC 28-

Re: SPNEGO test configuration with Manager webapp

2015-03-29 Thread André Warnier
David Marsh wrote: I've tested all the following public JDKs jdk-7u45-windows-i586.exe jdk-7u65-windows-i586.exe jdk-7u75-windows-i586.exe jdk-8-windows-i586.exe jdk-8u5-windows-i586.exe jdk-8u11-windows-i586.exe jdk-8u20-windows-i586.exe jdk-8u25-windows-i586.exe jdk-8u31-windows-i586.exe jdk-

Re: Tomcat server Performance imporvement required

2015-03-29 Thread Konstantin Kolinko
2015-03-29 9:52 GMT+03:00 Paul, Subhro : > Dear Team, > > I am an application developer from TCS and working for PSEG > (https://www.pseg.com). > > You might have seen my queries which I forwarded on 12 Feb, 2015 for Tomcat > server crashing issue. After that we have added some resources to the

RE: SPNEGO test configuration with Manager webapp

2015-03-29 Thread David Marsh
I've tested all the following public JDKs  jdk-7u45-windows-i586.exe jdk-7u65-windows-i586.exe jdk-7u75-windows-i586.exe jdk-8-windows-i586.exe jdk-8u5-windows-i586.exe jdk-8u11-windows-i586.exe jdk-8u20-windows-i586.exe jdk-8u25-windows-i586.exe jdk-8u31-windows-i586.exe jdk-8u40-windows-i586.exe

Post Session Id

2015-03-29 Thread Wesley Acheson
Hi All, A team I am working with use tomcat 7 as their web container. The application cannot use url session tracking due to compliance reasons. One of the requirements we are facing is that the application should work in an iframe on the safari web browser, which blocks all cookies. For this pu

Re: ClassNotFoundException - Involving a class implementing Filter and two projects depending on another one

2015-03-29 Thread Lmhelp1
On 3/29/2015 6:57 PM, Tim Watts-3 [via Tomcat] wrote: On Sun, 2015-03-29 at 18:06 +0200, Lmhelp1 wrote: > On 3/29/2015 5:36 PM, André Warnier [via Tomcat] wrote: > > Lmhelp1 wrote: > > > > > Hello, > > > > > > Thank you for reading my post. > > > > > > I am getting a "ClassNotFoundException". >

Re: ClassNotFoundException - Involving a class implementing Filter and two projects depending on another one

2015-03-29 Thread Tim Watts
On Sun, 2015-03-29 at 18:06 +0200, Lmhelp1 wrote: > On 3/29/2015 5:36 PM, André Warnier [via Tomcat] wrote: > > Lmhelp1 wrote: > > > > > Hello, > > > > > > Thank you for reading my post. > > > > > > I am getting a "ClassNotFoundException". > > > > > > Below is the situation. > > > - I'm working wit

Re: ClassNotFoundException - Involving a class implementing Filter and two projects depending on another one

2015-03-29 Thread Lmhelp1
On 3/29/2015 6:06 PM, Lmhelp1 wrote: On 3/29/2015 5:36 PM, André Warnier [via Tomcat] wrote: Lmhelp1 wrote: > Hello, > > Thank you for reading my post. > > I am getting a "ClassNotFoundException". > > Below is the situation. > - I'm working with "Eclipse" ("Luna"), "Tomcat 8" and "Java 8". >

Re: ClassNotFoundException - Involving a class implementing Filter and two projects depending on another one

2015-03-29 Thread Lmhelp1
On 3/29/2015 5:36 PM, André Warnier [via Tomcat] wrote: Lmhelp1 wrote: > Hello, > > Thank you for reading my post. > > I am getting a "ClassNotFoundException". > > Below is the situation. > - I'm working with "Eclipse" ("Luna"), "Tomcat 8" and "Java 8". > - I have three projects "project1", "pro

Re: ClassNotFoundException - Involving a class implementing Filter and two projects depending on another one

2015-03-29 Thread André Warnier
Lmhelp1 wrote: Hello, Thank you for reading my post. I am getting a "ClassNotFoundException". Below is the situation. - I'm working with "Eclipse" ("Luna"), "Tomcat 8" and "Java 8". - I have three projects "project1", "project2" and "project3". - "project1" and "project2" depend on the third p

ClassNotFoundException - Involving a class implementing Filter and two projects depending on another one

2015-03-29 Thread Lmhelp1
Hello, Thank you for reading my post. I am getting a "ClassNotFoundException". Below is the situation. - I'm working with "Eclipse" ("Luna"), "Tomcat 8" and "Java 8". - I have three projects "project1", "project2" and "project3". - "project1" and "project2" depend on the third project "project3

Re: Tomcat server Performance imporvement required

2015-03-29 Thread André Warnier
Paul, Subhro wrote: Thanks Ameer for your reply. What is the max value we can assign to heap space? Under a 64-bit OS and a 64-bit JVM, as much as you want (taking into account the amount of memory available on the host of course). Whether that is efficient, is another matter entirely, and de

RE: Tomcat server Performance imporvement required

2015-03-29 Thread Paul, Subhro
Thanks Ameer for your reply. What is the max value we can assign to heap space? Regards, Subhro Paul -Original Message- From: Ameer Mawia [mailto:ameer.ma...@gmail.com] Sent: Sunday, March 29, 2015 3:02 AM To: Tomcat Users List Subject: Re: Tomcat server Performance imporvement required

Tomcat - thread dies randomly

2015-03-29 Thread Madhur Ahuja
We have built a messaging server using PubNub which listens for chat messages from Android device. For this, our J2EE based spring, we have created a Pubnub listener (which is basically a listening socket) as follows. However, we have observed is that our server stops listening randomly after few d

Re: SPNEGO test configuration with Manager webapp

2015-03-29 Thread Felix Schumacher
Am 28. März 2015 17:46:50 MEZ, schrieb Mark Thomas : >On 28/03/2015 14:43, David Marsh wrote: >> Ok so I went back to basics and created three new VM's. >> >> Windows Server 2008 R2 >> Windows 7 Client >> Windows 7 Tomcat >> >> I still had same issues, until I changed the Java on the tomcat >se

Re: Tomcat server Performance imporvement required

2015-03-29 Thread Ameer Mawia
On Mar 29, 2015 2:53 AM, "Paul, Subhro" wrote: > > Dear Team, > > I am an application developer from TCS and working for PSEG ( https://www.pseg.com). > > You might have seen my queries which I forwarded on 12 Feb, 2015 for Tomcat server crashing issue. After that we have added some resources to t