Hi,
I am quite new to Jenkins.
I have to make Jenkins run from Tomcat.
What I have tried so far:
OS - Ubuntu 14.04
I have installed Tomcat7
Copied Jenkins war file and re-named it as jenkins1#live
Re- Started the tomcat.
Changed the Hudson home directory path to /jenkins/live/ under the deployed Jenkins web app ie. /tomcat7/webapps/jenkins1#live/WEB-INF/web.xml
Re- Started the tomcat.
Tomcat is running on Port 8080
Practically after these changes I should be able to browse http://<localhost>:8080/jenkins1/live/ right ??
But I do not get any results. It says page not found.
Please help.
Are there any others files which need to be changed?
Any leads will be appreciated.
Many Thanks!
Sang