Is it possible to load same application called from different URLs?
I have tried different configs with mod_rewrite but its not working. I am currently trying with virtual hosts but not sure if it will work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am assuming that since you are mentioning that you are using mod_rewrite, you are fronting, Tomcat with Apache?
If so, why not use Apache as a reverse proxy?
An example config for Apache would be: Where Tomcat is assumed to run on Port 8080 with Tomcat’s ROOT context serving out the application.