[EMAIL PROTECTED] wrote:
Is there any info for migrating apps from oc4j to tomcat5.x? thanks
oc4j is a both a EJB container and a Servlet container. If your app uses EJBs it won't ever work on Tomcat. If you have a .war files that has been constructed as per the servlet spec it shouldn't need alteration. What you will need to do is configure any resources etc your webapp needs. See the tomcat docs for details on how to do this. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
