[jboss-jira] [JBoss JIRA] Commented: (JBAS-3458) Out of synch run.bat/run.sh, hotspot -server usage
Darran Lofthouse (JIRA)
jira-events at jboss.com
Mon Aug 21 04:47:11 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3458?page=comments#action_12341487 ]
Darran Lofthouse commented on JBAS-3458:
----------------------------------------
Possible way to check for HotSpot on Windows: -
%JAVA% -version 2>&1 | findstr /I hotspot >/dev/nul
if NOT errorlevel==1 (
set JAVA_OPTS=%JAVA_OPTS% -server
)
> Out of synch run.bat/run.sh, hotspot -server usage
> --------------------------------------------------
>
> Key: JBAS-3458
> URL: http://jira.jboss.com/jira/browse/JBAS-3458
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: JBossAS-4.0.4.GA
> Reporter: Scott M Stark
> Assigned To: Dimitris Andreadis
> Fix For: JBossAS-4.0.5.CR1
>
>
> The run.bat/run.sh are out of synch with respect to settings such as hotspot -server flag, and run.conf is unconditionally adding -server when this is set contitionally in run.sh. We need to clean this up.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list