toshi       2004/12/30 17:36:59

  Modified:    targets/axis site.html
  Log:
  Removed the name - 'nagoya'.
  
  Revision  Changes    Path
  1.36      +7 -7      ws-site/targets/axis/site.html
  
  Index: site.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/site.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- site.html 30 Dec 2004 03:02:28 -0000      1.35
  +++ site.html 31 Dec 2004 01:36:59 -0000      1.36
  @@ -415,7 +415,7 @@
   </li>
   
   <li>
  -<a 
href="http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches";>How
 do I submit patches to Axis?</a>
  +<a href="http://wiki.apache.org/ws/SubmitPatches";>How do I submit patches to 
Axis?</a>
   </li>
   
   <li>
  @@ -1697,9 +1697,9 @@
   <li>Never expect an immediate answer. Even if someone knows the answer, it 
can take a day or two before they read their mail. So if you don't get an 
answer in an hour or two, don't panic and resend. Be patient. And put the time 
to use by trying to solve your problems yourself.</li>
   <li>Do your homework first. This document lists the foundational stuff you 
need to understand. It has also warned you that it can take a day to get a 
reply. Now imagine you get a HTTP Error '404' on a SOAP call. Should you rush 
to post a 'help' request, or should you try and find out what an HTTP error 
code is, what #404 usually means and how to use a Java debugger. We provide the 
source to make that debugging easier :)</li>
   <li>Post meaningful subject lines. You want your message read, not deleted 
unread. A subject line of 'Axis problem', 'Help with Axis', etc. is not 
meaningful, and is not likely to get many readers.</li>
  -<li>Search the <a 
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=49";>mailing list 
archives</a> FIRST to see if someone had the same problem. This list is 
searchable--and may save you much time in getting an answer to your 
problem.</li>
  +<li>Search the <a 
href="http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=209";>mailing
 list archives</a> FIRST to see if someone had the same problem. This list is 
searchable--and may save you much time in getting an answer to your 
problem.</li>
   <li>Use the <a href="http://issues.apache.org/jira/";>jira</a> database to 
search for Axis bugs, both open and closed.</li>
  -<li>Consult the <a 
href="http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages";>Axis 
Wiki</a> for its Frequently Asked Questions (FAQ), installation notes, 
interoperability issues lists, and other useful information.</li>
  +<li>Consult the <a href="http://wiki.apache.org/ws/FrontPage/Axis";>Axis 
Wiki</a> for its Frequently Asked Questions (FAQ), installation notes, 
interoperability issues lists, and other useful information.</li>
   <li>Don't email people for help directly, unless you know them. It's rude 
and presumptuous. Messages sent over the mail list benefit the whole 
community--both the original posters and people who search the list. Personal 
messages just take up the recipients time, and are unwelcome. Usually, if not 
ignored outright, recipients of personal requests will just respond 'ask the 
mail list' anyway!</li>
   <li>Know that configuration problems are hard to replicate, and so can be 
difficult to get help on. We have tried with the happyaxis.jsp demo to automate 
the diagnostics gathering for you, but it can be hard for people to be of help 
here, especially for obscure platforms.</li>
   <li>Keep up to date with Axis releases, even the beta copies of forthcoming 
