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

weblogic console

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is it reasonable or possible to run the console on a Weblogic server on a port different than the one the server is using to listen for connections?
I've done some looking about and have not found if this is possible or not.
TIA
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The console application is just like any other web application and listens on the same port. Thus the answer is no.
 
Edward Kuhn
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, this is what I thought. I had been requested to see if this was a possibility. We were looking to see how to secure the console from outside access.
What do others to to prevent access to the console from outside firewalls? Certainly strong passwords are part of this, running console over ssl should help also.
I do plan to read more of the on-line manuals over the weekend to find out more but need to present how securing the console can be acomplished.
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It�s not something that I have looked into very deeply, but what I think would work is use the weblogic managed server which is basically the same as having two instances running e.i. your app server and the managing server which can be bound to another port. AFIK the managed server would startup without the console application and the managing server only runs te console application.
As long as both run within the same subnet this should work (you would have to create a cluster consisting of 1 box I think)
 
This is my favorite show. And this is my favorite tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic