how to configure tomcat 5.5 to change localhost to ip address -
i run application on http://localhost:8080 want use machine ip address or alias instead of localhost put application on internet. please tell me how can this.
please me....
i don't know tomcat, if you're using windows, can edit hosts file redirect localhost ip address.
to this:
- press windows key + r
- type
notepad.exe
- go file > open
- open file
c:\windows\system32\drivers\etc\hosts
- put name , ip address want website go format:
ip alias
- save
example of correct hosts file:
12.345.678.90 www.example.com
note: access localhost 127.0.0.1 http://127.0.0.1:8080
Comments
Post a Comment