You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/01/11 12:10:25 UTC

[Apache Web Services Wiki] Updated: FrontPage/Axis/AxisWebStart

   Date: 2005-01-11T03:10:25
   Editor: ToshiyukiKimura
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/AxisWebStart
   URL: http://wiki.apache.org/ws/FrontPage/Axis/AxisWebStart

   Updating a link

Change Log:

------------------------------------------------------------------------------
@@ -3,7 +3,7 @@
 
 A: Yes. You will need to sign all of the jars in your application to ensure that all code will execute with the proper security permissions. The security model enforced by Web Start prevents the application from making connections to servers other then that from which the application was downloaded. 
 
-Please note there have been reported problems with using Web Start and authenticating proxy servers. Please refer to AxisProxy for further information on using proxy servers with Axis. 
+Please note there have been reported problems with using Web Start and authenticating proxy servers. Please refer to [http://wiki.apache.org/ws/FrontPage/Axis/AxisProxy AxisProxy] for further information on using proxy servers with Axis. 
 
 There is an additional Problem: Java Web Starts sets the system properties "proxyHost" and "proxyPort" but Axis needs "http.proxyHost" and "http.proxyPort". So I use the following code in my client: