cleanerz wrote:But I have to use the WAR Version and i need to keep c: clean of apps (OS only).
Is there any solution to move the c:subsonic folder in WAR Version!?
Hi Cleanerz,
Absolutely there's a solution.
Stop Tomcat (assuming you're using Tomcat!).
Open Apache Tomcat properties - right click on Tomcat Manager in task bar and select Configure - select the Java tab:
ApacheTomcatPropertiesJVM.png
Now, add the same string used for the vmoptions file (note direction of slashes - never checked if forward slashes work):
-Dsubsonic.home=d:\new\subsonic\location
The -D is a system properties parameter used when Tomcat starts the Java virtual machine - not a parameter held in subsonic. If your path contains spaces, enclose the bit after the Equals sign in double quotes.
Cut/copy your C:\subsonic folder to its new location.
Start Tomcat and visit your subsonic site in your browser!
Peace