Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How the server configuration arguments works
How the server configuration arguments works [message #229015] Mon, 16 March 2009 04:07 Go to next message
Xia Jun Shi is currently offline Xia Jun ShiFriend
Messages: 15
Registered: July 2009
Junior Member
Hi,
I am working on the bug 137822. So far the problem is because that the
arguments in the configuration are not set properly (see
http://xiajunshi.wordpress.com). Somebody knew how to set the
configuration arguments for the server in the program and how those
arguments works?

Shelley
Re: How the server configuration arguments works [message #229110 is a reply to message #229015] Tue, 17 March 2009 14:48 Go to previous messageGo to next message
Angel Vera is currently offline Angel VeraFriend
Messages: 63
Registered: July 2009
Member

I am not totally clear on what you are looking for, but take a look at:
- org.eclipse.wst.server.core.internal.Server.getLaunchConfigu ration
(boolean, IProgressMonitor)
- org.eclipse.jst.server.tomcat.core.internal.TomcatLaunchConf igurationDele
gate

See if it can help you answer your question.

xjshi1@learn.senecac.on.ca (Xia Jun Shi) wrote in
news:74c5f003cb242c59a6501778ac702d2f$1@www.eclipse.org:

> Subject: How the server configuration arguments works
> From: xjshi1@learn.senecac.on.ca (Xia Jun Shi)
> Newsgroups: eclipse.webtools
>
> Hi,
> I am working on the bug 137822. So far the problem is because that the
> arguments in the configuration are not set properly (see
> http://xiajunshi.wordpress.com). Somebody knew how to set the
> configuration arguments for the server in the program and how those
> arguments works?
>
> Shelley
>
>


Regards,
--
Angel Vera
WTP Server Tools Developer
Re: How the server configuration arguments works [message #229131 is a reply to message #229110] Tue, 17 March 2009 16:59 Go to previous messageGo to next message
Xia Jun Shi is currently offline Xia Jun ShiFriend
Messages: 15
Registered: July 2009
Junior Member
Hi,

want to know that which class and which method will be invoked in the
tomcat editor after I click the link of "Open launch configuration" so
that the arguments in the "Edit configuration" like "program arguments"
and "VM arguments" will be set.

Shelley
Re: How the server configuration arguments works [message #229138 is a reply to message #229131] Tue, 17 March 2009 17:32 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
Xia Jun Shi wrote:
> Hi,
>
> want to know that which class and which method will be invoked in the
> tomcat editor after I click the link of "Open launch configuration" so
> that the arguments in the "Edit configuration" like "program arguments"
> and "VM arguments" will be set.
> Shelley
>

You could set a breakpoint in
TomcatServerBehavior.setupLaunchConfiguration() and when it gets hit,
examine the stack to see who gets invoked.

Cheers,
Larry
Previous Topic:XSL Graduation/Move Review
Next Topic:WSDL - Element and Type synchronous issue
Goto Forum:
  


Current Time: Fri Apr 19 23:57:54 GMT 2024

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

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

Back to the top