Comments on: Episode 78: Web Deployment http://faceoffshow.com/2010/07/20/episode-78-web-deployment/ Your face-to-face web technology podcast Thu, 15 Jan 2015 09:15:47 +0000 hourly 1 http://wordpress.org/?v=3.7.1 By: Jade Robbins http://faceoffshow.com/2010/07/20/episode-78-web-deployment/comment-page-1/#comment-1372 Tue, 03 Aug 2010 15:24:14 +0000 http://faceoffshow.com/?p=1037#comment-1372 +1, agreed. I think we did a better job highlighting that in our “Moving Your Code” episode, but we should have touched on those again :D

http://faceoffshow.com/2010/04/27/episode-66-moving-your-code/

Yeah tomcat deployment is pretty nice, but to use it you have to program in java ;)

]]>
By: Brian http://faceoffshow.com/2010/07/20/episode-78-web-deployment/comment-page-1/#comment-1358 Fri, 30 Jul 2010 15:10:56 +0000 http://faceoffshow.com/?p=1037#comment-1358 Good episode. One thing that should be noted is FTP is NOT secure. Username and Password are transmitted in the clear. Should definitely use sftp or something similar if you are deploying on the Interwebs.

There are lots of things about Java that are annoying but it is definitely easier to deploy in Java than say Rails. Pretty much just a click of the button. I keep an app server on my local machine for testing so I can deploy to that and test before deploying to the production server. I have used Capistrano on some websites and it is pretty cool but what I didn’t like what it was another tool that I had to learn.

]]>