I have a project running in Eclipse/Tomee. Now I want to export it as WAR to a server, using the TomEE apache-tomee-plus-1.5.1.
I exported my app as WAR in Eclipse, and put it in the webapps dir from TomEe. After ../bin/startup.sh the WAR gets unpacked, which is what I expected. But...the app does not start. The log file reveals: Feb 12, 2013 8:40:27 PM org.apache.tomee.catalina.TomcatWebAppBuilder startInternal SEVERE: Unable to deploy collapsed ear in war StandardEngine[Catalina].StandardHost[localhost].StandardContext I don't understand. The lib dir of TomEE has about 125 files. What is my missing link ? NB. I am aware my problem looks like http://openejb.979440.n4.nabble.com/Can-t-get-TomEE-running-td4658142.html -- View this message in context: http://openejb.979440.n4.nabble.com/can-t-get-WAR-file-running-on-standalone-TomEE-server-tp4660737.html Sent from the OpenEJB User mailing list archive at Nabble.com.
