Step 1: Before deploying hudson ensure you have installed java and apache tomcat server in your system.
Step 2: We should set the path as like as follows to deploy the hudson in the tomcat server,
set JAVA_HOME=(path of the jdk only (not till bin))
set PATH=%PATH%;path of jdk including bin
set CLASSES=(path of tomcat including bin)
Step 4: Download and copy the hudson war file into the webapps location of your apache tomcat server.
Step 5: Go to the command prompt and redirect to the location of your apache bin, there you can find startup.bat file. Just run the apache then hudson will be deployed.
Step 6: Now go to browser and type localhost:8080/hudson war file name.
You can get the hudson home page.
Thanks for reading this post……….!!!