User: kunle Date: 01/03/23 18:42:25 Modified: business faq.html Log: A few minor changes Revision Changes Path 1.7 +37 -14 newsite/business/faq.html Index: faq.html =================================================================== RCS file: /cvsroot/jboss/newsite/business/faq.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- faq.html 2001/03/12 05:59:17 1.6 +++ faq.html 2001/03/24 02:42:25 1.7 @@ -74,10 +74,10 @@ <li><a class="link" href="#FAQ-JBOSS-COMPLIANCE">Is JBoss in compliance with the current EJB spec ?</a> <li><a class="link" href="#FAQ-JBOSS-COMMUNITY">What is the JBoss community ?</a> <li><a class="link" href="#FAQ-JBOSS-OBTAIN">How can I get a copy of JBoss ?</a> -<li><a class="link" href="#FAQ-JBOSS-INSTALL">How -do I install JBoss ?</a> +<li><a class="link" href="#FAQ-JBOSS-INSTALL">How do I install JBoss ?</a> <li><a class="link" href="#FAQ-JBOSS-SELL">Can I sell JBoss ?</a> <li><a class="link" href="#FAQ-JBOSS-DISTRIBUTE">Can I include JBoss in my distribution ?</a> +<li><a class="link" href="#FAQ-JBOSS-SURVIVAL">How does JBoss survive ?</a> <li><a class="link" href="#FAQ-JBOSS-IIOP">Does JBoss support RMI/IIOP ?</a> <li><a class="link" href="#FAQ-JBOSS-SOAP">Does JBoss support SOAP ?</a> <li><a class="link" href="#FAQ-JBOSS-RMH">How do I make the RMH samples work ?</a> @@ -277,9 +277,12 @@ <ul> <li>Binary: From the JBoss project's <a class="link" href="http://www.jboss.org/">homepage</a>, there is a link to JBoss <a class="link" href="binary.htm">binary distributions</a> for JDK 1.2.2 and JDK 1.3 JVMs. - <li>Source: From the JBoss CVS repository. The JBoss source code is in CVS and this route is more appropriate for developers and seasoned JBoss pros. Please note that you will need to build this version before it can be used. - <p class="text">Back to <a class="link href="#FAQ_CONTENTS">FAQ Contents</a> -</ul> + <li>Source: From the <a href="cvs.html">JBoss CVS repository</a>. + The JBoss source code is in CVS and this route is more appropriate + for developers and seasoned JBoss pros. Please note that you + will need to build this version before it can be used. + +</ul><p class="text">Back to <a class="link" href="#FAQ_CONTENTS">FAQ Contents</a> <h3><a name="FAQ-JBOSS-INSTALL"></a>How do I install JBoss ?</h3> <p class="text">If you download the binary, you can use these <a class="link" href="http://www.jboss.org/newsite/documentation/HTML/ch01s05.html">instructions</a>.</p> @@ -300,8 +303,31 @@ <p class="text">Yes JBoss is licensed under the LGPL. Which means that you are entitled to redistribute our binary (our jar) free of charge without modifications. You can distribute your code under any license you wish. If you need modifications of the core JBoss code, talk to us. <p class="text">Back to <a class="link" href="#FAQ_CONTENTS">FAQ Contents</a> + +<h3><a name="FAQ-JBOSS-SURVIVAL"></a>How does JBoss survive ?</h3> -<h3><a name="FAQ-JBOSS-IIOP"></a>Does JBoss support RMI/IIOP ?</h3> + <p class="text">JBoss is an open source project. It came into existence + due entirely to the generosity of a small but growing group of + very talented and prolific software developers and architects + who designed, developed and continue to improve the suite of J2EE + application servers available from this website. The project has + survived up to this point because this group has remained dedicated + and invested significant resources into the project. As a result + the project has thrived and an equally dedicated community of + users continue to grow around it at a phenomenal rate. + <p class="text">Today JBoss, is a large and successful open source + project with the binary distributions available on the site being + downloaded over 500 times everyday. A project of this size only + survives because <i>everyone</i> in the project's community actively + contribute to it's future. There are many forms of contributions + including financial or equipment donations (please contact the + the <a href="team.html">JBoss Board</a>), technical skills in + software development and testing and, insightful wisdom and real-life + feedback as technical authors and documenters. <i>What are you + going to contribute?</i> + <p class="text">Back to <a class="link" href="#FAQ_CONTENTS">FAQ + Contents</a> + <h3><a name="FAQ-JBOSS-IIOP"></a>Does JBoss support RMI/IIOP ?</h3> <p class="text">No. We do not support RMI/IIOP or OTS.</p> <p class="text">Back to <a class="link" href="#FAQ_CONTENTS">FAQ Contents</a> @@ -436,14 +462,11 @@ <ul> - - <li> The <i>contrib</i> - - module in CVS has an ntservice module that may - - be used - <li><a class="link" href="http://www.kcmultimedia.com/javaserv/">Running + + <li> The <i>contrib</i> module in CVS has an <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/contrib/ntservice/?cvsroot=jboss">ntservice + module</a> that may be used + <li><a class="link" href="http://www.kcmultimedia.com/javaserv/">Running a Java 2 Application as an NT Service</a> @@ -827,4 +850,4 @@ </table> </div> -</body> \ No newline at end of file +</body> _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
