Re: java.lang.NoClassDefFoundError

2013-07-09 Thread Thomas Edison
Thanks Chuck. Let me see if I can change the startup script. Tom On Tue, Jul 9, 2013 at 8:47 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Thomas Edison [mailto:justdoit.thomas.edi...@gmail.com] > > Subject: java.lang.NoClassDefFoundError > > > *This is what I see whe

RE: java.lang.NoClassDefFoundError

2013-07-09 Thread Caldarale, Charles R
> From: Thomas Edison [mailto:justdoit.thomas.edi...@gmail.com] > Subject: java.lang.NoClassDefFoundError > *This is what I see when I start the webhdfs service:* > Using CLASSPATH: /usr/share/tomcat7/bin/bootstrap.jar Whatever script you're using to start Tomcat has a serious error in it:

java.lang.NoClassDefFoundError

2013-07-09 Thread Thomas Edison
Hello all, *Summary* I'm trying to install Hadoop webhdfs from Cloudera CDH4. This tool relies on Tomcat to work. The installation process seems to be fine and the process can actually start. However the program seems not to be running correctly - I tried to access the service through a curl ca

servlet 3.1, etc?

2013-07-09 Thread Jess Holle
Is there an ETA (in terms of both a version and rough date) for Tomcat moving to the new spec versions introduced by Java EE 7? I'm talking about new servlet, JSP, EL, etc, specs, not about non-web-tier stuff that's not even part of Tomcat. -- Jess Holle

Re: roleNested seems to not be working in tomcat 6

2013-07-09 Thread Travis Bowen
Ok I found where it is being used in the getRoles method however I'm still wondering why it doesn't work. I don't see any way to define the member group attribute name, it is uniqueGroup in the dir server I am connecting to. Thanks, Travis From: Travis Bowen/Tucson/IBM@IBMUS To: users

roleNested seems to not be working in tomcat 6

2013-07-09 Thread Travis Bowen
I am using |-+++-+-+--| | Apache | pxa6460sr13fp2-20130424_01 | IBM| Linu| 2.6.32-358.2.1.el6.x86_6| amd64| | Tomcat/6.0.37 | (SR13 FP2) | Corporation| x |

Re: Upgrading from tomcat 6.0.35 to 6.0.36 causes a simple jsp page to require about 20 minutes to load

2013-07-09 Thread Mark Thomas
On 09/07/2013 19:05, Jerry Lampi wrote: > Are there certain logging options that could be enabled? Take 3 thread dumps ~10s apart and compare them to find out what the thread serving the JSP is doing. Mark - To unsubscribe, e-m

Upgrading from tomcat 6.0.35 to 6.0.36 causes a simple jsp page to require about 20 minutes to load

2013-07-09 Thread Jerry Lampi
Upgrading from tomcat 6.0.35 to 6.0.36 causes a simple jsp page to require about 20 minutes to load. We have two clients that are running in an IBM mainframe USS (Unix System Services) environment and when they upgraded from tomcat 6.0.35 to 6.0.36, the simple jsp page in our webapp takes up to 20

Re: Expected Delay when Switching to New Version of Application Using Parallel Deployment (Tomcat 7.0.27)

2013-07-09 Thread Majors, Jeremy
On 7/8/13 10:52 PM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Jeremy, > >On 7/5/13 11:24 AM, Majors, Jeremy wrote: >> For a simple web application, what is the expected delay when >> switching to new version of an application when using the parallel >> depl

Re: Http Request/Response logging in embedded tomcat

2013-07-09 Thread Supun Malinga
Hi Daniel, On Tue, Jul 9, 2013 at 7:06 PM, Daniel Mikusa wrote: > On Jul 9, 2013, at 8:42 AM, Supun Malinga wrote: > > > Hi guys, > > > > I have a requirement to monitor http request/response logs. We have a > > embedded Tomcat 7. Could you please point out the options available to do > > this?

Re: Http Request/Response logging in embedded tomcat

2013-07-09 Thread Daniel Mikusa
On Jul 9, 2013, at 8:42 AM, Supun Malinga wrote: > Hi guys, > > I have a requirement to monitor http request/response logs. We have a > embedded Tomcat 7. Could you please point out the options available to do > this?. How about the ExtendedAccessLogValve or RequestDumperFilter? https://tomcat

Http Request/Response logging in embedded tomcat

2013-07-09 Thread Supun Malinga
Hi guys, I have a requirement to monitor http request/response logs. We have a embedded Tomcat 7. Could you please point out the options available to do this?. I'm already aware of the Access Log Valve [1]. But it can only log separate request headers and query params of the request body.. Would l

Re: How to handle "CONNECT ... HTTP 1.1" 400 in localhost_access_log

2013-07-09 Thread Howard W. Smith, Jr.
On Tue, Jul 9, 2013 at 8:16 AM, Mark Thomas wrote: > On 09/07/2013 12:54, Howard W. Smith, Jr. wrote: > > On Tue, Jul 9, 2013 at 2:18 AM, Caldarale, Charles R < > > chuck.caldar...@unisys.com> wrote: > > > >>> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > >>> Subject: Re: How to ha

Re: How to handle "CONNECT ... HTTP 1.1" 400 in localhost_access_log

2013-07-09 Thread Mark Thomas
On 09/07/2013 12:54, Howard W. Smith, Jr. wrote: > On Tue, Jul 9, 2013 at 2:18 AM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > >>> From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] >>> Subject: Re: How to handle "CONNECT ... HTTP 1.1" 400 in >> localhost_access_log >> >>

Re: How to handle "CONNECT ... HTTP 1.1" 400 in localhost_access_log

2013-07-09 Thread Howard W. Smith, Jr.
On Tue, Jul 9, 2013 at 2:18 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Howard W. Smith, Jr. [mailto:smithh032...@gmail.com] > > Subject: Re: How to handle "CONNECT ... HTTP 1.1" 400 in > localhost_access_log > > > why would the same IP address be hitting my server when