You are here
Home > Programming > Java > Struts2 > Tutorial Exception Handling Apache Struts2

Tutorial Exception Handling Apache Struts2

Tutorial Exception Handling Apache Struts2
  • Tambahkan file “register.jsp” (src/main/webapp), replace dengan script dibawah ini:
  • Tambahkan file “securityerror.jsp” (src/main/webapp), replace dengan script dibawah ini:
  • Tambahkan file “thankyou.jsp” (src/main/webapp), replace dengan script dibawah ini:
  • Buka dan replace script di file “index.jsp” (src/main/webapp) dengan script dibawah ini
  • Selesai, bisa kita test sekarang
  • Klik kanan project name >> Run As >> Maven Build… >> pada isian goals ketik “jetty:run” >> klik RUN
  • Buka browser http://localhost:8080
  • Selamat mencoba,

    salam berbagi,
    wijaksana

    Leave a Reply

    Top