cancel
Showing results for 
Search instead for 
Did you mean: 

Creating User in Portal through a Web Application deployed on Remote Server

Former Member
0 Kudos

Hi Gurus,

My question is quite simple I just created a JSF app using NetBeans IDE which is used to create Users in Portal. This application I deployed through SDM on portal and Worked fine.

But my Client wants me to deploy this application on some other Server (tomcat , etc) on a Remote Machine

and then create users assign users roles etc through that.

I tried this using sapj2eeclient.jar but is didn't workout for me as it threw some exceptions.

Can anybody give me a idea on how to do this ? I am using NetBeans IDE and SAP jar files.

I have followed some links for looking up a EJB but thats not working.

Thanks in Advance.

Somil

Accepted Solutions (0)

Answers (1)

Answers (1)

nitin_mahajan2
Contributor
0 Kudos

Hi,

Since the users have to be created on the SAP server the logic to do that has to be on this server. What you may want to try is to have a utility which takes in some generic parameters deployed on SAP server that creates a user and have an application deployed on some other server that calls this utility with the required parameters to create the users with roles and other attributes.

This way your application is more generic and you can have the utility being called from any server.

Regards,

Nitin