Search found 3 matches

by plytro
16 Jul 2014, 20:52
Forum: Support 5.x
Topic: Changing madsonic port and more.
Replies: 3
Views: 4722

Re: Changing madsonic port and more.

If you edited the code while the server was running on top.jsp it may not pickup the change. I'm not sure how/if/when the jetty container will recompile a jsp.
by plytro
16 Jul 2014, 20:47
Forum: Support 5.x
Topic: Changing madsonic port and more.
Replies: 3
Views: 4722

Re: Changing madsonic port and more.

I forgot that you'll also need to pass

Code: Select all

--context-path=/stream
on the command line so it is aware it is in a subpath.
by plytro
15 Jul 2014, 21:06
Forum: Support 5.x
Topic: Changing madsonic port and more.
Replies: 3
Views: 4722

Re: Changing madsonic port and more.

Use modproxy and add this to your apache config file

Code: Select all

ProxyPass /subsonic http://localhost:4040/subsonic
ProxyPassReverse /subsonic http://localhost:4040/subsonic