releases. You wouldn't want your problem to be a bug that was already known and 
fixed in a more recent release. Often the common response to any question is 
'have you tried the latest release'.</li>
  @@ -1998,7 +1998,7 @@
   6      public static void main(String [] args) {
   7          try {
   8              String endpoint =
  -9                       "http://nagoya.apache.org:5049/axis/services/echo";;
  +9                       "http://ws.apache.org:5049/axis/services/echo";;
   10  
   11             Service  service = new Service();
   12             Call     call    = (Call) service.createCall();
  @@ -2940,7 +2940,7 @@
   <strong>The Javadocs.</strong> Full Javadocs are included with the binary 
distribution. The Javadocs can be intimidating at first, but once you know the 
major user classes, they are one of the fastest ways to an answer.</li>
   <li>
   <strong>The mailing list archives.</strong> If you know what you want but 
don't know what it's called in Axis, this is the best place to look. Chances 
are someone has wanted the same thing and someone else has used (or developed) 
Axis long enough know the name.</li>
  -<li>Consult the <a href="http://ws.apache.org/axis";>Axis web site</a> for 
updated documentation and the <a 
href="http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages";>Axis 
Wiki</a> for its Frequently Asked Questions (FAQ), installation notes, 
interoperability issues lists, and other useful information.</li>
  +<li>Consult the <a href="http://ws.apache.org/axis";>Axis web site</a> for 
updated documentation and the <a 
href="http://wiki.apache.org/ws/FrontPage/Axis";>Axis Wiki</a> for its 
Frequently Asked Questions (FAQ), installation notes, interoperability issues 
lists, and other useful information.</li>
   <li>
   <strong>WSDL2Java.</strong> Point WSDL2Java at a known webservice that does 
some of the things you want to do. See what comes out. This is useful even if 
you will be writing the actual service or client from scratch. If you want 
nice, human-readable descriptions of existing web services, try <a 
href="http://www.xmethods.net";>http://www.xmethods.net</a>.</li>
   </ul>
  @@ -5490,7 +5490,7 @@
   <td><strong>axis.jws.servletClassDir</strong></td><td>Path to where compiled 
JWS pages are placed.</td>
   </tr>
   <tr class="a">
  -<td><strong>axis.sendMinimizedElements</strong></td><td>Flag to turn on 
support for a when .NET1.0 can't correctly handle some bits of XML <a 
href="http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-667";>that it 
should.</a> The flag defaults to true; if some .NET clients are failing to 
handle a Web Service returning an empty array inside another object, set this 
flag to <em>false</em>.</td>
  +<td><strong>axis.sendMinimizedElements</strong></td><td>Flag to turn on 
support for a when .NET1.0 can't correctly handle some bits of XML <a 
href="http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-667";>that it 
should.</a> The flag defaults to true; if some .NET clients are failing to 
handle a Web Service returning an empty array inside another object, set this 
flag to <em>false</em>.</td>
   </tr>
   <tr class="b">
   <td><strong>enable2DArrayEncoding</strong></td><td>Set this to "true" to 
turn 2D array encoding on; this encoding is incompatible with .NET 1.0: 
default="false".</td>
  @@ -7269,7 +7269,7 @@
   <br> Numerous efforts are currently underway to improve Axis C++ as a whole. 
Please have a look at the <a 
href="http://wiki.apache.org/ws/FrontPage/AxisC_2b_2b";>TODO page</a> to learn 
about 1.5 plans for Axis C++.<br>
   <br>We value your feed back very much.</p>
   <br xmlns:cinclude="http://apache.org/cocoon/include/1.0";>
  -<p xmlns:cinclude="http://apache.org/cocoon/include/1.0";>Please report any 
bugs in <a href="http://nagoya.apache.org/jira/secure/Dashboard.jspa";>Jira</a> 
and feel free to let us know your thoughts and/or problems in <a 
href="mailto:axis-c-user@ws.apache.org";>axis-c-user@ws.apache.org</a>
  +<p xmlns:cinclude="http://apache.org/cocoon/include/1.0";>Please report any 
bugs in <a href="http://issues.apache.org/jira/secure/Dashboard.jspa";>Jira</a> 
and feel free to let us know your thoughts and/or problems in <a 
href="mailto:axis-c-user@ws.apache.org";>axis-c-user@ws.apache.org</a>
   <br>
   <br>We welcome you to contribute to Axis C++ and please join the discussions 
in <a href="mailto:axis-c-dev@ws.apache.org";>axis-c-dev@ws.apache.org</a>
   </p>
  
  
  

Reply via email to