Im new to apache/tomcat, im using httpd as proxy to my tomcat application and im trying to redirect my URL path from /xyz to /abc and Im using a http proxy to do so,
can you please help with the config I need to use,
When anyone access the url http:///xyz it needs redirect to http:///8080/abc
the part where i redirect from http:/// to http:///8080/ this is successful but the path needs to redirect too.
Please help.