how to set default server and runtime for web service in config.ini [message #224042] |
Thu, 20 November 2008 09:16  |
Eclipse User |
|
|
|
Hi guys,
I have a question.
I am using eclipse3.4 and jboss tools3.0. I want to set a default server
and runtime for web service in the preference page:
windows->preferences->web services-> server and runtime. I want to set the
default values of the server and runtime(server=jboss42,runtime=jbossWS) in
eclipse's config.ini file.
Now I addd two lines as below in config.ini:
org.eclipse.jst.ws.consumption.ui.serviceServer=org.eclipse. jst.server.generic.jboss42
org.eclipse.jst.ws.consumption.ui.serviceRuntime=org.jboss.t ools.ws.creation.jbossWebServiceRT
But I can not get the result that I wanted.
Who can help me for this?
|
|
|
Re: how to set default server and runtime for web service in config.ini [message #224080 is a reply to message #224042] |
Fri, 21 November 2008 04:19   |
Eclipse User |
|
|
|
Hi,
First of all, the lines to set are:
org.eclipse.jst.ws.consumption.ui/PREFERENCE_SERVER=org.ecli pse.jst.server.generic.jboss42
org.eclipse.jst.ws.consumption.ui/PREFERENCE_RUNTIME=org.jbo ss.tools.ws.creation.jbossWebServiceRT
Secondly, you should put the above 2 lines in a plugin_customization.ini
file and then invoke Eclipse with:
eclipse -data workspace -clean -pluginCustomization
plugin_customization.ini
You'll noticed that the Web services Server and runtime preference is
updated to the server and runtime you set in the above lines.
Please give it a try. I just tried setting the default server and runtime
using the above method with WTP 3.0.3 and was able to change those defaults
in the preference.
Regards,
Kathy Chan
"grid.qian " <grid.qian@gmail.com> wrote in message
news:8148e5c175ba128df5e259172fd908a9$1@www.eclipse.org...
> Hi guys,
> I have a question.
> I am using eclipse3.4 and jboss tools3.0. I want to set a default server
> and runtime for web service in the preference page:
> windows->preferences->web services-> server and runtime. I want to set the
> default values of the server and runtime(server=jboss42,runtime=jbossWS)
> in eclipse's config.ini file.
> Now I addd two lines as below in config.ini:
> org.eclipse.jst.ws.consumption.ui.serviceServer=org.eclipse. jst.server.generic.jboss42
> org.eclipse.jst.ws.consumption.ui.serviceRuntime=org.jboss.t ools.ws.creation.jbossWebServiceRT
>
> But I can not get the result that I wanted.
> Who can help me for this?
>
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.03362 seconds