• 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

Help in Wily introscope

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am new to the Introscope tool. Actually I recently downloaded the client tools recently and need help to use the tool.

My Problem: When I start the tool (Introscope) it is asking for the Host and port number. I provided localhost, 9080. These are the local details for the application in my PC. But it could not able to connect to the Enterprise Manager.

So, If any one can advise me how to use this tool in providing the local details or the contents which I needed to ask the management. Then it would be great help.

Thanks
Naveen
 
Ranch Hand
Posts: 862
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question would get a better answer from the introscope web site.
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess you are running the EM on your own workstation? I've never done that, but as long as it's up and running that sounds like it ought to work. Try your real IP address or the default 10.10 whatever instead of //localhost and see if it's any different.

You pay enough for Wily. Insiste they help you. Maybe it's the gigantic nature of my company, but they're very responsive to our pleas for help.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wily client connects to the Wily Enterprise Manager(EM) and not the application server directly. You need to specify the IP and Port of the EM to the client (not the IP and Port on which your application is running).

Here it a (very)brief overview of how Wily works:
  • Wily Agents(thats what they call them) configured on each application server sends the app information to EM.
  • EM inturn aggregates the informations from all such Agents (assuming the appliation is running on multiple JVMs).
  • The client (which you are trying to run) connects to the EM to display the aggregated app information.

  •  
    No holds barred. And no bars holed. Except this 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