|
| 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 09:31  |
Larry Isaacs Messages: 1261 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
|
|
|
Powered by
FUDForum. Page generated in 0.02068 seconds