Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Optional java VM arguments

843798Jul 18 2007 — edited Jul 26 2007
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2007
Added on Jul 18 2007
4 comments
258 views