Show
Ignore:
Timestamp:
01/27/10 21:24:33 (14 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Vlastní (stručné) chybové hlášky (404 a 500), IP adresa pro reverzní proxy (provizorně).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • java/sql-vyuka/web/WEB-INF/web.xml

    r32 r74  
    99        <welcome-file>index.jsp</welcome-file> 
    1010    </welcome-file-list> 
     11    <error-page> 
     12        <error-code>404</error-code> 
     13        <location>/WEB-INF/chyby/404.jsp</location> 
     14    </error-page> 
     15    <error-page> 
     16        <error-code>500</error-code> 
     17        <location>/WEB-INF/chyby/500.jsp</location> 
     18    </error-page> 
    1119</web-app>