cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Administrator- EAR deployment

Former Member
0 Kudos

Hi all,

I need to configure a scenario RFC -> XI -> java Proxy.

I have created an EAR file using java IDE but when i ttry to deloy this to j2ee engine i get an error saying missing classes.

The library to which these classes belongs, contains 4 diff classes out of which two are visible but 2 are missing which it cannot delpoy.

Can any body please suggest the possible reason or how to register libraraies in netweaver java IDE to add references.

Any help will be appriciated.

Regards,

Kulwant

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos
former_member190389
Active Contributor
0 Kudos

Hi,

You can create a library project in Deploy Tool (Folder deploying/deploy.bat)on server and then deploy it on the server

Next you can reference its name in application-j2ee-engine.xml

Former Member
0 Kudos

Hi,

To deploy an EAR then...you can do so by SDM

Steps:

Go to \usr\sap\R01\JC01\SDM\program

Run RemoteGUI.bat

Give the admin password of the engine.

Click on to the deployment tab.

Select the ear(present locally on the machine)

and start the deployment.

The above method is just one of many methods available for deployment.You can also deploy it using IDE or visual administrator tool supplied with Netweaver.

Deployment problem........

The administrator user's password is not only stored in the active user store, but also in secure storage in the file system so that certain applications such as the Software Deployment Manager (SDM) can use it to connect to the J2EE Engine.

Therefore, when you change the administrator user's password in the user store, you must also update the entry in secure storage in the file system. Otherwise, the SDM attempts to connect to the J2EE Engine using the old password and you receive the error message mentioned above.

Solution

Use the Config Tool to change the entry in secure storage as follows:

1. Start the Config Tool.

(Execute <SAPj2eeEngine_install_dir> \configtool\configtool.bat.)

1. Select the secure store node.

The configuration for the secure storage in the file system appears.

1. Select the admin/password/<SID> entry.

2. Enter the administrator user's new password in the "Value" field and choose "Add".

3. Choose "File" --> "Apply" to save the data.

restart SDM server.

Thanks,

Madhu

Former Member
0 Kudos

hi check the below threads for reference

Deployment of Logging configuration

Re: Deploying devolped EAR

Re: Deployment Problem

regards

kummari