JBoss as a windows service. Where can i set the JAVA_OPTS?
- by ikky
hi.
I'm running JBoss as a windows service, but i can't seem to find where i can configure the JAVA_OPTS to make it work properly.
I need to set the Xms and the Xmx.
I have tried to just run JBoss manually (run.bat) and in the same file i set the JAVA_OPTS= -Xms128m -Xmx512m. And that works.
Here is my install.bat where i install the JBoss as a…