Hi!
Sean Han wrote:
> In deploying my client to a remote system, which of the following jar files
> should I copy to the remote system in addition to the remote and home
> interface?
>
> ejb.jar
> jndi.jar
> jta-spec1_0_1.jar
> jboss-client.jar
> jnp-client.jar
> depoly.jar
> stop.jar
Depends on how your client works.
"Must-have" requirements:
jndi.jar (unless JDK 1.3 is used)
Advanced requirements:
ejb.jar+jndi.jar (rest can be loaded through dynamic classloading)
Standard requirements (no SecurityManager set=no dynamic classloading
enabled):
All of the above, except deploy.jar and stop.jar which are admin tools
only
All is clear?
/Rickard
--
Rickard �berg
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]