Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Restarting........ within the JSP forums, part of the Web Development category; Hello all, Whenever we modify a servlet class or what ever, we have to restart the tomcat server. But thats not the case with jsp(s). We can add/remove do whatever, ...
|
|||||||
|
|||
|
Restarting........
Hello all,
Whenever we modify a servlet class or what ever, we have to restart the tomcat server. But thats not the case with jsp(s). We can add/remove do whatever, and it ll work w/o restarting tomcat. Why is it with servlets? JSP also becomes a servlet internally but it doesnt require restarting? What is the reason? Any idea.......... Thanks... |
| Sponsored Links |
|
|||
|
Re: Restarting........
jsp page takes two steps to compile
1)translate from jsp page to servlet 2)compile servlet to .class file (compiler works here) servlet takes 1 step to compile 1)compile servlet to .class file(compiler checks syntax error here) |
| The Following User Says Thank You to jyoti.bhandari For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Restarting Laptop | croopa194 | Networking | 0 | 09-17-2008 01:03 PM |