In my quest to replace Jetty with Tomcat I am down to one last sticking point...
I managed to get Tomcat to serve up Subsonic at the default path (http://Tomcat.IP.Address:HTTPport/ instead of http://Tomcat.IP.Address:HTTPport/subsonic) so that anyone who is NOT using my Subsonic.org custom domain name to connect to my site will not have connection issues.
Now how do I get subsonic to register that redirect correctly, instead of registering the redirect with the context path of /subsonic?
I tried adding "-Dsubsonic.contextpath=/" to the global java options on the Tomcat server, but it still registers the redirect with the context path of /subsonic (which fails because it is not located at that context path).
Thanks in advance,
Glenn
