Re: Getting the Manager to accept users (Tomcat 7)

2013-01-31 Thread André Warnier
Konstantin Kolinko wrote: 2013/2/1 L Alex Pranger : ... catalina.2013-01-31.log ... Jan 31, 2013 4:16:46 PM org.apache.catalina.realm.CombinedRealm startInternal SEVERE: Failed to start "org.apache.catalina.realm.MemoryRealm/1.0" realm org.apache.catalina.LifecycleException: Failed to start c

Re: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread André Warnier
Niranjan wrote: Mark Thomas apache.org> writes: On 31/01/2013 14:19, Thota, Niranjan wrote: Hi I was looking for " tomcat 64-bit for my Solaris 64-bit OS "and I couldn't find one. Only the one I see is for windows but nothing for any UNIX based OS. So wondering if there is any a 64-bit to

RE: Help in diagnosing server unresponsiveness

2013-01-31 Thread Caldarale, Charles R
> From: Zoran Avtarovski [mailto:zo...@sparecreative.com] > Subject: Re: Help in diagnosing server unresponsiveness > I'm wondering if it could be GC related as the crashes often follow > periods of heavy use. > Is there a way to trigger gather relevant data when Tomcat crashes? Typically it's

Re: Help in diagnosing server unresponsiveness

2013-01-31 Thread Zoran Avtarovski
Current Java Version is 1.6.0_31-b04 Sun MicroSystems The old Windows version was the Sun 1.6 as well but I can't remember which specific release. Z. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Help in diagnosing server unresponsiveness

2013-01-31 Thread Howard W. Smith, Jr.
On Thu, Jan 31, 2013 at 10:32 PM, Zoran Avtarovski wrote: > > 1.The app has been running on Tomcat 7 in a virtualised linux environment > for about 4 months and the issue has been persistent through that time. > Prior to that it was running on a physical Windows server with no issues. > The move t

Re: Help in diagnosing server unresponsiveness

2013-01-31 Thread Zoran Avtarovski
Howard, Igor, Thanks for your responses. In relation to more detail: 1.The app has been running on Tomcat 7 in a virtualised linux environment for about 4 months and the issue has been persistent through that time. Prior to that it was running on a physical Windows server with no issues. The move

Re: Help in diagnosing server unresponsiveness

2013-01-31 Thread Howard W. Smith, Jr.
> > We have a application running on the latest Tomcat7 and we are getting a > server crash or becoming unresponsive. This occur every few days at no fixed > intervals or time of day and they certainly don't correlate to any app > function ­ at least not according to the logs. > How long have you

Re: Help in diagnosing server unresponsiveness

2013-01-31 Thread Igor Cicimov
On 01/02/2013 12:37 PM, "Zoran Avtarovski" wrote: > > Hi Guys, > > We have a application running on the latest Tomcat7 and we are getting a > server crash or becoming unresponsive. This occur every few days at no fixed > intervals or time of day and they certainly don't correlate to any app > func

Help in diagnosing server unresponsiveness

2013-01-31 Thread Zoran Avtarovski
Hi Guys, We have a application running on the latest Tomcat7 and we are getting a server crash or becoming unresponsive. This occur every few days at no fixed intervals or time of day and they certainly don't correlate to any app function ­ at least not according to the logs. We set setup monitor

Re: LDAP on TOMCAT 7.0.30

