Hello and thanks for your kind help .
However it keeps continuing to redirect me to root volder of my virtualhost .
I will try to explain you the steps of my installation .
I download the tar.gz file 3.7 and copy it to /var/subsonic/standalone
then I edit my subsonic.sh like this :
SUBSONIC_HOME=/var/www/subsonic
SUBSONIC_HOST=my.domain.com
SUBSONIC_PORT=80
SUBSONIC_CONTEXT_PATH=/ # note that I have also tried /subsonic
SUBSONIC_MAX_MEMORY=300 # I have changed to increase value
SUBSONIC_PIDFILE=
SUBSONIC_DEFAULT_MUSIC_FOLDER=/var/www/file/sounds
SUBSONIC_DEFAULT_PODCAST_FOLDER=/var/music/Podcast
SUBSONIC_DEFAULT_PLAYLIST_FOLDER=/var/playlists
Then I run the script it works as it write some files and index in /var/www/subsonic
but then localhost redirect me to my home directory ( /var/www/subsonic) root of my virtualhost . (Note that I have also try by pointing the domain name to /var/subsonic & /var/subsonic/standalone
my virtualhost work as the two other servers are fonctionnals , my site is available as my.domain.com works too
My Java packges installed :
sun-java6-jre & jdk , sun-java6-plugin, sun-java6-bin , openjdk6jre
I don't what to do anymore .
I installed it some days ago and register a fake domain maybee this can stop my web app to pop up when I try to reach the configuration and login page ( http://my.domain.com ) ?
thanks in advance for any help .