Search code examples
javaoracle-databaseoc4j

deploy servlet-war into oc4j container


may i knwo is it possible to run app.war (servlet web app) on oc4-oracle10 ? i tried deployed the most simple example but doesn work. is oc4j can only run ejb web app? if there anyway to run servlet webapp on oc4j? any guide?


Solution

  • OC4J requires EAR files, so you'll have to wrap your web archive into an enterprise archive.