2 Replies Latest reply on Mar 20, 2014 3:49 AM by wdfink

    configuration jar and cluster documentation

    zatopek

      Hello

       

      Into the "Red Hat JBoss EAP 6 clustering best practices.pdf" documento into the 34 page appears this:

       

      To run the configuration class in question, the configuration.properties file should be available in the current working directory, with the following items in the Java classpath:

      • The provided configuration.jar

      • jboss-eap-6.1/bin/client/jboss-cli-client.jar from an EAP 6.1 installation Assuming that configuration.jar and configuration.properties are in the current working directory, we would run the configuration script as follows:

      java -cp configuration.jar:/opt/jboss-eap-6.1/bin/client/jboss-cliclient.jar org.jboss.refarch.eap6.cluster.Configuration

       

      But where is there configuration.jar file?

       

      thanks