Geeks Talk

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.

Restarting........

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, ...

Go Back   Geeks Talk > Web Development > JSP
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

JSP JSP Related Issues and Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-25-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 991
Thanks: 155
Thanked 420 Times in 201 Posts
rijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nice
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...
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-11-2009
Junior Member
 
Join Date: Sep 2007
Location: delhi
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
jyoti.bhandari is on a distinguished road
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)
Reply With Quote
The Following User Says Thank You to jyoti.bhandari For This Useful Post:
Reply

  Geeks Talk > Web Development > JSP

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Restarting Laptop croopa194 Networking 0 09-17-2008 01:03 PM


All times are GMT -4. The time now is 02:11 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved