cancel
Showing results for 
Search instead for 
Did you mean: 

How to create, deploy and test JSP program in Netweaver developer studio?

Former Member
0 Kudos

Hi Experts,

I am trying to integrate a JSP program with SAP function module (RFC) via XI using Java proxy. I am using Netweaver Developer studio for Java programming.

Can somebody send me the steps or user guide on how to create, deploy and test JSP program in Netweaver developer studio?

I will be greatful to you.

Please help!

Thanks

Gopal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

this link will be really help full.

http://help.sap.com/saphelp_nw70/helpdata/EN/b6/e8b48a76b17b449c07cb5edbdf152b/frameset.htm

and you can do testing using as Pavlol has told u.

context root you will get application.xml of EAR project.

Vlado
Advisor
Advisor
0 Kudos

Hi Gopal,

Which version of NetWeaver are you using?

Here the links for --

SAP NetWeaver CE 7.1

[Developing JSP Pages|http://help.sap.com/saphelp_nwce10/helpdata/en/f7/f7bc3d8af79633e10000000a11405a/frameset.htm]

[Deploying Applications|http://help.sap.com/saphelp_nwce10/helpdata/en/3c/52413e7bcd561ee10000000a114084/frameset.htm]

NetWeaver 7.0 (2004s) and 2004

[Developing JSP Pages|http://help.sap.com/saphelp_nw70/helpdata/en/f7/f7bc3d8af79633e10000000a11405a/frameset.htm]

[Deploying EARs|http://help.sap.com/saphelp_nw70/helpdata/en/f0/122abf61d4974eaea6b5d9c314cff1/frameset.htm]

Testing is very straightforward - just access the web application by its alias,

e.g. http://<host>:<post>/<context-root>/myJSP.jsp

HTH!

\-- Vladimir

Former Member
0 Kudos

hi,

You can creat one web module project and in that you can creat jsp page.

now next step you you have to create EAR project(Enterprise application) project and andd above web module project in this project(because according to me we cant deploy web module project but we can deploy EAR project).

the only thing what i dont know how tou can RFC in jsp.

you search something on SDN i think u will get that.

if you need any other help let me know.

jayesh talreja