Hi,

client/stop.jar seems to be broken in jBoss 2 FINAL (due to the changes made
to the config directory layout).

In order to make stop.jar work I had to make two changes:
1) change ../conf to ../conf/default/ in the manifest file
2) change
#java.naming.provider.url=localhost
to
java.naming.provider.url=localhost
in conf/default/jndi.properties.

You might want to add a simple switch to explicitly specify the jndi
properties (as done in jndiView), e.g. something like:
D:\apps\jboss\bin>java -jar jndiView.jar -h
usage: JNDIView [-v] [-h] [jndi.properties file]
       -v ... verbose: list additional the types behind the names
       -h ... help: print this help
       jndi.properties file enables you to specify a jndi.properties file
                       if not given, the default.properties is used

C-2000 Daniel Schulze <[EMAIL PROTECTED]>


Regards,
Per


Reply via email to