RE: In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread Brian
Hi Mark, I applied your advice. I added a directive to my error page, so it wont create a session variable, and therefore won't try to create a session if it does exist (%@ page session=false%). Well, IT WORKED! I got rid of the java.lang.IllegalStateException: Cannot create a session after the

RE: Why an email list, and not a forum?

2010-09-24 Thread Brian
At least someone thinks the same way I do! From: m.h.g.emme...@dnb.nl [mailto:m.h.g.emme...@dnb.nl] Sent: Friday, September 24, 2010 12:48 AM To: Tomcat Users List Subject: Re: Why an email list, and not a forum? I agree. A forum would be more practical. It is much easier reading

Re: In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread André Warnier
Brian wrote: ... In fact, I have had LOTs of problems with beans that dissappear that's usually a problem associated with age. I was going to ask, but I have been dealing with these randomic problem for YEARS, you've answered that yourself. ;-)

Re: Why an email list, and not a forum?

2010-09-24 Thread Mikolaj Rydzewski
On Fri, 24 Sep 2010 07:48:09 +0200, m.h.g.emme...@dnb.nl wrote: I agree. A forum would be more practical. It is much easier reading all postings on a topic. I find myself clearing my tomcat users list inbox every morning, while on forums I visit I check out the new or updated topics. The

Re: Why an email list, and not a forum?

2010-09-24 Thread Wesley Acheson
On Fri, Sep 24, 2010 at 9:28 AM, Mikolaj Rydzewski m...@ceti.pl wrote: On Fri, 24 Sep 2010 07:48:09 +0200, m.h.g.emme...@dnb.nl wrote: I agree. A forum would be more practical. It is much easier reading all postings on a topic. I find myself clearing my tomcat users list inbox every morning,

Re: Why an email list, and not a forum?

2010-09-24 Thread Mihamina Rakotomandimby
m.h.g.emme...@dnb.nl : I agree. A forum would be more practical. Please argue. I dont find how a PHPBB-like will be more practical. But you will probably tech me :-) -- Architecte Informatique chez Blueline/Gulfsat: Administration Systeme, Recherche Developpement

Re: Tomcat not listening on specified port

2010-09-24 Thread Ognjen Blagojevic
On 24.9.2010 7:37, Garg, Saman wrote: We are using tomcat-6.0.24 with jdk1.6.0.17 on RHEL 3 OS. We have a wrapper script which sets few variables and then call tomcat.start to start up the instance. In the tomcat log, I do see org.apache.jk.common.ChannelSocket init not getting loaded on the

Tomcat performance tuning

2010-09-24 Thread rujin raj
Support, I Installed tomcat 5.5.20 version in my Windows 2008 server and the java version is Java 1.6.0.b105.We are using 2 Mbps Bandwidth Leased line.In tomcat we hosted around 5(five) application.When the no of seesion increases more than 1600 session the total application is slow and not

Re: Tomcat performance tuning

2010-09-24 Thread Ognjen Blagojevic
Rujin, I Installed tomcat 5.5.20 version in my Windows 2008 server and the java version is Java 1.6.0.b105.We are using 2 Mbps Bandwidth Leased line.In tomcat we hosted around 5(five) application.When the no of seesion increases more than 1600 session the total application is slow and not able

Re: Why an email list, and not a forum?

2010-09-24 Thread David kerber
On 9/24/2010 4:06 AM, Wesley Acheson wrote: ... The point is once your involved in something, doing more than just looking for answers a Mailing list is much better, it involves you much more directly. I don't have to check 10 sites for my 10 subscribed mailing lists. The emails are just there

Re: Why an email list, and not a forum?

2010-09-24 Thread David Smith
But I'm too lazy to go fishing for questions I could answer ... I like them showing up in my inbox. If there in a web forum I'm not going to go looking for them. When I'm looking for an answer to one of my questions, google is my first stop and the tomcat list is archived online. --David On

Re: Why an email list, and not a forum?

