0

When we change any code in servlet we need to restart Apache ,but when we change any code in JSP we need not restart Apache. Even though at last JSP is turned to Servlet.I

skaffman
  • 398,947
  • 96
  • 818
  • 769
giri
  • 26,773
  • 63
  • 143
  • 176

1 Answers1

2

You can also enable servlet reloading:

<Context reloadable="true">
Chandra Patni
  • 17,347
  • 10
  • 55
  • 65