1

I'm facing a serious problem with my tomcat server, which I can't resolve by my own, so I'm hoping you guess can help me out.

Setting

IBM Rational Application Developer 8.5.1

Tomcat 7.0.32

Problem

When I'm deploying a WAR on the tomcat, a bunch of vm arguments is added automatically, which causes a "kickout" of my own vm arguments, because there's so many of the automatically added ones.

The arguments are:

"-agentpath:D:\Entwicklung\IBM\IBMShared\plugins\org.eclipse.tptp.platform.jvmti.
runtime_4.7.101.v201210191900\agent_files\win_ia32\JPIBootLoader=JPIAgent:
server=standalone,file=;ProbekitAgent:ext-pk-BCILibraryName=BCIEngProbe,ext-pk-
probescript=D:\Entwicklung\workspaces\RAD\.metadata\.plugins\com.ibm.rational.
llc.ide.core\.coverage\1361184798442-vke-core-persistency-jar-org.eclipse.jst.
server.tomcat.core.launchConfigurationType.probescript" "-Dcoverage.out.file=
D:\Entwicklung\workspaces\RAD\.metadata\.plugins\com.ibm.rational.llc.ide.core
\.coverage\1361184798442-vke-core-persistency-jar-org.eclipse.jst.server.tomcat.
core.launchConfigurationType.coveragedata"  "-Xbootclasspath/a:D:\Entwicklung\
IBM\IBMShared\plugins\com.ibm.rational.llc.engine_1.1.1.v20121205_2240;
D:\Entwicklung\IBM\IBMShared\plugins\org.eclipse.hyades.execution_4.5.
103.v201210051900\hexl.jar;D:\Entwicklung\IBM\IBMShared\plugins\
org.eclipse.hyades.execution_4.5.103.v201210051900\hexr.jar" -Dcatalina.base
="D:\Entwicklung\workspaces\RAD\.metadata\.plugins\org.eclipse.wst.
server.core\tmp0" -Dcatalina.home="D:\Entwicklung\apache-tomcat-7.0.32\
apache-tomcat-7.0.32" -Dwtp.deploy="D:\Entwicklung\workspaces\
RAD\.metadata\.plugins\org.eclipse.wst. server.core\tmp0\wtpwebapps" 
-Djava.endorsed.dirs="D:\Entwicklung\apache-tomcat-7.0.32\apache-tomcat-
7.0.32\endorsed" -Dcoverage.server.mode=true "-Dac.library.path=D:
\Entwicklung\IBM\IBMShared\plugins\org.eclipse.tptp.platform.
ac.win_ia32_4.5.1.v201210051900\agent_controller\bin"

Things I tried to solve the problem

  • tomcat new installed
  • RAD new installed (from scratch)
  • tomcat cleaned and redeployed

I hope someone knows what's going on here, I'm just curious what and why is changing the vm arguments... If you need further information, please let me know

4

1 回答 1

0

我对 RAD 8.5 和 WAS 6.1 有类似的问题,在我的情况下,我必须编辑 server.xml

它位于:[WEBSPHERE_HOME]\AppServer\profiles\config\cells[NodeCellName]Node01Cell\nodes[NodeName]Node01\servers\server1\server.xml

寻找标签:< jvmEntries /> 这个标签有几个属性,比如@debugArgs,@genericJvmArguments 确保你有你需要的参数。

希望对您有所帮助。

于 2013-09-19T15:31:11.567 回答