The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


LOTD #9: Slides for Deploying and Monitoring Ruby on Rails Tutorial @ Rails Conf Europe 2008

Posted by arungupta on September 23, 2008 at 9:55 PM PDT

During Rails Conf Europe 2008 Day 1 I attended an excellent tutorial on Deploying and Monitoring Ruby on Rails. The session very clearly explained the several deployment options with Rails. My notes from the session are here and the slides are now available

Here are couple of snapshots from the slide:





The complete set of slides from Rails Conf Europe 2008 are available here.

Technorati: conf railsconf glassfish deployment rubyonrails berlin
Related Topics >> Glassfish      
Comments
Comments are listed in date ascending order (oldest first)

Hi Arun, i enjoyed your talk at rails conf very much and we are very close to start an evaluation of jruby/glassfish deployment. But there is one question that remained during my investigations. Since the whole application is packed in a war-file also the public folder will. We tend to put user uploads there and i'm not shure if this will still be usable with war-file deployment. Would it be necessary to store the file elsewhere or is it still possible to put the uploads in the public folder? Bye and many thanks! Jochen

Jochen: I think you've mostly figured it out; you'll want to put the images somewhere else, since the deploy directory is intended to be pretty much read-only. I'll let others comment on the recommended ways to do this.

Hello headius, much thanks for you answer - that helped much. We'll rewrite our test-app and start the evaluation. Bye!