I have a webapp that is actually a symlink named: App-0.0.1-SNAPSHOT and it is working fine.
Now instead of that, i want to create the folder App-0.0.1-SNAPSHOT and use the symlinks in the subdirectories.
I want the WEB-INF to link to one place.
And i want the Client files (/js and /css) to link to another place.
In this case i am getting 404.
This article is actually doing the same, but for some reasong i cant get it done....
Again, linking to the webapp root folder works fine.
Can you suggest a solution?
thanks