Re: Deployment with Tomcat 8 (and beyond)

2015-11-09 Thread Jon Nolan
It does sound familiar.  I don’t remember exactly how we fixed it but it’s one of these we have at the bottom of the ssdd target.  If I remember correctly it’s the second one.  Let me know if anything here is helpful. --- jon nolan - sitequest t

Re: Deployment with Tomcat 8 (and beyond)

2015-11-09 Thread Kevin Hinkson
Hi Jon, With Tomcat 8 I started getting errors concerning resolving the location of the WEB-INF folder or at least resolving the variable in web.xml. Something about access to that variable changed from between Tomcat 7 and 8.  I hope that makes sense. I'm responding off the top of my head as I

Re: Deployment with Tomcat 8 (and beyond)

2015-11-09 Thread Jon Nolan
Hi Kevin, We successfully deploy on AWS with 64bit Amazon Linux 2015.03 v1.4.1 running Tomcat 8 Java 8.  What difficulties are you encountering? Jon --- jon nolan - sitequest technologies On Mon, Nov 9, 2015 at 9:20 AM, Kevin Hinkson wrote: > Hi, > Is there anyone currently using Tomc

Re: Report Generator

2015-11-09 Thread Morris, Mark
Although we have a lot of custom code for allowing users to define reports, schedule them, run them asynchronously on a mirrored database, etc., for the actual output we use ReportMill. It’s commercial, but with its combination of having a desktop gui tool to very quickly layout new reports, the

Report Generator

2015-11-09 Thread Oscar González
Hi,I'm looking for a report generator, I use WOJasperAccess framework for some of my reports, I try with DRGrouping and WRReporting frameworks, what is the status of this frameworks? is out there a wonder better solution? what are you using for report generator?. Thanks in advance. Oscar.

Re: Secure storage of passwords or credit card data

2015-11-09 Thread Ramsey Gurley
Hi Markus, As others have mentioned, don’t store CC data unless you really really have to. You make a system compromise so much worse if you’ve got CC stuff lying around. That said, there’s ERXCryptoString and the ERPrototype by the same name. For password hashing, the new state of the art is A

Deployment with Tomcat 8 (and beyond)

2015-11-09 Thread Kevin Hinkson
Hi, Is there anyone currently using Tomcat to deploy WebObjects Applications? I ask because while I can deploy with Tomcat 7, I’ve encountered difficulties with deploying using Tomcat 8 and I’m wondering how that will affect deployment in the future. Reason being, I deploy using AWS Elastic Be

Re: Secure storage of passwords or credit card data

2015-11-09 Thread Dennis Bliefernicht
Hi everyone, > On 08 Nov 2015, at 00:08, Mark Wardle wrote: > > I’m using http://www.jasypt.org Note that jasypt seems to use a default of "1000 times MD5" on the password, which depending on who you ask is not considered that secure anymore (still better than simple h