6 thoughts on “Intro to Jenkins Slide Deck

  1. Thanks for the intro to Jenkins, Matt! For someone who's just getting familiar would you recommend the native installer for Windows or adding the WAR file to my local development server?

  2. If you already have Tomcat or another servlet container installed I'd just drop the WAR onto that. The native Windows installer *may* (don't know; don't use Windows) install Tomcat as part of that process.

  3. Nope, not if you're running CF 10's version of Tomcat. That version of Tomcat is hacked specifically for CF 10 and is not designed to run anything else. You *can* run CF 10 on plain vanilla Tomcat, but you *can't* run other stuff on the CF version of Tomcat.

  4. Cool — let me know how it goes. Only issue you might have with CF 10 Tomcat and plain Tomcat both on the same box is potential port conflicts, but I'm not sure what ports CF 10 Tomcat runs on.

Leave a Reply to Kris Korsmo Cancel reply

Your email address will not be published. Required fields are marked *