• 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

software to acess the websphere 4.0 remotely

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
Can any one suggest me how would i configure the websphere4.0 remotely.I need to access the websphere running in some system from some other system.Can any tell which software shall i install and how do i confugure that software with websphere4.0.
with warm regards
bamsi!!
 
Ranch Hand
Posts: 200
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
You can install the adminclient and other admin tools such as Resource Analyzer without installing the entire application server. All you need to do is install the adminclient on the remote machine and call:
adminclient < hostname > < port number >
This will then connect to your remote websphere.
I hope this helps,
Cheers,
Steve
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
wscp also enables you to connect to the admin server running in different host and port.Itz fairly simple and neat.But itz a bit slow though.
By the way is there any firewall in between?
 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IBM adminclient will not work with Firewalls. We are using RAS service for this. But you need software supporting this Service.
reply
    Bookmark Topic Watch Topic
  • New Topic