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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.