Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » what method is invoked when right-click on a jsp and select Run on Server?
what method is invoked when right-click on a jsp and select Run on Server? [message #230267] Sun, 12 April 2009 22:59 Go to next message
Kevin Vu is currently offline Kevin VuFriend
Messages: 5
Registered: July 2009
Junior Member
Hello,

I'm looking for the method that is invoked when right-click on a jsp file
from a dynamic web project and choose "Run On Server" and was wondering if
anyone knows what is the name of that method (or in which package, class)?
Also, what method that launches the browser?

Thanks in advance!

Kevin,
Re: what method is invoked when right-click on a jsp and select Run on Server? [message #230336 is a reply to message #230267] Tue, 14 April 2009 13:31 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
Kevin Vu wrote:
> Hello,
>
> I'm looking for the method that is invoked when right-click on a jsp
> file from a dynamic web project and choose "Run On Server" and was
> wondering if anyone knows what is the name of that method (or in which
> package, class)? Also, what method that launches the browser?
> Thanks in advance!
>
> Kevin,
>

You can put a breakpoint in RunOnServerActionDelegate.run() and see who
gets called when you execute "Run On Server". It's also where the work
of starting the server and opening the browser is done.

Cheers,
Larry
Previous Topic:Re:bug#244862
Next Topic:Bug#244862 - Closing the server project doesn't call stop server
Goto Forum:
  


Current Time: Thu Mar 28 13:35:43 GMT 2024

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

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

Back to the top