Page 1 of 1

Server 2008 64bit issues :P

PostPosted: Fri Sep 26, 2008 1:13 pm
by Andreas
Først of all, Knallgood program.


I'm trying to get SubSonic to work on my file server, I'm running Windows server 2008 64 bit...

Subsonic 3.5. beta2

First of all, No tray icon if i just start subsonic.

I can get the tray icons to appear by running subsonic-booter-jar-with-dependencies.jar


The problems are:

1. Cannot change port number.
2. Cannot change memory limit.
3. Cannot change context path.

I've tried editing the subsonic.exe.vmoptions file, but it still refuses to change once I start the program.

PostPosted: Fri Sep 26, 2008 5:19 pm
by sindre_mehus
Hi,

Subsonic installs as a Windows service, so to start or stop it you can go to Control Panel > Administrative Tools > Services. Alternatively, you can do "subsonic.exe -start" (or -stop, -status).

Editing subsonic.exe.vmoptions has only effect when using the .exe file.

Hope this helps,
Sindre

PostPosted: Fri Sep 26, 2008 5:33 pm
by sindre_mehus
By the way, if you for whatever reason don't wanna use the exe file, you can easily create a small script for starting Subsonic. Just modify the following Unix shell script:

http://subsonic.svn.sourceforge.net/vie ... xt%2Fplain

As you see, you can change port number, context path etc.

Sindre