Delpoy EJB using command prompt, with Weblgoic 6.0

Hi, I would like to know , how to deploy an EJB , from command prompt on BEA's Weblogic server 6.0. Thanks & Regards
[157 byte] By [chandankalra] at [2007-9-26 3:48:37]
# 1
See if http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.ejb&item=4558&utag=or any message on that thread help you.
neville_sequeira at 2007-6-29 12:32:20 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

I have weblogic 5.1, but the sentence probably is equal. Try this:

1- Open your command prompt

2- Go to weblogic directory (ex.: c:\weblogic)

3- Run setEnv (this put the weblogic classpath in your dos session)

4- Run the sentence:

java weblogic.deploy -port portNumber -host hostIP deploy <password> <ejbName> <jarName>

BayoD at 2007-6-29 12:32:20 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...