设为首页 加入收藏

TOP

JBOSS在Linux下支持图像问题
2014-11-24 02:04:19 来源: 作者: 【 】 浏览:0
Tags:JBOSS Linux 支持 图像 问题

## -*- shell-script -*- ######################################################
## ##
## JBoss Bootstrap Script Configuration ##
## ##
##############################################################################


### $Id: run.conf,v 1.6.4.3 2004/11/20 03:38:02 starksm Exp $


#
# This file is optional; it may be removed if not needed.
#


#
# Specify the maximum file descriptor limit, use "max" or "maximum" to use
# the default, as queried by the system.
#
# Defaults to "maximum"
#
#MAX_FD="maximum"


#
# Specify the profiler configuration file to load.
#
# Default is to not load profiler configuration file.
#
#PROFILER=""


#
# Specify the location of the Java home directory. If set then $JAVA will
# be defined to $JAVA_HOME/bin/java, else $JAVA will be "java".
#
#JAVA_HOME="/opt/java/jdk"


#
# Specify the exact Java VM executable to use.
#
#JAVA=""


#
# Specify options to pass to the Java VM.
#
if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-server -Xms128m -Xmx128m"
fi


# Sample JPDA settings for remote socket debuging
#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y"


# Sample JPDA settings for shared memory debugging
#JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss"


JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true "
在run.conf最后一样添加红色的那一样就可以了


】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇征战Linux Server 网卡问题 下一篇Java类中域和方法设置中的常见错误

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: