Hi Experts,
I need to know if a Web application requiring JSP 2.0 and Servlet 2.4, which runs fine under Apache Tomcat 5.5.x, can be deployed on "SAP Enterprise Portal" version 7.
I know that such Web app can be deployed under Netweaver CE 7.1, but I can't find information about the Enterprise Portal and its compatibility with the full JSP/Servlet specifications
Thanks in advance
hi
The jsp and servlet will work fine
but the only thing u need to keep in mind is that u need to
create a a portal project
create a java file for that
copy ur jsp or servlet
update the portalapp.xml file with ur jsp and servlets
Regards
janak
Add a comment