Hi there, I have started running PHPUnderControl and followed this tutorial to get start it. I managed to run phpundercontrol locally but when I try to access my_project which I made it myself, giving me the following error:
HTTP ERROR: 500 cruisecontrol-bin-2.8.2/webapps/cruisecontrol/WEB-INF/work/Jetty_0_0_0_0_8080_cruisecontrol_cruisecontrol_-diot4j/jsp/org/apache/jsp/error_jsp.java (Permission denied)
RequestURI=/cruisecontrol/buildresults/my_project
Caused by:
java.io.FileNotFoundException: /cruisecontrol-bin-2.8.2/webapps/cruisecontrol/WEB-INF/work/Jetty_0_0_0_0_8080_cruisecontrol_cruisecontrol_-diot4j/jsp/org/apache/jsp/error_jsp.java (Permission denied)
However, my build.xml is exactly same as the sample build.xml which does not give me any error message and displays a nice looking report page.
I also noticed that there is no file at cruisecontrol-bin-2.8.2/webapps/cruisecontrol/WEB-INF/work/Jetty_0_0_0_0_8080_cruisecontrol_cruisecontrol_-diot4j/jsp/org/apache/jsp/error_jsp.java
I wonder if this is causing the error. I would very appreciate any suggestions.
Otherwise, I might consider switching to Hudson for PHP...
thanks!