Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Wtp-wst-dev] Regarding the Proxy Authentication


Hi Anshuk,

Please use the WTP newsgroup[1] for user related questions. I've posted your question over there. Here's my take on this issue:

When you set the proxy information in the WTP preference. These settings are applied to the JRE that's running Eclipse/WTP. It is not applied to the JRE that's running your server (ex. Tomcat) even if you created the server within WTP. Since your JSP runs on the server, your JSP does not have access to the proxy information that's defined in the preference.

[1] news://news.eclipse.org/eclipse.webtools

Thanks,

Jeff



Anshuk Palchaudhuri <anshuk.pal@xxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx

08/12/2005 09:28 AM

Please respond to
"Web Standard Tools developer discussions."

To
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
[Wtp-wst-dev] Regarding the Proxy Authentication





Hi Guys,

What I want know is that does the proxy authentication really work
properly in new the Eclipse WSTools.

Actually I was trying to acccess an external web Service using JSP
Page as a client and since I am behind the firwall i had to give the
Proxy Information.
When I am giving the same information in the JSP code itself
like System.getProperties().put("http.proxyHost","**************");
and so on.....its working.
but when I try to use the
Windows->Preferences->Internet->ProxySettings by giving the same
information it does not work.
And before that I enable the HTTP Proxy Authentication of
Windows->Prefernces->Install/Update

I have no idea why it is noy working....
Can anyone hlep me?

Anshuk
_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


Back to the top