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 technologies

On Mon, Nov 9, 2015 at 1:50 PM, Kevin Hinkson  wrote:

> 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 am away 
> from my development machine. 
> On 9 Nov 2015, at 4:44 PM, Jon Nolan   > wrote:
> 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 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 Beanstalk 
> which can manage application scaling pretty nicely for me and at some point 
> in the future Tomcat 7 will be deprecated. 
> Has anyone had any success deploying to Tomcat 8?
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com 
>  )
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/jon%40sitequesttech.com
> This email sent to j...@sitequesttech.com   ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 am away 
from my development machine. 

On 9 Nov 2015, at 4:44 PM, Jon Nolan mailto:j...@sitequesttech.com> > wrote:

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 mailto:k...@coralstone.co> > wrote:

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 Beanstalk which can 
manage application scaling pretty nicely for me and at some point in the future 
Tomcat 7 will be deprecated. 

Has anyone had any success deploying to Tomcat 8?

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com 
 )
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/jon%40sitequesttech.com

This email sent to j...@sitequesttech.com  


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 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 Beanstalk 
> which can manage application scaling pretty nicely for me and at some point 
> in the future Tomcat 7 will be deprecated. 
> Has anyone had any success deploying to Tomcat 8?
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/jon%40sitequesttech.com
> This email sent to j...@sitequesttech.com ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 introspection 
it uses to let that tool know all about your java objects, and its use of java 
objects instead of SQL queries, it fits well into the WO way of working. Not 
for every use case, but for many it’s really nice.

— Mark

On Nov 9, 2015, at 1:51 PM, Theodore Petrosky 
mailto:tedp...@yahoo.com>> wrote:

I have been using ERJasperReports for quite some time and it works great for my 
needs. Are you able to use Wonder? What about ERPDFGeneration?



On Nov 9, 2015, at 12:23 PM, Oscar González 
mailto:racso...@hotmail.com>> wrote:

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.

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com

This email sent to tedp...@yahoo.com

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com

This email sent to mark.mor...@experian.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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.
   ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 Argon2. Google held a 
password hashing competition and this is the winner.

https://password-hashing.net/

For java, it looks like you just compile the C and Runtime.exec() the thing. 
I’ll be most interested in seeing this implemented in a browser (a new 
 tag perhaps?) and/or ported to Javascript, because I’ve had a change 
of heart about password hashes recently. Remember that there are three factors 
to authentication,

Something only you are (biometrics)
Something only you have (yubikey)
Something only you know (password)

How is it something *only* you know if you’ve just uploaded it as plaintext to 
some stranger's server on the www? In short, I think hashing should be done 
client side. The salt could be generated using username+domain or something. 
This would also distribute the workload of the slow hash out to the clients, 
preventing the need to have some gigantic beefy password hashing machine.

Ramsey

On Nov 4, 2015, at 2:40 AM, Markus Ruggiero  wrote:

> Folks,
> 
> another quick question: what are you using for secure storage of passowords 
> and credit card data in a Wonder app? Is there anything in Wonder (probably 
> there is, but it is not always easy to find things), or are you using other 
> things/libs/code? Any code examples?
> 
> Thanks for any hint / pointer /example
> ---markus---
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> 
> This email sent to rgur...@smarthealth.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 Beanstalk which can 
manage application scaling pretty nicely for me and at some point in the future 
Tomcat 7 will be deprecated. 

Has anyone had any success deploying to Tomcat 8?

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

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 hashing though of course), especially as rainbow tables and 
GPUs help A LOT in cracking MD5 hashes more easily. Depending on the needs an 
attacker might even not try to crack the hash at all but just create a password 
that matches the same hash (collision). At least for new systems I would advise 
against using that for password protection as the algorithm can be parallelized 
very efficiently (which is what scrypt/bcrypt try to avoid on purpose to avoid 
being speed-cracked on GPUs for example).

Greetings
Dennis

--





-
Dennis Bliefernicht • Backend Development
T +49 40 357 3001 62
dennis.blieferni...@xyrality.com

XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
www.xyrality.com 
Registergericht: Hamburg HRB 115332
Geschäftsführer: Sven Ossenbrüggen
-

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com