How to change the HUDSON owner on ubuntu:
        Posted  
        
            by 
                Anil
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Anil
        
        
        
        Published on 2012-10-14T12:12:14Z
        Indexed on 
            2012/10/14
            21:40 UTC
        
        
        Read the original article
        Hit count: 380
        
I am working with tomcat6 and HUDSON, when I run the hudson job it is running as tomcat6 user, what I want to know is there any way to change the HUDSON user as my system login user instead of tomcat6 so that I can run hudson job as my system user.
I just want to know whether it is possible or not and why and how?
I tired editing /etc/init.d/tomcat6 and changed tomcat6 user and grop as my login id, and the restarted the tomcat. Still the hudson jobs are running as tomcat6 user.Am i did the righ thing, if so why it is not working.
Thanks in advance
© Server Fault or respective owner