0

Im new to weblogic Can you please advise how to set the ejb file in weblogic 11g console parameters for manager servers. I have to do the deployment of an EJB application.

Can you please help?

Thanks

pal
  • 1,202
  • 6
  • 17
  • 27

2 Answers2

1

Start the WebLogic Server Administration Console. In the left pane of the Console, click Deployments and then click on Install Locate the EAR, WAR or JAR file you would like to configure and then next Select a Target Server from among Available Servers and then next->finish.

  • I have a dependency jar file (DS.jar) which needs to be set at the manager server (not the admin server) arguments. Could you please help? – pal Feb 10 '14 at 06:06
1

Mr. Pal, You could deploy the DS.jar as library it is the radio button. You might be missed that option whil deploying it. Target can be AdminServer or ManagedServers or Cluster that you can mention as per your choice.enter image description here

PavanDevarakonda
  • 625
  • 5
  • 27
  • I Installed the deployment as library option but it says application already deployed when i try to redeploy again. Please suggest how to delete and redeploy the same application. – pal Feb 12 '14 at 04:31