首页 > 数据库技术 > 详细

YouTrack Changing Database Location for EXE Distribution(windows service)

时间:2014-05-03 23:29:48      阅读:636      评论:0      收藏:0      [点我收藏+]

If you have installed YouTrack from EXE Distribution, then the best way to change the database location is by specifying it via JVM property.

  1. Stop currently running YouTrack service. Open Control panel > Administrative tools > Services and stop ‘YouTrack Web Server‘ service.
  2. In the <YouTrack Installation Directory>/bin start Tomcat‘s service configuration editor by executing the command
    tomcat7w.exe //ES//YouTrack

    bubuko.com,布布扣

  3. Switch to the Java tab and then edit the Java Options (for more information see Tomcat 7 documentation)
  4. To change the database location, specify the database.location property:
    -Ddatabase.location=<path to your database>
  5. Exit Tomcat‘s service configuration editor.
  6. Start ‘YouTrack Web Server‘ service.

【来源】http://confluence.jetbrains.com/display/YTD5/Changing+Database+Location

YouTrack Changing Database Location for EXE Distribution(windows service),布布扣,bubuko.com

YouTrack Changing Database Location for EXE Distribution(windows service)

原文:http://www.cnblogs.com/tuty/p/3705058.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!