Link to home
Start Free TrialLog in
Avatar of gautambhatia
gautambhatia

asked on

Migrartion from weblogic to tomcat

I am migrating working application from weblogic to tomcat.
Can any one suggest me on defining the steps or approach?
ASKER CERTIFIED SOLUTION
Avatar of sompol_kiatkamolchai
sompol_kiatkamolchai
Flag of Thailand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gautambhatia
gautambhatia

ASKER

Hi,
Thanks for answering.
My application is a simple struts based app with no EJB's.  But I am using JNDI for DS look up.
Yes I agree with you on looking for weblogic.xml and transfering it to tomcat web.xml.

Do I need to make any changes in struts-cofig.xml ?
Hi,

No. You can use the existing struts-config.xml.
Let's see what will happen after you deploy.

Sompol.
answer was good but I was looking for some kind of build tool which could do this change atleast in directory structure.