If you're filing issues in JIRA[1], please add the labels '2.0' and '2.0-beta' so we can easily find your report. Thanks!
java -jar /usr/lib/jenkins/jenkins.warI did the following, basically following the normal install flow:
Checking /var/log/messages does say that Jenkins was started, but nothing can be found in the processlist.
However, doing a simple java -jar does seem to work.
WEB-INF/web.xml:30: <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"> is an unexpected top-level tag. 28: xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" 29: version="3.1" 30: metadata-complete="true"> 31: <display-name>Jenkins v2.0-alpha-4</display-name> 32: <description>Build management system</description>