• JDBC demo - can't find derby1.jdbc as a File resource

    By Nicolas Sacuta 1 decade ago

    Hi,

     

    I've installed Lotus Domino Designer 8.5.3 Revision 20110916.0921
    
    Standard Configuration L-GHUS-86PQVM
    
     
    
    XPagesJDBC.nsf  (v.2011-10-03) works great.
    
     
    
    The problem is Designer doesn&#39;t display the <strong>derby1.jdbc</strong> as a file resource (Resources\Files\...)</div>
    
    &nbsp;
    
    I can only see it in <strong>Java perespective</strong> the following path</div>
    
    WebContent\WEB-INF\jdbc\<strong>derby1.jdbc</strong></div>
    
    &nbsp;
    
    Do I need to do something else or is there a problem of installed release?
    
    &nbsp;
    
    &nbsp;
    
    • It is not a file resource

      By Philippe Riand 1 decade ago

      The file resource was a security issue as it is served by the Domino HTTP server. Thus, it makes your db user/password available .

      To prevent this, the .jdbc are located in the WebContent/WEB-INF/jdbc. You must access it from the regular Eclipse navigator.