Context Path on Youtrack 6
Is there any way to set the context path on youtrack (any installation type...) I was running the WAR on tomcat behind an apache proxy and could do this easily. I tried the MSI and routing my reverse proxy to 8081, but haven't had any luck. I want to run youtrack at http://server/youtrack. With tomcat it was as easy as:
youtrack.war (+)
RewriteRule ^/youtrack$ youtrack/ [R] (+)
ProxyPass /youtrack/ http://server:8080/youtrack/
ProxyPassReverse /youtrack/ http://server:8080/youtrack
I haven't been able to get anything like it (MSI + 8081 rule) to work...
youtrack.war (+)
RewriteRule ^/youtrack$ youtrack/ [R] (+)
ProxyPass /youtrack/ http://server:8080/youtrack/
ProxyPassReverse /youtrack/ http://server:8080/youtrack
I haven't been able to get anything like it (MSI + 8081 rule) to work...
Please sign in to leave a comment.
I was able to set the context for youtrack app (using zip distribution) by adding the following line to the
apps/youtrack/service.properties
but that is something that seems to work only at the first glance...
the app starts and you can login and etc... but many things are broken (rest, user management links...)
I generally tried to play with other .properties files but with no success
youtrack guys, please help us :)
that settles it for now I think.
I'm using the zip distribution and want to know if you have any information about when this feature will be available.
Cheers.
I saw that it is already possible to set a contextPath and a port in the JAR distribution.
https://confluence.jetbrains.com/display/YTD6/Installing+YouTrack+with+JAR+Distribution
I've just installed build 12463 (zip distribution) but I can't find anything.
Is this problem already solved? If not, when can we expect this feature in the .zip distribution.