Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » how to select one profiler from multiple serverProfilers extensions
how to select one profiler from multiple serverProfilers extensions [message #214996] Mon, 09 June 2008 13:36
Eclipse UserFriend
Originally posted by: aneekah.yahoo.com

Hi All,
I have written a plug-in for extension point
org.eclipse.jst.server.core.serverProfilers. My serverProfilers extension
point is using a class extended from ServerProfilerDelegate to update VM
args or environment variables that can be set to allow profiling. My
ServerProfilerDelegate code always execute, when I tried to run the plugin
on standard Eclipse installation with WTP plugins.

If I tried to run the same plugin on eclipse installation with TPTP, It
always shows the tptp profiler Analysis Dailog and does not show or run my
custom ServerProfilerDelegate class.

Is there some way exist so that user can make selection between the TPTP
ServerProfilerDelegate class or my own custom profiler delegate class? or Is
there any other solution exist that could work around this problem?

I think its the org.eclipse.jst.server.core.internal.JavaServerPlugin class
that is loading all ServerProfilers extension points and it always execute
the first profiler extension from all loaded ServerProfilers extensions.

Secondly, I want my custom IVMRunner class to launch a Server in profile
mode. Please let me know if this possible or not?

Your help will be appreciated,
Previous Topic:java not compiling
Next Topic:Help Regarding WTP Classes in RSA7.0
Goto Forum:
  


Current Time: Thu Apr 25 22:46:59 GMT 2024

Powered by FUDForum. Page generated in 0.03116 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top