Thank you both for the information. I think I will take the advice and just run Tomcat on a different port. I've read about people having issues running Jenkins on an existing Tomcat installation so I think I will avoid that.
Peter On Monday, September 30, 2013 2:26:08 PM UTC-5, LesMikesell wrote: > > On Mon, Sep 30, 2013 at 1:43 PM, Peter Soncek <[email protected]<javascript:>> > wrote: > > I run Jenkins as a Windows service and NOT on Tomcat. However, I would > like > > to install Tomcat on this same server. This Tomcat would be to run a > > different webapp, but not Jenkins. Will this work or will installing > Tomcat > > break my Jenkins install? Would I need to run this Tomcat on a > different > > port other than 80 maybe? > > If you run on different ports, they can run in parallel. On Linux I > typically run apache on port 80 and reverse-proxy to any other web > services that want to run standalone on their own port. > > > Instead of using Tomcat, can I somehow load my .war to the Jenkins > > installation and use its web server instead? > > I don't think so, but it should work the other way around. That is, > switch to the war version of jenkins and drop it under tomcat if you > want everything under one server. > > -- > Les Mikesell > [email protected] <javascript:> > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
