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?
OC4J requires EAR files, so you'll have to wrap your web archive into an enterprise archive.
OC4J can certainly deploy WAR files just fine. It does the "wrapping" itself.
It would be better if you could provide the errors OC4J is giving when you deploy your application.
精彩评论