Header

  1. View current page

    정상혁의 수첩

Profile_img_60x60_08
195

페이지 지정 설정

 <!-- welcome file -->
 <welcome-file-list>
  <welcome-file>index.html</welcome-file>
 </welcome-file-list>

 

<error-page>
  <exception-type>java.lang.Exception</exception-type>
  <location>/common/error.jsp</location>
</error-page>

<error-page>
  <error-code>404</error-code>
  <location>/common/error.jsp</location>
</error-page>

History

Last edited on 07/23/2007 17:06 by benelog

Comments (0)

You must log in to leave a comment. Please sign in.