2010-09-24 Thread michel
Sorry, but I don't get why people can't delete emails on topics they aren't interested in; do some people here feel the need to read all the spam they get? Michel - Original Message - From: David kerber dcker...@verizon.net To: users@tomcat.apache.org Sent: Friday, September

Re: Why an email list, and not a forum?

2010-09-24 Thread David Smith
Absolutely. I have no problem parsing and deleting. --David On 9/24/2010 8:18 AM, michel wrote: Sorry, but I don't get why people can't delete emails on topics they aren't interested in; do some people here feel the need to read all the spam they get? Michel - Original

Re: Why an email list, and not a forum?

2010-09-24 Thread Pid
On 24/09/2010 01:19, Brian wrote: Hi, Just a thought: Why is this support taking place in an email list, instead aof a web based forum? One might as well ask why mailing lists exist at all in the shiny new world of Web 2.0. The ASF practice is to use mailing lists to keep a public record

Re: Tomcat not listening on specified port

2010-09-24 Thread Pid
On 24/09/2010 09:37, Ognjen Blagojevic wrote: On 24.9.2010 7:37, Garg, Saman wrote: We are using tomcat-6.0.24 with jdk1.6.0.17 on RHEL 3 OS. We have a wrapper script which sets few variables and then call tomcat.start to start up the instance. In the tomcat log, I do see

Re: Tomcat 6.0.28 w/ VeriSign SSL TLS -- Errors upon startup.

2010-09-24 Thread Sean Killeen
Hi Mark, I'm a little less familiar with the subjects at hand in your last response. Is there a specific old bug that you're referring to? Should I be installing 6.0.29 instead of 6.0.28? Also, where is the native DLL, and what should it be named for 6.0.28? -- Sean On Thu, Sep 23, 2010 at

RE: Tomcat 6.0.28 w/ VeriSign SSL TLS -- Errors upon startup.

2010-09-24 Thread Caldarale, Charles R
From: Sean Killeen [mailto:seankill...@gmail.com] Subject: Re: Tomcat 6.0.28 w/ VeriSign SSL TLS -- Errors upon startup. Also, where is the native DLL, and what should it be named for 6.0.28? Rename bin/tcnative-1.dll to something that doesn't end in .dll. That will insure APR does not

Re: Tomcat 6.0.28 w/ VeriSign SSL TLS -- Errors upon startup.

2010-09-24 Thread Sean Killeen
@ Chuck / Mark, I have renamed the tcnative-1.dll to tcnative-1.skdll, and have commented out the AprLifecycleListener line. And it works! :) So, something to know is that despite Commenting out the AprLifecycleListener line, it was still looking for the DLL, which had to be renamed. I think

Re: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 9/24/2010 2:22 AM, Brian wrote: Well, IT WORKED! Excellent. Now the previous thing that went wrong is able to show its details in the log. What is that? A Struts tag that tries to output the content of a bean that is not present even

Re: How to reproduce tomcat security vulnerabilities

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Viola, On 9/22/2010 11:29 PM, viola lu wrote: thanks. I tried it on tomcat 6.0.26, and 6.0.29, it worked for the second one, i can get correct response headers on tomcat 6.0.26 and tomcat 6.0.29: tomcat 6.0.26 What is the first one and the second

Tomcat Logging Not Working Properly

2010-09-24 Thread Donald Winston
I can't get logging to work properly with tomcat(. The file handler prefix works but anything below INFO does not show up in the log! What could be wrong? I declare the logger in my classes like the following: private static Logger logger =

RE: Why an email list, and not a forum?

2010-09-24 Thread Jeffrey Janner
-Original Message- From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] Sent: Thursday, September 23, 2010 7:40 PM To: Tomcat Users List Subject: Re: Why an email list, and not a forum? On Thu, Sep 23, 2010 at 5:33 PM, Brian bbprefix-m...@yahoo.com wrote: But what if you

