参数参考:
-Dnc.exclude.modules=${FIELD_EX_MODULES}
-Dnc.runMode=develop
-Dnc.codefactor=develop
-Dnc.server.location=${FIELD_NC_HOME}
-DEJBConfigDir=${FIELD_NC_HOME}/ejbXMLs -DExtServiceConfigDir=${FIELD_NC_HOME}/ejbXMLs
-Duap.hotwebs=nccloud,fs,uapws
-Duap.disable.codescan=false
-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
-XX:MaxPermSize=256M -Dorg.owasp.esapi.resources=${FIELD_NC_HOME}/ierp/bin/esapi
-Dfile.encoding=UTF-8
-Duser.timezone=GMT+8
如果上面那个不行可以试一下这个:
-Dfile.encoding=UTF-8
-Duser.timezone=GMT+8
-Dlog4j.ignoreTCL=true
-Dnc.exclude.modules=${FIELD_EX_MODULES}
-Dnc.runMode=develop
-Dnc.server.location=${FIELD_NC_HOME}
-DEJBConfigDir=${FIELD_NC_HOME}/ejbXMLs
-Dorg.owasp.esapi.resources=${FIELD_NC_HOME}/ierp/bin/esapi
-DExtServiceConfigDir=${FIELD_NC_HOME}/ejbXMLs -Xms128M -Xmx768M
-XX:NewSize=96M -XX:MaxPermSize=256M
-Duap.hotwebs=nccloud,fs,uapws
-Duap.disable.codescan=false
-Dnc.http.port=8899
这个后面的这个环境的下面的那个端口号要改成自己程序的端口号!!!!!!!!