cancel
Showing results for 
Search instead for 
Did you mean: 

Calling EJB from JSP in SSL Mode

Former Member
0 Kudos

Hi,

I need to call an EJB from JSP in SSL Mode.

How can i do that.

Regards,

S.V.Satish Kumar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Thanks for the reply.

This is not the one i want.

Actually i want to call the JSP/EJB in a Secure mode.

Regards,

S.V.Satish Kumar

Vlado
Advisor
Advisor
0 Kudos

EJBs are not accessed via HTTP so your question is kinda weird. You would use dependency injection or JNDI to look up your bean and call its business methods. Another option is to expose your EJB as a WS but that's sheer overhead if it's accessed only from a JSP running on the same server.

HTH!

-- Vladimir

P.S. Please do not cross post to multiple forums!

nitin_mahajan2
Contributor
0 Kudos

as mentioned, your statements are confusing on what exactly is required.

Could you elaborate on what are you trying to achieve?

Regards,

Nitin

Former Member
0 Kudos

Hi Ekaterina,

I am looking for some help on Establishing HTTPS Connection form JSP.

Regards,

S.V.Satish Kumar

ekaterinamitova
Advisor
Advisor
0 Kudos

Sorry, my mistake.

This is the Developing User Interface documentation (including JSP):

http://help.sap.com/saphelp_nwce711/helpdata/en/45/c2a473d3116befe10000000a11466f/frameset.htm

About the SSL-related settings refer to:

http://help.sap.com/saphelp_nwce711/helpdata/en/f6/20e5ff18b7354eb7f700bc284552c5/frameset.htm

Best regards,

Ekaterina

Former Member
0 Kudos

3.0

ekaterinamitova
Advisor
Advisor
0 Kudos

In that case you can refer to the following documents:

Using JPA: http://help.sap.com/saphelp_nwce711/helpdata/en/44/eba6292f446c30e10000000a114a6b/frameset.htm

Accessing persistence functionality in EJB 3.0: http://help.sap.com/saphelp_nwce711/helpdata/en/46/307a2a50094f09e10000000a114a6b/frameset.htm

Tell me, if these documents help you. Otherwise, I will search for more information on the topic.

Best regards,

Ekaterina

ekaterinamitova
Advisor
Advisor
0 Kudos

Hi,

Which version of the EJB are you using?

Best regards,

Ekaterina