Optional java VM arguments
843798Jul 18 2007 — edited Jul 26 2007Hi all,
I am runnig one application from Eclipse IDE with tomcat5.5.when configuring the server I mentiond Optional java VM arguments like below
-Durcl.package.base=com.mycomp
-Durcl.verbose=false
-Durcl.default.domain=mycomp
-Djava.system.class.loader=com.mycopm.UnifiedResourceClassLoader
-Dhyperwallet.jvm=jvm-1
-Xdebug -Xnoagent
-Djava.compiler=NONE
and I am adding some lidrary files to pathhs.
But Now when its going to production mechine there is no eclipse so I have to give this optional arguments when starting the tomcat server.How to give this to tomcat server which file I have to modify Please help me regarding this.
Thanks and Regards