Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying message driven bean in weblogic6.1

Status
Not open for further replies.

nirmalpm

Programmer
Jun 26, 2003
1
IN
HI,
Could anyone tell me the steps to deploy a simple message driven bean in weblogic6.1. Heard that 'ant' tool can be used for the deployment using build.xml.
How can we use the build.xml for this purpose? and deploy.

Thanks in advance
Nirmal
 
Try reading the ant docs !
Ant, whilst a very neat tool, is still only a deployment tool. It still only automates the step that javac, cp, mkdir etc etc does.

You need to read your weblogic docs for deploying ejb's and jms classes before you configure your ant build file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top