Re: tomcat connection pool - status and future?

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, On 9/23/2010 4:26 PM, Jason Pringle wrote: I started by researching available connection pools for tomcat, and it seems most folks either use DBCP (which has a host of issues) What issues are you thinking of, specifically. These?

Re: Errors not logging to catalina.out after redeploy

2010-09-24 Thread Roy McMorran
Hi Chuck, thanks for your reply. On 9/24/10 12:14 AM, Caldarale, Charles R wrote: From: Roy McMorran [mailto:mcmor...@mdibl.org] Subject: Errors not logging to catalina.out after redeploy Ordinarily if an exception occurs this will be logged to catalina.out. When Tomcat is first started (we

Re: NioBlockingSelector consuming all CPU

2010-09-24 Thread Thiago Locatelli da Silva
Hi list. There is no way to find out what is going with tomcat and the CPU reaching 150%. I have been trying to identify the root cause of this issue. The problem is that with tomcat 6.0.16 the application works very well, but with tomcat 6.0.29 we get this problem. I updated the JVM from jdk

RE: Why an email list, and not a forum?

2010-09-24 Thread Jeffrey Janner
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, September 24, 2010 7:39 AM To: Tomcat Users List Subject: Re: Why an email list, and not a forum? On 24/09/2010 01:19, Brian wrote: Hi, Just a thought: Why is this support taking place in an email list,

Re: tomcat connection pool - status and future?

2010-09-24 Thread Jeff Hubbs
On 9/24/10 10:24 AM, Christopher Schultz wrote: The biggest problem with C3P0 is that it's unsupported (I heard... I can't find anywhere that it says the project is actually dead, but it's been over 3 years since their last release, and it's clearly labeled beta). It looks like they might be

RE: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread Brian
Hi Christoper, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, September 24, 2010 08:44 AM To: Tomcat Users List Subject: Re: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create

Re: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread Wesley Acheson
On Fri, Sep 24, 2010 at 5:29 PM, Brian bbprefix-m...@yahoo.com wrote: Hi Christoper, The sessions expire if 2 hours have passed, and if that happens, the system forwards them to another page. I mean, in my programming I already considered what should happen if the session suddenly

RE: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread Brian
Hi Wesley, -Original Message- From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Sent: Friday, September 24, 2010 10:44 AM To: Tomcat Users List Subject: Re: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session

Help with jasypt (Java Security). NoClassDefFoundError.

2010-09-24 Thread Steve Ryder
I am new to jasypt. I have installed the commons libraries that came with the jasypt download in Apache.../common/lib. The class not being found is in one of the libraries. Tomcat 5.0, Java 1.4 running on Windows. Do I need to do something in addition to copying the jar files into common/lib?

RE: Help with jasypt (Java Security). NoClassDefFoundError.

2010-09-24 Thread Caldarale, Charles R
From: Steve Ryder [mailto:sry...@jsrsys.com] Subject: Help with jasypt (Java Security). NoClassDefFoundError. I am new to jasypt. So are we; it's not part of Tomcat. Tomcat 5.0 Not supported. Java 1.4 Not supported. Start again. (Apologies to S Beckett.) - Chuck THIS

Re: Why an email list, and not a forum?

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley, On 9/24/2010 4:06 AM, Wesley Acheson wrote: Having said all that though I woudn't attempt to read these lists with outlook/outlook express or thunderbird. That just wouldn't work for me. I use tb, and it works great for my needs. I can

Re: Help with jasypt (Java Security). NoClassDefFoundError.

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, On 9/24/2010 12:17 PM, Steve Ryder wrote: java.lang.NoClassDefFoundError: org/apache/commons/lang/exception/NestableRuntimeException This is likely to be due to your placement of libraries. Aside from Chuck's comments (with which I

Re: tomcat connection pool - status and future?

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, On 9/24/2010 11:14 AM, Jeff Hubbs wrote: On 9/24/10 10:24 AM, Christopher Schultz wrote: The biggest problem with C3P0 is that it's unsupported (I heard... I can't find anywhere that it says the project is actually dead, but it's been

Re: [OT] Client to communicate to SSL WebServices on tomcat

2010-09-24 Thread aravidu
Yes, both client and firefox are on my local desktop.. Christopher Schultz-2 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aravidu, On 9/23/2010 7:13 AM, aravidu wrote: Ok. Thanks. I fixed it and tested it again. Now it says this: Caused by: java.net.SocketException:

Re: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 9/24/2010 11:29 AM, Brian wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, September 24, 2010 08:44 AM Where is it stored? Remember that there are 4 scopes (in increasing

RE: tomcat connection pool - status and future?

2010-09-24 Thread Jason Pringle
On 09/23/2010 2:27 PM, Mark Thomas wrote: Several release attempts have failed due to a lack of interest. Lack of interest by whom? The development team or the tomcat community? That said, $work is using this as the default pool in a commercial product based on Tomcat with minimal issues.

Re: [OT] Use of error page in Tomcat

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 9/23/2010 7:22 AM, Martin O'Shea wrote: form action='%= response.encodeURL(/myApp/loginPage) %' method = post I recommend a change to this: form action='%= response.encodeURL(request.getContextPath() + /loginPage) %'

Re: Use of error page in Tomcat

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 9/23/2010 9:17 AM, Martin O'Shea wrote: Please advise how I'm not using the DSR because my config is wrong and parameters have been corrected as ? Sheesh, read the servlet spec. It's not that long, and it's not in Greek. form

Re: Use of error page in Tomcat

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 9/23/2010 9:10 AM, Martin O'Shea wrote: Well, that's the code in the 6.0.20 samples I have. What examples are you reading? - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla -

Tomcat Consultant

2010-09-24 Thread tdelesio
My fortune 500 company is testing a pilot for switching over a J2EE web app over from Web Sphere application server to Tomcat and we are looking for a consultant to setup a crusted production instance of tomcat. Does anyone have any recommendations for a top notch consulting firm that could

RE: tomcat connection pool - status and future?

2010-09-24 Thread Jason Pringle
Chris, On 9/24/2010 7:24 AM, Christopher Schultz wrote: What issues are you thinking of, specifically. These? http://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html Googling around shows many complaints about multithreaded behavior and connection dropping. Which (to me) suggests at least

Re: tomcat connection pool - status and future?

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, On 9/24/2010 1:26 PM, Jason Pringle wrote: On 9/24/2010 7:24 AM, Christopher Schultz wrote: What's wrong with LGPL? I'm not trying to start a holy war... just curious about your objections. Our legal department detests LGPL (lack of case

Re: Tomcat Consultant

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 9/24/2010 1:25 PM, tdelesio wrote: My fortune 500 company is testing a pilot for switching over a J2EE web app over from Web Sphere application server to Tomcat and we are looking for a consultant to setup a crusted

Re: Tomcat Consultant

2010-09-24 Thread Warren Henning
http://www.springsource.com/support/professional-services SpringSource claims to be able to do this kind of thing. They were the first google result for tomcat consultant. Did you not search for that or did you disregard it? On Fri, Sep 24, 2010 at 10:25 AM, tdelesio tdele...@gmail.com wrote:

Re: Tomcat Consultant

2010-09-24 Thread tdelesio
HAHA. Opps I meant clustered. When you say top 5 which companies are you referring to? -- View this message in context: http://old.nabble.com/Tomcat-Consultant-tp29800839p29801197.html Sent from the Tomcat - User mailing list archive at Nabble.com.

RE: tomcat connection pool - status and future?

2010-09-24 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: tomcat connection pool - status and future? To answer your question of markt: tomcat-dbcp has stagnated due to lack of interest from the Tomcat dev team itself. Also note that Filip is off on National Guard duty

RE: Tomcat Consultant

2010-09-24 Thread Brian
This company LOOKS like specialists: http://www.mulesoft.com/tomcat-support -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, September 24, 2010 12:58 PM To: Tomcat Users List Subject: Re: Tomcat Consultant -BEGIN PGP SIGNED

Re: Maximum number of session for tomcat 6

2010-09-24 Thread rujin raj
Chris,, still i have confused to setting this parameter.Basically I m system administrator not a programmer. Please explain briefly with example... how to configure ?? On 23/09/2010, Pid p...@pidster.com wrote: On 22/09/2010 21:04, rujin raj wrote: Chris, I have installed LambdaProbe

Re: Tomcat Consultant

2010-09-24 Thread Wesley Acheson
At least two of the regular supporters of this mailing list work in spring source and one is one of the main committers to the tomcat project. To me that speaks wonders for the company. I've been trying to get my company to get them in for consultation too. To no avail. Wes On Fri, Sep 24, 2010

Re: Tomcat Consultant

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 9/24/2010 2:29 PM, Brian wrote: This company LOOKS like specialists: http://www.mulesoft.com/tomcat-support I've never heard of Tcat, supposedly the Apache Tomcat app server for the enterprise. Beware. - -chris -BEGIN PGP

Re: Tomcat Consultant

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 9/24/2010 2:03 PM, tdelesio wrote: HAHA. Opps I meant clustered. Honestly, if you have some in-house Java developers, they ought to be able to get a clustered setup working and demonstrable in a few hours. When you say

Re: Maximum number of session for tomcat 6

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rujin, On 9/24/2010 2:36 PM, rujin raj wrote: still i have confused to setting this parameter.Basically I'm system administrator not a programmer. Please explain briefly with example... how to configure ?? Okay, let's start at the beginning:

RE: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread Brian
Well... I must say that it looks like you are really an expert! I need to check again my app in order to be able to respond all your questions. I started it 5 years ago, so there are a lot of details that I programmed long time ago, and once they seemed to work fine, I gradually forgot about

Re: tomcat connection pool - status and future?

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 9/24/2010 2:04 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: tomcat connection pool - status and future? To answer your question of markt: tomcat-dbcp has stagnated due to

Re: [OT] In org.apache.catalina.connector.Request.doGetSession, java.lang.IllegalStateException: Cannot create a session after the response has been committed

2010-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 9/24/2010 3:38 PM, Brian wrote: At least the can't create session if response has been commited has been solved totally. That is great!!! Yup. Now you can see all those error messages you've been missing. - -chris -BEGIN PGP

Re: Tomcat Consultant

2010-09-24 Thread Jorge Medina
Hey, you don't need a Big-5 consulting company. You need a a couple of experts: a networking guy and a Tomcat guy. But anyway, I'm sure a Fortune 500 have the money to overpay one of the Big-5. Now, from my understanding, Tomcat is only a web app container while Websphere is an application

RE: tomcat connection pool - status and future?

2010-09-24 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: tomcat connection pool - status and future? Is he in the /US/ National Guard? Yes. He lives in Colorado, right? Last I heard. (Haven't actually seen him in about two years.) - Chuck THIS COMMUNICATION MAY

RE: Tomcat Consultant

2010-09-24 Thread Brian
-Original Message- From: Jorge Medina [mailto:cerebrotecnolog...@gmail.com] Sent: Friday, September 24, 2010 02:43 PM To: Tomcat Users List Subject: Re: Tomcat Consultant Hey, you don't need a Big-5 consulting company. Esto si que sonĂ³ gracioso. Aca en Peru, Arthur Andersen

Re: Tomcat Consultant

2010-09-24 Thread Jorge Medina
I should have copyrights on my name. LOL On Fri, Sep 24, 2010 at 3:49 PM, Brian bbprefix-m...@yahoo.com wrote: -Original Message- From: Jorge Medina [mailto:cerebrotecnolog...@gmail.com] Sent: Friday, September 24, 2010 02:43 PM To: Tomcat Users List Subject: Re: Tomcat Consultant

Re: Help with jasypt (Java Security). NoClassDefFoundError. (works on Linux)

2010-09-24 Thread Steve Ryder
I wish that were true. I did that (after similar advice from jasypt user list), did not help. Same error. However, I uploaded to Linux Tomcat 5.5 Java 1.5 system, restarted Tomcat, and it works! Go figure. I still have one application running on an old server at Tomcat 5.5 Java 1.4 level.

RE: Help with jasypt (Java Security). NoClassDefFoundError. (works on Linux)

2010-09-24 Thread Caldarale, Charles R
From: Steve Ryder [mailto:sry...@jsrsys.com] Subject: Re: Help with jasypt (Java Security). NoClassDefFoundError. (works on Linux) I stayed with Tomcat 5.5 as it is the last stable release That's clearly not true. The current stable release of Tomcat is 6.0.29. and am also at similar

RE: Why an email list, and not a forum?

2010-09-24 Thread George Sexton
-Original Message- From: Brian [mailto:bbprefix-m...@yahoo.com] Sent: Friday, September 24, 2010 1:02 AM To: 'Tomcat Users List' Subject: RE: Why an email list, and not a forum? At least someone thinks the same way I do! Given an infinitely large sample, any idea no matter how

RE: Tomcat Consultant

2010-09-24 Thread Martin Gainty
triple your budget when the big 5 consultant steps out a lamberghini in a 1000 brooks brothers suit add 25% to the rate if he looks younger than zuckerberg BTW: big 5 consultants only speak english or hindi..you'll need a hindi translator for spanish how about unisys??? Saludos Cordiales

Re: Tomcat Consultant

2010-09-24 Thread michel
I once worked for a consulting company that wasn't a big 5, but had some pretty good contact. They hired me out of Montreal on Friday, had me in Denver on Sunday and spending 2 weeks in a training center so I could become an instant 'expert' they could hire out for big $$$ on different

RE: Tomcat Consultant

2010-09-24 Thread Brian
That is true sometimes. I was hired by Arthur Andersen (RIP), they sent me to an SAP crash-course, the tipe of course that shows you zillions of Powerpoint slides and you get out of the course with tons of doubts. Then they sent me directly to a proyect, and I bet they billed a lot for my time. I

Re: Tomcat Consultant

2010-09-24 Thread michel
Don't know about you, but I was left really, really worried about actually being on a project under those conditions. Lots of room for doing a crash-and-burn ... Back when I started in the business in 1982 I had to learn PL-1, the best darned language that never managed to get a good

Re: Tomcat Logging Not Working Properly

2010-09-24 Thread Donald Winston
resurrection.level=FINE (thanks everybody. You were helpful) On Sep 24, 2010, at 10:05 AM, Donald Winston wrote: I can't get logging to work properly with tomcat(. The file handler prefix works but anything below INFO does not show up in the log! What could be wrong? I declare the logger

Re: Tomcat Consultant

2010-09-24 Thread Donald Winston
I was a PL-I expert. That's why I know it's spelled PL-I (roman numerals not arabic. I always thought this was funny) On Sep 24, 2010, at 9:49 PM, michel wrote: Don't know about you, but I was left really, really worried about actually being on a project under those conditions. Lots of

Re: Tomcat Logging Not Working Properly

2010-09-24 Thread Wesley Acheson
On Sat, Sep 25, 2010 at 3:51 AM, Donald Winston satchwins...@yahoo.com wrote: resurrection.level=FINE (thanks everybody. You were helpful) Hey If I don't know I don't answer. - To unsubscribe, e-mail:

Re: Tomcat Consultant

2010-09-24 Thread michel
Just to mess with you, it's really PL/I ... It was a fantastic, leading edge language that should have had a much better future than it really did. - Original Message - From: Donald Winston satchwins...@yahoo.com To: Tomcat Users List users@tomcat.apache.org Sent: Friday,

Re: How to reproduce tomcat security vulnerabilities

2010-09-24 Thread viola lu
Got it. Appreciate your clarification, Christopher. I will keep post clear to understand.:) On Fri, Sep 24, 2010 at 9:56 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Viola, On 9/22/2010 11:29 PM, viola lu wrote: thanks. I