[jboss-user] [JBoss Messaging] - Re: 5.1.0 CA and jboss messaging 2.0.0 beta 3 ---J2EE examp

clebert.suconic@jboss.com do-not-reply at jboss.com
Sat Jul 18 23:51:30 EDT 2009


Please, take a look at docs/README.html:


Running the Java EE examples on Windows
  | 
  | The Java EE examples run by default with JBoss AS on Linux. To run them on Windows, you will have to replace the reference to run.sh by run.bat everywhere JBoss AS server is started (in /examples/javaee/common/build.xml, /examples/javaee/jca-config/build.xml, and /examples/javaee/xarecovery/build.xml)
  | For example, in /examples/javaee/common/build.xml, replace:
  | 
  | 
  |    <exec dir="${jboss.home}/bin" executable="sh">
  |       <arg line="run.sh -c ${example.name}-example-profile"/>
  |    </exec>
  | 
  | by
  | 
  | 
  |    <exec dir="${jboss.home}/bin" executable="cmd">
  |       <arg line="/c run.bat -c ${example.name}-example-profile"/>
  |    </exec>
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244498#4244498

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244498



More information about the jboss-user mailing list