How do I configure Tomcat to redirect the following:
- https://localhost:8080/app1 to http://localhost:15000/
https://localhost:8080/app1/abc to http://localhost:15000/abc
- https://localhost:8080/app2/abc to http://localhost:22000/abc
? Thanks!
How do I configure Tomcat to redirect the following:
https://localhost:8080/app1/abc to http://localhost:15000/abc
? Thanks!