cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE application migration to SAP Web Server

Former Member
0 Kudos

Hi Guys,

I want to migrate JEE5 application running on Apache Tomcat platform to SAP NetWeaver CE7.1. Could you pls help me with migration approach,challanges,risks and issue.

If anyone of you have already done it,pls share your scenario too.

Cheers!!

Ani

Accepted Solutions (0)

Answers (2)

Answers (2)

chemicala_srimallikarjuna
Active Contributor
0 Kudos

Hi Ani,

Pls look at how to configure login module stacks and policy configurations for an application on SAP Web AS.

http://help.sap.com/saphelp_nw04/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/8c/f03541c6afd92be10000000a1550b0/frameset.htm

Hope that helps,

best regards,

CSM Reddy

Vlado
Advisor
Advisor
0 Kudos

Well, this is a rather concrete topic which might or might not be relevant to the original question asked in this thread. Anyway, since the question is about SAP NW CE 7.1 - here the updated link for that release:

http://help.sap.com/saphelp_nwce10/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/frameset.htm

Ani, in general, it should be rather straightforward to migrate a web app from Tomcat. Maybe you would need to change some deployment descriptors and/or packaging but usually that's all. I'd suggest you give it a try and come back with concrete questions should you face any issues.

Good luck!

\-- Vladimir

Former Member
0 Kudos

Hi

It is simple as u want to run web application on SAP and want to make it Jee5 application

For this you have to add some session bean to make it JEE5 application.

I can help you in detain if this will not solve ur issue

Thank You

Syed Saifuddin

Vlado
Advisor
Advisor
0 Kudos

Java EE 5 (not JEE5 ) applications should not necessarily contain EJBs. A Web application can be a Java EE 5 application on its own.

Former Member
0 Kudos

Tomcat is only servlet container, only support jsf/jsf of JavaEE5.

It should no technical problem.

--- Only operational problem.