After installing Hudson 2.2 using Tomcat 6.0.35 I am able to access the UI successfully. I am trying to secure Hudson using the Standard Security Setup page in the current documentation. ( unable to link because I haven't posted more than 25 messages )
When i try to log in as the first user, I am taken to a HTTP 404 page.
I have disabled security by editing my config.xml and ran through the steps for Standard Security Setup again, yet I still run into the 404 when I try to log in.
Any suggestions? Has anybody ran into this problem before?
Winston Prakash Messages: 142 Registered: August 2011 Location: Fremont, CA USA
Senior Member
What Authentication and authorization you setup? Did you remove both
authorization and Authentication elements in the config.xml file.
Did you look at the Tomcat log file to see what kind of exception is
reported?
- Winston
On 4/29/12 12:44 PM, Ian Selfe wrote:
> After installing Hudson 2.2 using Tomcat 6.0.35 I am able to access the
> UI successfully. I am trying to secure Hudson using the Standard
> Security Setup page in the current documentation. ( unable to link
> because I haven't posted more than 25 messages )
> When i try to log in as the first user, I am taken to a HTTP 404 page.
> I have disabled security by editing my config.xml and ran through the
> steps for Standard Security Setup again, yet I still run into the 404
> when I try to log in.
>
> Any suggestions? Has anybody ran into this problem before?
I used
- Hudson's own user database
- Matrix-based security
I allowed anon to read all then created a user "setup" as the first user. I then created that user and attempted to login.
Unfortunately, the Virtual Machine I installed on has been wiped away since the issue, so I don't have access to the Tomcat logs. I'm going to set Hudson up later this afternoon on a new machine.