[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: where to set the JAVA_OPTS for Max memory allocated

erasmomarciano do-not-reply at jboss.com
Wed Nov 12 09:54:04 EST 2008


It is not rigth to modify the file run.bat
If you have to set JAVA_HOME, it is better to edit run.conf.
NOTE:
 It seems it does not work in WINDOWS :( 

So i   advice you to create a new file of start. 



  | 
  | @echo on
  | rem -------------------------------------------------------------------------
  | rem JBoss Start CC
  | rem -------------------------------------------------------------------------
  | 
  | set JAVA_HOME="C:\Progra~1\Java\jdk1.5.0_15"
  | 
  | 
  | cd  C:\jboss-4.0.5.GA\bin
  | C:\jboss-4.0.5.GA\bin\run.bat -c default
  | 

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

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



More information about the jboss-user mailing list