You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ho...@apache.org on 2002/01/11 20:49:28 UTC

cvs commit: jakarta-taglibs/standard/examples/web/sql index.jsp

horwat      02/01/11 11:49:28

  Modified:    standard/examples/web/sql index.jsp
  Log:
  Modify default examples URL.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-taglibs/standard/examples/web/sql/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/index.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.jsp	2 Jan 2002 18:49:30 -0000	1.4
  +++ index.jsp	11 Jan 2002 19:49:28 -0000	1.5
  @@ -43,7 +43,7 @@
       <tr> 
         <td>URL</td>
         <td> 
  -        <input type="text" size="40" name="dbUrl" value="jdbc:rmi://gibson:1099/jdbc:cloudscape:CloudscapeDB">
  +        <input type="text" size="40" name="dbUrl" value="jdbc:rmi://localhost:1099/jdbc:cloudscape:CloudscapeDB;create=true">
         </td>
       </tr>
     </table>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>