User: mnf999 Date: 01/06/14 10:34:51 Added: documentation TEMPLATE.jsp head.jsp migration.jsp navigation.jsp slogan.jsp Log: The jsp for the documentation stuff, also I ported the faq.jsp to give an example on how to use it Revision Changes Path 1.1 newsite/documentation/TEMPLATE.jsp Index: TEMPLATE.jsp =================================================================== <jsp:include page="head.jsp" flush="true" /> <jsp:include page="slogan.jsp" flush="true" > <jsp:param name="SLOGAN" value=""/> </jsp:include> <jsp:include page="navigation.jsp" flush="true" /> 1.1 newsite/documentation/head.jsp Index: head.jsp =================================================================== <head> <title>JBoss - WORLD CLASS J2EE TECHNOLOGIES IN OPEN SOURCE</title> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <meta name="author" content="JBoss Team"> <meta name="description" content="JBoss/Server is an Open Source, standards-compliant, Enterprise JavaBeans application server implemented in 100% Pure Java, as is our full product suite. The JBoss community of over 500 developers world wide is working to deliver the full range of J2EE tools as the premier Enterprise Java application server for the Java 2 Enterprise Edition platform. JBoss/Server and other JBoss products are delivered under a public license. With 1500 downloads per day on average, JBoss/Server is the fastest growing J2EE based server."> <meta name="keywords" content="bean-managed persistence, BMP, Connector architecture, JCA, container-managed persistence, CMP, deployment descriptor, EJB, Enterprise Java Beans, EJB container, EJB server, J2EE server, Java Naming and Directory Interface, JNDI, Java Transaction API, JTA, Java Transaction Service, JTS, JSP container, RMI, RMI-IIOP, servlet container, session bean, entity bean, Web container, JBoss/Server, JBossTX, JBossMQ, JBossSX, JBossMail, JBossCX, JBossNS, JBossCMP, Pet Store, Java Pet Store"> <meta name="title" content="JBoss - WORLD CLASS J2EE TECHNOLOGIES IN OPEN SOURCE"> <link rel="stylesheet" type="text/css" href="../main.css" > </head> <body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> <!-- HEAD --> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td bgcolor="#2c922f" background="../pictures/headback1.jpg"><img src="../pictures/head1.gif" width="180" height="165"></td> <td bgcolor="#2c922f"><img src="../pictures/head2.gif" width="200" height="165"></td> <td bgcolor="#2c922f" background="../pictures/headback2.jpg"><img src="../pictures/head3.gif" width="380" height="165"></td> <td width="100%" background="../pictures/headfill.gif"><img src="../pictures/t.gif" width="6" height="1"></td> </tr> </table> 1.1 newsite/documentation/migration.jsp Index: migration.jsp =================================================================== <jsp:include page="head.jsp" flush="true" /> <jsp:include page="slogan.jsp" flush="true" > <jsp:param name="SLOGAN" value="JBOSS MIGRATION GUIDE"/> </jsp:include> <!-- CONTENT --> <p class="head"><b>GENERAL STRATEGY</b> <p class="text">Do not erase your old JBoss installation before you have the new one up and running with your application. Is also a good thing to make new backups of all the files you love before you start to upgrade :-).</p> <p class="text"> You could try using your old configuration files, changing some values and adding all the needed new configuration values. But in most cases it is better to start with the new configuration files that ship with the distribution and reapply your changes to these files.</p> <p class="text">The following step should be taken for <b>every upgrade</b> of the JBoss server: <ul class="text"> <li>On the side of the client you need to replace the jars you copied from the JBoss distribution. Replace these jars with the new versions of these jars. The new versions of the jars can be found in the client/ directory of the distribution.</li> <li>Check the <a href="http://sourceforge.net/tracker/?atid=381174&group_id=22866&func=browse">Change Notes/changelog on Sourceforge</a> for the release you are upgrading to. For a complete changelog select every release between your old version and the version you are migrating to on this page at the "Group" selector.</li> </ul> <p class="head"><b>MIGRATION FROM 2.0 TO 2.2</b> <ul class="text"> <li>For converting your <b>JDBC datasource</b> configuration read the section "Upgrading from JBoss 2.0 FINAL" in the JDBC chapter of the <a href="/documentation/HTML/index.html">manual</a> please.</li> <li>If you provided a <b>jboss.xml</b> file with your jar you should change the value of <em><container-invoker></em> to <em>org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker</em> . It is no longer needed to select jrmp12 or jrmp13 since JBoss should select the correct version for you automatically.</li> <li>There are more jar archives for the <b>client side</b> now. At least you need to copy the following archives and include them into the CLASSPATH at the client side: <em>jboss-client.jar, jbosssx-client.jar</em> and <em>jnp-client.jar</em>. Depending on what functionality you use in your client you may need to include additional archives from the <em>jboss/client/</em> directory.</li> </ul> <p class="head"><b>MIGRATION FROM PRE2.1 TO 2.2</b> <ul class="text"> <li>If you were using <b>message driven beans</b> (MDB) you should change <br> <em><jms-message-selector> </jms-message-selector></em> to <em><message-selector> </message-selector></em><br> and <br> <em><jms-destination-type> </jms-destination-type></em> to <em><destination-type> </destination-type></em><br> (by Torsten Terp)</li> </ul> <p class="head"><b>MIGRATION FROM 2.2 TO 2.2.1</b> <ul class="text"> <li>If you were using <b>CastorJDO</b> module, you should get the <a href="../castorjdo/jboss-castorjdo.jar">new version of it</a> and move its configuration from <em>jboss.conf</em> to <em>jboss.jcml</em>. See detailed descripion of the configuraton <a href="../jboss-castor.jsp">here</a> (a tip: the order and the meaning of parameters wasn't changed). </ul> <p class="head"><b>MIGRATION FROM 2.2.1 TO 2.2.2</b> <ul class="text"> <li>Please check the <a href="http://sourceforge.net/tracker/?atid=381174&group_id=22866&func=browse&_group=117588">Change Notes for the 2.2.2 release on Sourceforge</a>.</li> </ul> <p class="head"><b>PLEASE HELP</b> <p class="text">At the moment these instructions are far away from being complete. Please send a small description of the steps which are not yet included here but which you needed to take for your migration to one of the <a href="../lists.jsp">JBoss mailing lists</a>. Use a subject like "Migration from 2.x to 2.y" and send it either to JBOSS-DOCS or JBOSS-DEV. Your contribution will then be added to these instructions. Thank you. <jsp:include page="navigation.jsp" flush="true" /> 1.1 newsite/documentation/navigation.jsp Index: navigation.jsp =================================================================== </div></td><td><img src="../../pictures/t.gif" width="15" height="1"></td> </tr> </table> </td> <td valign="top" height="340"><img src="../pictures/main2.gif" width="65" height="340"></td> </tr><tr> <td bgcolor="#dcdcdc"><img src="../pictures/t.gif" width="115" height="1"></td> <td><img src="../pictures/tail1.gif" width="80" height="15"></td> <td width="100%" bgcolor="#dddddd" align="right"><img src="../pictures/tail2.gif" width="10" height="15"></td> <td><img src="../pictures/t.gif" width="65" height="1"></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" width="100%" height="10"><tr> <td width="150"><img src="../pictures/t.gif" width="150" height="1"></td> <td width="100%"><img src="../pictures/t.gif" width="1" height="1"></td> <td width="65"><img src="../pictures/t.gif" width="65" height="1"></td> </tr><tr> <td width="150" align="center"> <p class="copy"> Designed by <a class="copy" href="mailto:[EMAIL PROTECTED]">NeoLine</a> </td><td align="right" width="100%"> <p class="copy"> Copyright © 1999-2001, <a class="copy" href="http://jboss.org">jboss.org</a>. All rights reserved. </td> <td width="65"><img src="../pictures/t.gif" width="65" height="10"></td> </tr></table> <!-- NAVIGATION LAYER --> <div style="position: absolute; left: 0px; top: 170px; z-index: 10;"> <table cellspacing="0" cellpadding="0" border="0" width="150"><tr> <td><img src="../pictures/tb1u.gif" width="25" height="28"></td> <td background="../pictures/tb2u.gif" width="110"><img src="../pictures/t.gif" width="1" height="1"></td> <td><img src="../pictures/tb3u.gif" width="15" height="28"></td> </tr><tr> <td background="../pictures/tb6.gif" valign="top"><img src="../pictures/tb4.gif" width="25" height="40"></td> <td> <table cellspacing="0" cellpadding="0" border="0"> <tr><td width="110" height="16" bgcolor="#c6b80b"><p class="linkhead"> DOWNLOAD </td></tr></table> <a class="linkmenu" href="../cvs.jsp">Source code</a><br> <a class="linkmenu" href="../binary.jsp">Binary</a><br> <a class="linkmenu" href="../doco.jsp">Documentation</a><br> </td> <td valign="top"><img src="../pictures/tb5.gif"></td> </tr><tr> <td><img src="../pictures/tb7.gif"></td> <td colspan="2"><img src="../pictures/t.gif"></td> </tr></table> <table cellspacing="0" cellpadding="0" border="0" width="150"><tr> <td><img src="../pictures/tb1.gif" width="25" height="28"></td> <td background="../pictures/tb2.gif" width="110"><img src="../pictures/t.gif" width="1" height="1"></td> <td><img src="../pictures/tb3.gif" width="15" height="28"></td> </tr><tr> <td background="../pictures/tb6.gif" valign="top"><img src="../pictures/tb4.gif" width="25" height="40"></td> <td> <table cellspacing="0" cellpadding="0" border="0"> <tr><td width="110" height="16" bgcolor="#c6b80b"><p class="linkhead"> PRODUCT SUITE </td></tr></table> <a class="linkmenu" href="../jboss-overview.jsp">J2EE Overview</a><br> <a class="linkmenu" href="../jboss-projects.jsp">JBoss Projects</a><br> <a class="linkmenu" href="../jboss-third.jsp">JBoss 3rd Party</a><br> </td> <td valign="top"><img src="../pictures/tb5.gif"></td> </tr><tr> <td><img src="../pictures/tb7.gif"></td> <td colspan="2"><img src="../pictures/t.gif"></td> </tr></table> <table cellspacing="0" cellpadding="0" border="0" width="150"><tr> <td><img src="../pictures/tb1.gif" width="25" height="28"></td> <td background="../pictures/tb2.gif" width="110"><img src="../pictures/t.gif" width="1" height="1"></td> <td><img src="../pictures/tb3.gif" width="15" height="28"></td> </tr><tr> <td background="../pictures/tb6.gif" valign="top"><img src="../pictures/tb4.gif" width="25" height="40"></td> <td> <table cellspacing="0" cellpadding="0" border="0"> <tr><td width="110" height="16" bgcolor="#c6b80b"><p class="linkhead"> RESOURCES </td></tr></table> <a class="linkmenu" href="../lists.jsp">Mailing Lists</a><br> <a class="linkmenu" href="../testimonials.jsp">Success Stories</a> <a class="linkmenu" href="../contrib.jsp">Contribute</a><br> <a class="linkmenu" href="../faq.jsp">FAQ</a><br> </td> <td valign="top"><img src="../pictures/tb5.gif"></td> </tr><tr> <td><img src="../pictures/tb7.gif"></td> <td colspan="2"><img src="../pictures/t.gif"></td> </tr></table> <table cellspacing="0" cellpadding="0" border="0" width="150"><tr> <td><img src="../pictures/tb1.gif" width="25" height="28"></td> <td background="../pictures/tb2.gif" width="110"><img src="../pictures/t.gif" width="1" height="1"></td> <td><img src="../pictures/tb3.gif" width="15" height="28"></td> </tr><tr> <td background="../pictures/tb6.gif" valign="top"><img src="../pictures/tb4.gif" width="25" height="40"></td> <td> <table cellspacing="0" cellpadding="0" border="0"> <tr><td width="110" height="16" bgcolor="#c6b80b"><p class="linkhead"> JBOSS GROUP </td></tr></table> <a class="linkmenu" href="/JBG/training.jsp">Training</a><br> <a class="linkmenu" href="/JBG/support.jsp">Support</a><br> </td> <td valign="top"><img src="../pictures/tb5.gif"></td> </tr><tr> <td><img src="../pictures/tb7.gif"></td> <td colspan="2"><img src="../pictures/t.gif"></td> </tr></table> <table cellspacing="0" cellpadding="0" border="0" width="150"><tr> <td><img src="../pictures/tb1.gif" width="25" height="28"></td> <td background="../pictures/tb2.gif" width="110"><img src="../pictures/t.gif" width="1" height="1"></td> <td><img src="../pictures/tb3.gif" width="15" height="28"></td> </tr><tr> <td background="../pictures/tb6.gif" valign="top"><img src="../pictures/tb4.gif" width="25" height="40"></td> <td> <table cellspacing="0" cellpadding="0" border="0"> <tr><td width="110" height="16" bgcolor="#c6b80b"> <p class="linkhead"> JBOSS ORG </td></tr></table> <a class="linkmenu" href="../index.jsp">The Future</a><br> <a class="linkmenu" href="../team.jsp">The Team</a><br> <a class="linkmenu" href="../news.jsp">News</a><br> </td> <td valign="top"><img src="../pictures/tb5.gif"></td> </tr><tr> <td><img src="../pictures/tb7.gif"></td> <td colspan="2"><img src="../pictures/t.gif"></td> </tr><tr> <td valign="top"><img src="../pictures/tb8.gif"></td> <td valign="top"> <table cellspacing="0" cellpadding="0" border="0"> <tr><td width="110" height="8"><img src="../pictures/t.gif"></td></tr> <tr><td width="110" height="8" bgcolor="#dddddd"><img src="../pictures/t.gif"></td></tr> </table> </td> <td><img src="../pictures/tb9.gif"></td> </tr></table> <a href="/JBG/training.jsp"><img src="../pictures/jbossgroup.gif" width="150" height="103" border="0"></a> <br> </div> <!-- TEXTURE --> <div style="position: absolute; left: 0px; top: 170px; z-index: 5;"> <table cellspacing="0" cellpadding="0" width="150" height="588" border="0" background="../pictures/tex.jpg"> <tr><td> </td></tr> </table> </div> </body> 1.1 newsite/documentation/slogan.jsp Index: slogan.jsp =================================================================== <!-- MAIN CONTENT --> <table cellspacing="0" cellpadding="0" border="0" width="100%" height="20"> <tr> <td colspan="2" width="195"><img src="../pictures/t.gif" width="195" height="1"></td> <td width="100%" align="left" valign="center" nowrap><p class="slogan"> <img src="../pictures/cog1.gif" width="44" height="13" align="absmiddle"> <!-- SLOGAN --> <%= request.getParameter("SLOGAN") %> <img src="../pictures/cog2.gif" width="44" height="13" align="absmiddle"> </td> <td width="65"><img src="../pictures/main3.gif" width="65" height="20"></td> </tr> <tr> <td bgcolor="#dcdcdc"><img src="../pictures/t.gif" width="115" height="540"></td> <td valign="top" background="../pictures/mainfill.gif"><img src="../pictures/main1.gif" width="80" height="340"></td> <td width="100%" bgcolor="#dddddd" valign="top"><br> <table celspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td><div align="justify"> _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development