How we deploy in weblogic?

Showing Answers 1 - 2 of 2 Answers

sonu

  • Apr 29th, 2006
 

Simple

Make a war /ear/jar file of the application

eg: if all your app'n code , etc is in say folder d:/mybankappn then which is a web app'n then..

 go to D:\mybankappn>  jar -cvf  bankappn.war *.*

==

==

start weblogic server.

Go to weblogic console (in browser : http:\\localhost:7001\console)

and login.. click web-app'n from lefside pane -> deployment

and in right side browse and select the bankappb.war (we created above) select the server and go next and finally from the list of war files displayed (bankaaan wil also be init), check our war file and say target....give "name" of app'n (the one which u want to give while calling the pg)

Like if i give app name here as "mybank" . then say target . we wil be shown with success of failure msg.

if its sucess----> then

go to browser and call ( http:\\localhost:7001\mybank\index.html

Ho Gaya.

similarly you have deployent option is in Load your file link in the weblogic console.

Regards

Sonu

 

Srinivas Gorityala

  • Aug 11th, 2006
 

first prepare jar file,

if already create the domain for application,then no problem,otherwise create a domain for the application.

1.go o start button/programfiles/bea home/wizard

then create domain.

follow steps as given by above person.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions