Re: [OT] Recommendations for Amazon EC2 Linux Flavor

2011-12-06 Thread Gavin Yue
Which JVM are you using, default one or installing hotspot? Thx On Tue, Dec 6, 2011 at 5:42 PM, Jordan Michaels wrote: > I've had good experiences with Tomcat on CentOS using EC2. Pretty simple > to get familiar with if you're already comfortable with CentOS. > > Warm Regards, > Jordan Michaels

Re: [OT] Recommendations for Amazon EC2 Linux Flavor

2011-12-06 Thread Gavin Yue
Amazon linux belong to RHEL/CentOS family. You could choose the ubuntu image: https://help.ubuntu.com/community/EC2StartersGuide They have official AMI. But someone claimed that Amazon Linus has best performance on EC2, since it is created by Amazon... On Tue, Dec 6, 2011 at 5:23 PM, Christ

tomcat and spring security secure channel setting

2011-04-06 Thread Gavin Yue
Hi, I am using grails spring security to secure the url. I specify in grails: grails.plugins.springsecurity.secureChannel.definition = [ '/': 'REQUIRES_INSECURE_CHANNEL', '/**': 'REQUIRES_SECURE_CHANNEL', ] to make the homepage use http and all other url use https. This works

Re: Grails tomcat deployment problem

2011-02-12 Thread Gavin Yue
I am using Grails 1.3.6. On Sat, Feb 12, 2011 at 10:33 PM, Amilcar De Leon wrote: > Hello there, first of all, be careful with the cross-posting. > > This seems to be a Groovy/Grails version problem, can you provide with > stable versions of each you have in both your win7 development machine an

Grails tomcat deployment problem

2011-02-12 Thread Gavin Yue
des are in the sharefolder with windows, the war still does not work. I have to copy the files from shareFolder to Ubuntu. Then using the same codes to build the war, it works... And the size of two war have hundred bytes difference. Anyone meets the same problem? Thank you so much. Best, Gavin Yue