Hi all, One requierment of the project I am currently working on is that it be deployable to JBoss, Weblogic and Websphere.
Are there guides for deploying into Weblogic and Websphere (The JBoss guide is great!)
What experience have others had with projects that need to run on multiple app servers. Any suggesetions or gotchas I should be aware of. I of course want to do as little work as possible to make it work ;)
A couple of goals are to avoid having any app server specific code (other then app server specific deployment descriptors) or different packaging for the various app servers. I will need to be able to do JNDI lookup of the session factory.
I apologize in advance if some of the questions are silly. I'm somewhat new to all of this.
Thanks,
Marc
|