There is no problem in the setup. May be just before process deployment was to begin you might have stopped the server.
I could get the processes deployed and its displaying in the web interface. 1) Shutdown tomcat 2) delete *.deployed files under /ode/WEB-INF/processes 3) Edit tomcat/webapps/ode/WEB-INF/classes/log4j.xml append="false" => when the tomcat is stopped the log file will be cleared. Make it true. You should be able to see the ode.log file under tomcat/bin. If you want to a different location for the log file then provide the full path for the fileName attibute shown down. REPLACE this line <File name="FILE" fileName="ode.log" append="false"> WITH <File name="FILE" fileName="ode.log" append="true"> 4) Start tomcat and check in the web interface
