-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
OSX Lion
(Sorry about the components, but nothing seemed to match.)
After using the OSX installer, opening http://localhost:8080/ returns a 404 message from Winstone.
Status Code: 404
Exception: Request URL / not found.<br><br>
Stacktrace:
Generated by Winstone Servlet Engine v0.9.10 at Thu Nov 17 08:42:09 EST 2011
I tried changing the ajp13Port to 9090, and rebooting, but it didn't help.
I am able to run Jenkins from the command line (with alternative settings), and I would just like to uninstall the agent for now.
-Ted.
I'm sorry to hear that you had trouble getting everything to work properly.
First of all, you will find the uninstall script here http://dl.dropbox.com/u/318506/jenkins/uninstall.sh
I use this script, when I test the installer. Do a "sudo ./uninstall.sh" and the script removes everything except the jenkins folder in /Users/Shared/Jenkins.
I have a one questions regarding your changes:
After you changed the ajp13 port in the preferences, did you restart jenkins? I know this seems like a dumb question, but I always do a "kill -9 pid" to ensure my new settings get picked up. I had some trouble with the proper launchctl stop/start sequence.
I hope that helps to resolve your issues,
Ingo