Convert web application from Tomcat from Websphere
Peter Masreblta
Ranch Hand
Joined: Oct 05, 2001
Posts: 51
posted
0
Hi, Convert web application from Tomcat from Websphere Does anybody have any information on steps to convert a web application from Tomcat from Websphere? Thanks in advance
prakash parasu
Greenhorn
Joined: Oct 09, 2001
Posts: 7
posted
0
Do you want to convert the application from tomcat to WebSphere or is it the other way round ?? If it is from Tomcat to Websphere then you must be having a .war file which you can import into an ear file using the Application Assembly tool U define your servlet mappings in the AA tool and deploy and if you have any database you configure the DataSource in the admin module I think then you should be ready to go
subject: Convert web application from Tomcat from Websphere