I have two Linux servers lets call them dev1 and dev2. dev1 is running a website lets call it abc.com. I wanted to clone the website to dev2 and call it abc2.com. So I installed the database and tomcat on dev2 server and copied the database and synced the tomcat directory from dev1 to dev2.
Now Im facing a few problems. When I put the IP address of dev2 on my browser nothing shows up which means tomcat is not running on port 80. But if I put the IP address of dev2 and then :8090, it appears like it forwarding to abc.com.
I want abc2.com to run independently on port 80 on dev2 and it should not be forwarding to abc.com.
Please help.