Reputation: 2520
Experts I want to Set Tomcat 6.0 System Properties , but i don't have any *.bat files in my tomcat folder , so is there any other solution for my problem ??
Thank You Mihir Parekh
Upvotes: 0
Views: 2593
Reputation: 31
You must be using windows isnatller version of tomcat. Open tomcat manager by double clicking its icon in task bar. goto java tab, and add your properites e.g. myProp=myVal will be: -DmyProp=myVal specify each property in a separate line.
Upvotes: 2