tomcat7-maven-plugin using standardjarscanner instead of webappclassloader

2015-02-04 Thread Alexander Johnson
Original question here: http://stackoverflow.com/questions/28181602/whats-the-difference-between-webappclassloader-and-standardjarscanner I'm able to run my team's webapp on my local machine using the tomcat7-maven-plugin. Unfortunately when I attempt to do the same on the build server it bre

Re: How to add PROPPATCH to webdav supported app

2015-02-04 Thread Mark Thomas
On 04/02/2015 19:57, manish.m.pa...@kp.org wrote: > Thanks Chuck... > > Chuck / Users: > > Chuck, I had come across that when I googled it. > > local OS: windows 7 > > current Issue: when I try to copy from windows 7 to my webapp > "myWebAppUsingWebDev" it fails to copy to remote/network shar

RE: How to add PROPPATCH to webdav supported app

2015-02-04 Thread Manish . M . Patel
Thanks Chuck... Chuck / Users: Chuck, I had come across that when I googled it. local OS: windows 7 current Issue: when I try to copy from windows 7 to my webapp "myWebAppUsingWebDev" it fails to copy to remote/network share. Microsoft says that myWebAppUsingWebDev/my web app should be confi

Re: JDBC authentication problem

2015-02-04 Thread Felix Schumacher
Am 04.02.2015 um 14:21 schrieb Luc DALLEMANE: Hi, I'm back again with the problem :) Firstly, I add the validationQuery and it works and I can see it in postgres logs. But still not able to login after a while of inactivity Now, after 15 min of waiting, I'm getting a socket connexion tim

RE: Issues with log4j.core.async.AsyncLoggerContextSelector when upgrading from 8.0.15 to 8.0.18

2015-02-04 Thread Evil Bit
setenv.sh does have an extra "\r" but the same file worked for me on 8.0.15 - I only copied it from the older tomcat. I removed it and now it works on 8.0.18 too. thank you. On Wed, 04 Feb 2015 08:52:24 -0800 Caldarale wrote > From: Evil Bit [mailto:evil.

RE: Issues with log4j.core.async.AsyncLoggerContextSelector when upgrading from 8.0.15 to 8.0.18

2015-02-04 Thread Caldarale, Charles R
> From: Evil Bit [mailto:evil...@zoho.com] > Subject: Issues with log4j.core.async.AsyncLoggerContextSelector when > upgrading from 8.0.15 to 8.0.18 > When running tomcat with > -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector > > (defined in setenv.sh) to

Issues with log4j.core.async.AsyncLoggerContextSelector when upgrading from 8.0.15 to 8.0.18

2015-02-04 Thread Evil Bit
I've recently upgraded from 8.0.15 to 8.0.18 and I have a new problem which I didn't have on 8.0.15. The configuration of tomcat and my application remained exactly the same when upgrading. When running tomcat with -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSel

Re: Session being dropped in Virtual Host in 8.0.9

2015-02-04 Thread Hassan Schroeder
Late to this party :-) On Wed, Feb 4, 2015 at 2:03 AM, Rory Kelly wrote: > Rack is a bundle of fun, since this application is a Jruby application, > which is being converted into a Java application to run on Tomcat. That's a > whole other can of worms :) I've only run Rails apps out of Tomcat (

Re: Tomcat 8.0.15 - error using Web Services

2015-02-04 Thread Marina F
>And the XML file that contains that reference is located where in the >web application? This is the package structure that shows the location of the Types.xsd. Types.xsd is included in Account.xsd. ---com test -example --api ---common schemas Types.xsd ---ac

RE: JDBC authentication problem

2015-02-04 Thread Luc DALLEMANE
Hi, I'm back again with the problem :) Firstly, I add the validationQuery and it works and I can see it in postgres logs. But still not able to login after a while of inactivity Now, after 15 min of waiting, I'm getting a socket connexion timeout, but seems logic after such a long peri

RE: Session being dropped in Virtual Host in 8.0.9

2015-02-04 Thread Rory Kelly
Hi Chris, They all have a keep-alive, already. >I don't see a single session id in any of those requests, other than >the "ib" token you said is generated by "the rack" (a load-balancer?). >Are you sure you have any session at all? Yes, I have this working in a Windows environment, and it requir