• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

WebLogic 9 connection refused ?!

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I installed two weblogic(trial version)on 1 PC and 1 Linux.

The PC version is fine. But when I try to run the example server on Linux server, I can only browse the following urls

http://localhost:7001/ and http://127.0.0.1:7001/

it gives me the error message("connection refused") if I replace the 'localhost' with ip address(192.168.17.67).

but it doesn't happen on the winXP PC.

I am sure there is no firewall on linux since jboss is running on 8080, websphere on 9060....

any advise ?!

FRank
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
FRank,

verify if the Listen Address parameter is correctly setted for your WLS server. You can find it using administration console in
Your_server_name -> Configuration -> General -> Listen Address.
try tu put there 192.168.17.67

Best Regards,
KArol Muszynski
 
reply
    Bookmark Topic Watch Topic
  • New Topic