Martin Klang wrote:
> more specifically - how do i deploy my beans manually, when having turned
> the autodeployer off??
> if someone could briefly explain to me how to do this, i could volunteer
> to write a document on how to run jboss2 on jdk < 1.3, or jboss on
> linux. provided i can get it to work myself ;>
Use the /client/deploy.jar tool. The basic usage would be to feed it an
URL:
java -jar deploy.jar file:/mydir/mybeans.jar
This of course assumes that the above file is available to the server.
You can also use http: URL's for a more universal way to deploy beans.
/Rickard
--
Rickard �berg
@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]