Question
How to redirect my tomcat port
Hello, I’m very new to working with a cloud server. I have some difficulties when I deploy my java projects to the cloud server. I already change my tomcat port 8080 to port 80. And I have my domain mydomain.com. Right now, when I try to enter my domain it goes to the tomcat page. I want to redirect to my project which is located in mydomain.com/myproject when the user enters my domain. Can someone help me? I really need help. I use JDK 11 and apache tomcat 9.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×