My JSF webapp on Tomcat that resides in http://www.deprem.gov.tr:8080/pro1/bir.jsf goes directly to localhost and nothing is found.
What might be the possible causes?
|
My JSF webapp on Tomcat that resides in http://www.deprem.gov.tr:8080/pro1/bir.jsf goes directly to localhost and nothing is found. What might be the possible causes? |
||||
|
|
|
Several possible causes:
This is not necessarily related to JSF or Tomcat. It's just a misconfiguration :) |
|||
|
|
As @BalusC says, it is a configuration issue. I suggest you search for "www.deprem.gov.tr" in your project files if it is not in hosts file. You will probably see it somewhere hardcoded. |
|||
|