2013-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/29/13 6:53 PM, André Warnier wrote: > I believe that you both are close to the correct understanding, but > that it helps to clearly distinguish the various parts of the > process, and be very clear about the terminology (which > unfortu

Re: 64 Bit Tomcat

2013-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Patrick, On 1/30/13 4:44 PM, Patrick Flaherty wrote: > We are testing our complete app with 64 bit JVM and 64 bit Tomcat > and so far we have seen no issues. My question is how prevalent is > the deployment of 64 bit enterprise apps. (just to show m

Re: Getting the Manager to accept users (Tomcat 7)

2013-01-31 Thread Konstantin Kolinko
2013/2/1 L Alex Pranger : > Thanks for looking at this, > > answers / comments in relevant areas below > > On Thu, Jan 31, 2013 at 3:41 PM, Konstantin Kolinko > wrote: > >> 2013/2/1 L Alex Pranger : >> > I know that this question has been asked numerous times before, and I >> have >> > checked the

RE: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Jeff Sturm
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Thursday, January 31, 2013 3:21 PM > > > From: Niranjan [mailto:nth...@atmi.com] > > Subject: Re: Tomcat 64-bit for Solaris 64-bit OS > > > As I have both 32/64 bit Java enabled, when I set the J

Re: Getting the Manager to accept users (Tomcat 7)

2013-01-31 Thread L Alex Pranger
Thanks for looking at this, answers / comments in relevant areas below On Thu, Jan 31, 2013 at 3:41 PM, Konstantin Kolinko wrote: > 2013/2/1 L Alex Pranger : > > I know that this question has been asked numerous times before, and I > have > > checked the FAQs and setup documentation. I have mad

Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-31 Thread Olivier Lamy
Huge Thanks for you effort on that !! 2013/1/31 Ralph Schaer : > The bundle got accepted. ecj 4.2.1 is now available from the maven central > repository. > > Ralph > > On Sat, Jan 26, 2013 at 7:42 AM, Ralph Schaer wrote: > >> I started the process of uploading the ecj 4.2.1 artefacts to the maven

Re: Getting the Manager to accept users (Tomcat 7)

2013-01-31 Thread Konstantin Kolinko
2013/2/1 L Alex Pranger : > I know that this question has been asked numerous times before, and I have > checked the FAQs and setup documentation. I have made sure that the common > mistakes such as leaving the users inside comments, failing to stop and > restart tomcat, and configuring the realms

RE: Tomcat using near 100% of CPU on Windows 2008

2013-01-31 Thread Dima Iva
Thanks to everyone who helped with their suggestions! We have switched the numbers, as you pointed out. Howard's suggestion to add the following command line options in tomcat7w.exe: -Xmx4096m -XX:MaxPermSize=512m -XX:+UseTLAB -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnableddid the trick.

RE: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Caldarale, Charles R
> From: Niranjan [mailto:nth...@atmi.com] > Subject: Re: Tomcat 64-bit for Solaris 64-bit OS > As I have both 32/64 bit Java enabled, when I set the JAVA_HOME, which > Java bit version does tomcat uses by default? It will use whichever one JAVA_HOME points to; both JVMs can't be in the same pl

Re: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Niranjan
Caldarale, Charles R unisys.com> writes: > > > From: Niranjan [mailto:nthota atmi.com] > > Subject: Re: Tomcat 64-bit for Solaris 64-bit OS > > > If I understand correctly, I just extract the zip file and start > > the server. If this is the case, how can I point my tomcat to the > > 64-bit

Getting the Manager to accept users (Tomcat 7)

2013-01-31 Thread L Alex Pranger
I know that this question has been asked numerous times before, and I have checked the FAQs and setup documentation. I have made sure that the common mistakes such as leaving the users inside comments, failing to stop and restart tomcat, and configuring the realms are not the cause of my issue. I

RE: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Caldarale, Charles R
> From: Niranjan [mailto:nth...@atmi.com] > Subject: Re: Tomcat 64-bit for Solaris 64-bit OS > If I understand correctly, I just extract the zip file and start > the server. If this is the case, how can I point my tomcat to the > 64-bit java which I just installed? Set either the JAVA_HOME or J

Re: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Niranjan
Mark Thomas apache.org> writes: > > On 31/01/2013 14:19, Thota, Niranjan wrote: > > > > Hi > > > > I was looking for " tomcat 64-bit for my Solaris 64-bit OS "and I couldn't find one. Only the one I see is for > windows but nothing for any UNIX based OS. > > So wondering if there is any a 64-

Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-31 Thread Ralph Schaer
The bundle got accepted. ecj 4.2.1 is now available from the maven central repository. Ralph On Sat, Jan 26, 2013 at 7:42 AM, Ralph Schaer wrote: > I started the process of uploading the ecj 4.2.1 artefacts to the maven > central repository. > I followed the description from Ian. > http://ianbr

Re: [ANN] New Tomcat committer: Violeta Georgieva (violetagg)

2013-01-31 Thread Pierre Goupil
Congrats to her! Best wishes. Regards, Pierre On Thu, Jan 31, 2013 at 5:22 PM, Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that Violeta > Georgieva (violetagg) has been voted in as a new Tomcat committer. > > Please join me in welcoming her. > > Mark > >

[ANN] New Tomcat committer: Violeta Georgieva (violetagg)

2013-01-31 Thread Mark Thomas
On behalf of the Tomcat committers I am pleased to announce that Violeta Georgieva (violetagg) has been voted in as a new Tomcat committer. Please join me in welcoming her. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat

Re: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Konstantin Kolinko
2013/1/31 Mark Thomas : > On 31/01/2013 14:19, Thota, Niranjan wrote: >> >> Hi >> >> I was looking for " tomcat 64-bit for my Solaris 64-bit OS "and I couldn't >> find one. Only the one I see is for windows but nothing for any UNIX based >> OS. >> So wondering if there is any a 64-bit tomcat for

Re: Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Mark Thomas
On 31/01/2013 14:19, Thota, Niranjan wrote: > > Hi > > I was looking for " tomcat 64-bit for my Solaris 64-bit OS "and I couldn't > find one. Only the one I see is for windows but nothing for any UNIX based OS. > So wondering if there is any a 64-bit tomcat for Solaris is available for > downlo

Tomcat 64-bit for Solaris 64-bit OS

2013-01-31 Thread Thota, Niranjan
Hi I was looking for " tomcat 64-bit for my Solaris 64-bit OS "and I couldn't find one. Only the one I see is for windows but nothing for any UNIX based OS. So wondering if there is any a 64-bit tomcat for Solaris is available for download. Thanks! Niranjan Thota Programmer Analyst Analytic

Re: JVM Crashes

2013-01-31 Thread Robert Anderson
"A dynamically generated PDF?" Yes. "What is your exact version of Java and of Tomcat? " [root@tomcat tomcat]# java -version java version "1.6.0_38" Java(TM) SE Runtime Environment (build 1.6.0_38-b05) Java HotSpot(TM) 64-Bit Server VM (build 20.13-b02, mixed mode) [root@tomcat tomcat]# /usr/jav

Re: JVM Crashes

2013-01-31 Thread Konstantin Kolinko
2013/1/31 Robert Anderson : > Hi, > > Sometimes the Tomcat's JVM is crashing: > > > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGBUS (0x7) at pc=0x2aaab7a8ad50, pid=21850, tid=1075628352 > # > # JRE version: 6.0_38-b05 > # Java VM: Java HotSpot(TM) 64-Bit S

Re: LDAP on TOMCAT 7.0.30

2013-01-31 Thread chris derham
> Is this possible, Is there any material available for me The links already provided cover all that you request > I have read some where that Apache HTTPD ( ) can do this SSO process, > then the same could be at Httpd instead of Tomcat end . > > If so yes plz let me know the process. I have

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-31 Thread Howard W. Smith, Jr.
On Thu, Jan 31, 2013 at 6:10 AM, Mark Thomas wrote: > On 31/01/2013 03:14, Howard W. Smith, Jr. wrote: > > 5. from what I can see, there is an atmosphere thread that is (possibly) > > causing this issue; please see below and let me know if I should open a > > tomcat7.0.35 JIRA/issue or atmosphere

Re: LDAP on TOMCAT 7.0.30

2013-01-31 Thread N.s.Karthik
Hey Cris >>So you want to configure the login process to work once per day, e.g. the users are prompted once per day for either app, but once prompted, they won't be prompted again for either app for the rest of the day. Presumably if the login is without a prompt, then this requirement disappears

Re: Latest-version TomEE 1.5.2-SNAPSHOT (Tomcat 7.0.34?) just died on me, nothing in server logs

2013-01-31 Thread Mark Thomas
On 31/01/2013 03:14, Howard W. Smith, Jr. wrote: > 5. from what I can see, there is an atmosphere thread that is (possibly) > causing this issue; please see below and let me know if I should open a > tomcat7.0.35 JIRA/issue or atmosphere issue on atmosphere github, because I > want to upload and/or

Re: LDAP on TOMCAT 7.0.30

2013-01-31 Thread chris derham
> We have 2 Apps on tomcat with each having independent DB > the credentials in both apps are in synch with the list of authorized users > as per LDAP. What does that mean? Where is the source of the credentials? When a user changes a password, where do they change it? You say "in synch", so do th

Re: LDAP on TOMCAT 7.0.30

2013-01-31 Thread N.s.Karthik
Hi Thx for Quick reply >>Single-Sign-On Valve, which will alllow a user to login once to the first application running on Tomcat, and then the login will be valid if he calls other applications on the same Tomcat, and for these other applications running on the same Tomcat he will not have to log

Re: LDAP on TOMCAT 7.0.30

2013-01-31 Thread André Warnier
N.s.Karthik wrote: Hi Thx for the Conversation but still i am not convinced How Do I achieve SSO + LDAP for the setup as define below, I absolutely do not have any Idea, I am confused with lot's URL's Apache 2.2x (httpd-ssl) > Tomcat> DB why SSL between Apache2 and tomcat ? is it