• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Problem in connecting to weblogic console

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello , all
The version of weblogic server I installed is 7.0, and the platform is windows xp professional edition. It's ok when I connect to weblogic console by typing "http://localhost:7001/console" in ie. The machine ip that install the weblogic server is 192.168.100.48, but it fails to connect to weblogic server when typing "http://192.168.100.48:7001/console". I feel confused, what's wrong with the machine??
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
There is nothing wrong with the machine Actually its the setting you have specified in the console is making the trick.
Just open the console using localhost in the URL and click on your server. In Configuration->General tab remove "localhost" from "Listen Address" field. After this you will be able to access admin console using both ip and localhost (and also using the DSN name) in the URL
HTH.
Ashu
 
There is no beard big enough to make me comfortable enough with my masculinity to wear pink. 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