开发者

Problem in setting hudson home directory

开发者 https://www.devze.com 2023-01-22 08:26 出处:网络
I was trying to i开发者_StackOverflow中文版nstall CI tool Hudson on a Solaris SPARC by deploying hudson.war to the jboss AS. I made changes in run.conf to point to the correct jdk ( setting environmen

I was trying to i开发者_StackOverflow中文版nstall CI tool Hudson on a Solaris SPARC by deploying hudson.war to the jboss AS. I made changes in run.conf to point to the correct jdk ( setting environment variables JAVA_HOME and JAVA), and other required changes like setting JAVA_OPTS etc. I also set an env variable HUDSON_HOME= to point the hudson home directory. When I run the AS by command ' nohup JBOSS_HOME/bin/run.sh -b 0.0.0.0 -c all & ' everything seems to be OK. I am able to access Hudson dashboard by the URL 'http://:8080/hudson ' . But the hudson home directory remains to be the same: '.hudson ' directory in my home directory, as it should have been by default. The directory I had pointed by the variable HUDSON_HOME is not taken as the hudson home directory. I don't know why this is happening. Is there any other way to specify home directory for hudson??


Restart Hudsun complete not only sending a signal. Why are you using JBOSS and not Tomcat or the internal Jetty of Hudson itself ?...

0

精彩评论

暂无评论...
验证码 换一张
取 消