• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

http://MYIP:8080/forums/list.page Page Not Found

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When i use :
http://192.168.1.102:8080/forums/list.page
http://localhost:8080/forums/list.page
http://127.0.0.1:8080/forums/list.page

The forum is displayed

But when using my IP in place of localhost it dont work.

I have a router but im experienced with opening ports, thats a joke.

I have another website running off 8888 and all i had to get that online was open port 8888 why cant i just do that for 8080?

I have 8080 and 80 open on 192.168.1.102 (102 is what im on)


AnyHelp???

[originally posted on jforum.net by Joe102]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Add a <Engine> section in your server.xml to match your IP, OR a <ServerAlias> to an existing <Engine>

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Why fit in when you were born to stand out? - Seuss. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic