Hi, if the deployment of a std. war doesn't work, it's most probably due to the fact that some libs are included which are not supposed to be. Regarding the steps, normally you just copy the war into the deploy folder and take a look at the shell, on how the war-bundle is deployed. Usually it does have a cryptic name with underscores. For some details take a look at the bundle:header [bundleId], it'll show you the generated manifest.
Concerning your given manifest sample, you need add all jars in the lib folder to the classpath entry, it's not enough to add the lib folder. regards, Achim 2013/4/4 mikhaht <[email protected]> > Hi, > > Karaf supports non-OSGi war. So you can try to deploy directly the war > (just copy in the deploy folder). > > This was first thing that i did. Unfortunately i did not work. Therefore I > started to dig further. > I'm looking as simple solution as possible so this is looking good for me > .. > > What are the steps .. > 1. Copy war on the deploy folder. > 2. ? > > Mika > > > > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/deploy-of-war-into-karaf-tp4028371p4028376.html > Sent from the Karaf - User mailing list archive at Nabble.com. > -- Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead OPS4J Pax for Vaadin <http://team.ops4j.org/wiki/display/PAXVAADIN/Home> Commiter & Project Lead blog <http://notizblog.nierbeck.de/>
