User: tobias  
  Date: 01/01/19 02:12:46

  Modified:    documentation tomcat.htm
  Log:
  fixed broken links
  
  Revision  Changes    Path
  1.3       +2 -32     newsite/documentation/tomcat.htm
  
  Index: tomcat.htm
  ===================================================================
  RCS file: /products/cvs/ejboss/newsite/documentation/tomcat.htm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tomcat.htm        2000/12/06 01:00:06     1.2
  +++ tomcat.htm        2001/01/19 10:12:45     1.3
  @@ -330,7 +330,7 @@
                                </p>
                                <p>In case you don't want to read all the J2EE spec, 
here is a brief summary of what you have to do:<ol>
                                  <li><b>Write your beans</b> and package them in an 
ejb-jar file. You don't have to do anything special here. See the 
  -                                     <a href="manual/developing.html">manual</a> 
for details on how to package beans for jboss.<br>&nbsp;
  +                                     <a href="../manual/developing.html">manual</a> 
for details on how to package beans for jboss.<br>&nbsp;
                                  <li><b>Write your servlets/JSPs</b> and package them 
in a war file. Assuming you have a bean deployed under the jndi name "myBean", 
                                        the calls to this bean from your servlets will 
look like that:
   <pre>MyBeanHome home = (MyBeanHome)new InitialContext().lookup("myBean");
  @@ -373,7 +373,7 @@
                                </ol>
                          </p>
                                <p>
  -                               For a full example including a servlet and an EJB, 
see the <a href="zip_archives/contrib-cvs-sources.zip">contrib</a> module
  +                               For a full example including a servlet and an EJB, 
see the <a href="../zip_archives/contrib-cvs-sources.zip">contrib</a> module
                                </p>
   
         </td>
  @@ -519,36 +519,6 @@
           </tr>
           </tbody>
         </table>
  -      <table border="0" cellpadding="0" cellspacing="0" width="100%">
  -        <tbody>
  -        <tr>
  -          <td bgcolor="#FFFFFF">
  -            <div align="right"> <img src="picture/corner-w.gif" width="10" 
height="22"></div>
  -          </td>
  -          <td bgcolor="#336600" width="100%" nowrap><font 
face="Arial,Helvetica,sans-serif" color="white" size="3"><b>Have
  -            a look at... </b></font></td>
  -          <td bgcolor="#396c06"><img alt="o" height="1" src="picture/blank.gif" 
width="1"></td>
  -        </tr>
  -        <tr height="253">
  -          <td></td>
  -          <td bgcolor="#ffcc00" width="100%">
  -            <table border="0" cellpadding="2" cellspacing="0" width="100%">
  -              <tbody>
  -              <tr>
  -                <td>
  -                  <table border="0" cellpadding="2" cellspacing="0" width="100%">
  -                    <tr height="21">
  -                      <td width="67" height="21"><a href="mailing.htm" 
target="mainFrame"><font face="Myriad Web,Arial" size="3" color="black">Mailing
  -                        lists </font></a></td>
  -                    </tr>
  -                    <tr>
  -                      <td width="67"><a href="cvs.htm" target="mainFrame"><font 
face="Myriad Web,Arial" size="3" color="black">CVS</font></a></td>
  -                    </tr>
  -                    <tr>
  -                      <td width="67"><a href="binary.htm" target="mainFrame"><font 
face="Myriad Web,Arial" size="3" color="black">Binary</font></a></td>
  -                    </tr>
  -                    <tbody> </tbody>
  -                  </table>
                   </td>
                 </tr>
                 </tbody>
  
  
  

Reply via email to