My apache document root is /srv/www/htdocs/
and my url is https://internal.net/
My requirement is to open a URL https://internal.net/jenkins-project/ which should have document root as /usr/share/tomcat7/webapps/jenkins-project/
rather than looking into /srv/www/htdocs/jenkins-project/
I tried using mod_jk and have configured a worker property with name worker1 and am using it in httpd.conf
as mentioned below
JkMount /jenkins-project/*
worker1
But still throwing an error
File does not exist: /srv/www/htdocs/jenkins-project/