I have the PREFIX set in /etc/default/jenkins file

# port for HTTP connector (default 8080; disable with -1)
HTTP_PORT=8081

# servlet context, important if you want to use apache proxying
PREFIX=/jenkins

But if i open the URL wit prefix

http://abc.cv.xy.com:8081/jenkins <http://3v281.cv.hp.com:8081/jenkins>  
 or http://abc.cv.xp.com/jenkins

I get 404 Error

Status Code: 404Exception: 
Stacktrace:

(none)


------------------------------
*Generated by Winstone Servlet Engine v0.9.10 at Tue Oct 15 16:41:37 PDT 
2013*

I also have apache reverse proxy setup under 
/etc/apache/conf.d/jenkins-conf file

ProxyPass /jenkins http://localhost:8081/jenkins
ProxyPassReverse /jenkins http://localhost:8081/jenkins
ProxyRequests   Off
ProxyPreserveHost on


Can anyone help me to rectify this issue? 

Thanks,
M

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to