glyn 02/02/21 04:12:50 Modified: targets/axis faq.html mail.html Log: Update Axis FAQ and mailing list info. Revision Changes Path 1.2 +13 -0 xml-site/targets/axis/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/xml-site/targets/axis/faq.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- faq.html 13 Jul 2001 18:09:03 -0000 1.1 +++ faq.html 21 Feb 2002 12:12:50 -0000 1.2 @@ -26,6 +26,9 @@ Recently, the XML Protocol working group decided to retain the SOAP name, so perhaps it would have been better to keep Axis as part of the Apache SOAP project. C'est la vie. +<p> +(According to the README, AXIS stands for "Apache eXtensible Interaction System", +which could mean almost anything.) </blockquote> <i>Is Axis close to a release of some kind?</i> <blockquote> @@ -41,6 +44,16 @@ To keep track of Axis's progress: <li><a href="http://www.apache.org/~rubys/ApacheClientInterop.html">Sam Ruby's Axis/SOAP interop page</a></li> <li><a href="http://xml.apache.org/websrc/cvsweb.cgi/~checkout~/xml-axis/java/docs/requirements.html?content-type=text/html">The requirements & status page.</a></li> +</blockquote> +<i>Why do some classes fail to load under Tomcat?</i> +<blockquote> +Tomcat will not load classes with package names starting "java." or "javax." from the WEB-INF +directory. jars containing such classes need to be installed in $TOMCAT_HOME/common/lib +rather than in WEB-INF/lib. Currently (21 Feb. 2002), axis.jar is such a jar. +</blockquote> +<i>What if I can't find the answer to my question here?</i> +<blockquote> +Try the <a href="mail.html" target="body">mailing lists</a>. </blockquote> </body> </html> 1.7 +19 -12 xml-site/targets/axis/mail.html Index: mail.html =================================================================== RCS file: /home/cvs/xml-site/targets/axis/mail.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mail.html 26 Sep 2001 20:26:55 -0000 1.6 +++ mail.html 21 Feb 2002 12:12:50 -0000 1.7 @@ -13,34 +13,41 @@ <p>While the mailing lists are not archived on Apache they are available at other sites, for example <a href="http://marc.theaimsgroup.com"> -http://marc.theaimsgroup.com</a> is pretty good. - -<br><br> - +http://marc.theaimsgroup.com</a> is pretty good and is used for searching below. +<br> +<br> +<hr> <b>The Axis User List</b><br> <b>Medium Traffic</b> <a href="mailto:[EMAIL PROTECTED]">Subscribe</a> <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a> <a href="mailto:[email protected]">Send mail to list</a> <br> - -<br> This list is for developers that are using Axis in their own projects to ask questions, share knowledge, and discuss issues related to using Axis. - <br> -<br> - +<form action="http://marc.theaimsgroup.com/" method=get> + <input type=hidden name="l" value="axis-user"> + <input type=hidden name="w" value="2"> +<table width=100% border=0 cellpadding=0 cellspacing=0> +<tr><td align=left><input type=hidden name="r" value="1">Search: <input type=text name="s" value="" size=25 maxlength=40><input type=submit value="Search"><input type=reset value="Reset"><br>[<input type="radio" name="q" value="t">] Subjects [<input type="radio" name="q" value="a">] Authors [<input type="radio" name="q" value="b" checked>] Bodies for list 'axis-user' +<br></td></tr></table> +</form> +<hr> <b>The Axis Developer List</b><br> <b>Medium Traffic</b> <a href="mailto:[EMAIL PROTECTED]">Subscribe</a> <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a> <a href="mailto:[email protected]">Send mail to list</a> <br> - -<br> This is the list where participating developers of the Axis project meet and discuss issues, code changes/additions, etc. - +<form action="http://marc.theaimsgroup.com/" method=get> + <input type=hidden name="l" value="axis-dev"> + <input type=hidden name="w" value="2"> +<table width=100% border=0 cellpadding=0 cellspacing=0> +<tr><td align=left><input type=hidden name="r" value="1">Search: <input type=text name="s" value="" size=25 maxlength=40><input type=submit value="Search"><input type=reset value="Reset"><br>[<input type="radio" name="q" value="t">] Subjects [<input type="radio" name="q" value="a">] Authors [<input type="radio" name="q" value="b" checked>] Bodies for list 'axis-dev' +<br></td></tr></table> +</form> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
