Since Axis is a simple web module, manually deploying to Standalone OC4J is straightforward. After putting the web application files in place, register the module in application.xml and the web app root in http-web-site.xml:
- copy the axis webapp directory into $ORACLE_HOME/j2ee/home/applications/axis
- edit $ORACLE_HOME/j2ee/config/application.xml to add <
web-module id="axis" path="../applications/axis"/>
- edit $ORACLE_HOME/j2ee/config/http-web-site.xml
to add <web-app application="default" name="axis" root="/axis"/>
3 comments:
Nice one, spent hours trawling through oracle documentation, found your article and it worked in seconds.
Cool. Note I also posted an update on using Axis 2 with OC4J.
Looking now at using Axis 2 with the OC4J 11g preview ... unfortunately running into a few issues. If/when I have a solution, I'll post on that too.
nice post
Post a Comment