cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE User

Former Member
0 Kudos

Dear All,

I need a J2EE User with all its Authorities in order to test a webservice. Do you know

how can I create a J2EE User.

SAP J2EE Engine/7.00

Regards

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sas,

For j2ee users will create automatically while installaing, if not please follow the below:

If it is ABAP+JAVA:

To create a user in the SAP Web AS ABAP:

1. Log on to the SAP system with an admin user, in the client that is used for the UME authentication.

2. Choose Tools u2192 Administration u2192 User Maintenance u2192 User (transaction SU01).

3. Enter J2ee_admin as user name and choose Create.

4. Choose Dialog user as type for J2ee_admin

5. Add a role SAP_J2EE_ADMIN

6. Save

Login again to change the password. Then use the same for all the times

And also you have to create j2ee_guest and sapjsf users.

Create j2ee_guest with role SAP_J2EE_GUEST

create sapjsf user with role SAP_BC_JSF_COMMUNICATION_RO.

If it is only JAVA:

Use UME console to create:

go to : http:.//<server>:<port>/useradmin. There you can create user with name Administrator. It is case sensitive.

You can also create other users using Visual Administrator with Administrator user: choose User Management (Server u2192 Services u2192 Security Provider u2192 runtime u2192 User

Management).

Hope it resolves your issue. Please let me know if you need more.

Thanks

Kishore

Answers (3)

Answers (3)

Former Member
0 Kudos

Kishore thx!

Regards

sas

Former Member
0 Kudos

Jazz I am not an admin.

Can you pls tell me how can I find out whether it is a Dual stack or not ?

The system on I am woking is SRM System (SRM 5.00).

I have created a webservcie from an existing Sap Function Module and now

I would like test it.

In the browser I am calling

http://XXX.XX.XX.XXX:53000/wsnavigator/enterwsdl.html

and later I am getting the message:

403 Forbidden

SAP J2EE Engine/7.00


You are not authorized to view the requested resource.

Details: No details available

Regards

sas

Former Member
0 Kudos

Hello,

It depends.... Actually, is it a dual stack or a stand alone Java engine?

If its a Dual stack like BI, XI... the UME will be pointing to the ABAP stack.In that case, user should be created from abap stack in the client where the UME is pointing to.

If its a standalone java stack like portal and if the UME is the java database, then you can create and administrate the users from :

http://<hostname>:<port>/useradmin

To check the UME settings,

http://<hostname>:<port>/useradmin >> configuration.

Regards,

Jazz