You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/02/04 22:47:32 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF web.xml

weaver      2004/02/04 13:47:32

  Modified:    portal/src/webapp/WEB-INF web.xml
  Log:
  added JNDI datsource configuration information
  
  Revision  Changes    Path
  1.8       +8 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- web.xml	12 Jan 2004 18:24:15 -0000	1.7
  +++ web.xml	4 Feb 2004 21:47:32 -0000	1.8
  @@ -89,6 +89,14 @@
     <welcome-file-list>
       <welcome-file>index.jsp</welcome-file>
     </welcome-file-list>
  +  
  +  <!-- JNDI Db resource -->
  +   <resource-ref>
  +      <description>DB Connection</description>
  +      <res-ref-name>jdbc/jetspeed</res-ref-name>
  +      <res-type>javax.sql.DataSource</res-type>
  +      <res-auth>Container</res-auth>
  +  </resource-ref>
   
     <!-- Protect LogInRedirectory.jsp.  This will require a login when called -->
     <security-constraint>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org