-
please answer the query
hello,
If we chnage the jsp of deployed application then we need not to restart the application server but if we change the class file in the web-inf folder then we have to restart the application server to take the changes into affect
Why so ???
Regards
Rahul Vyas
-
-
Because the jsp is called/created/executed when it is called, and it is created for each user who calls for it, but the class file is executed at the time the application server is started - a single copy for the application server, so all users run the same application. When you change the class file the previously executed source is "aged out" - no longer valid.
Similar Threads
-
By lightningtechie in forum Database
Replies: 1
Last Post: 02-07-2006, 08:34 AM
-
By Taylor Made in forum Database
Replies: 0
Last Post: 01-28-2002, 09:01 PM
-
By Mohan Ekambaram in forum Database
Replies: 0
Last Post: 12-09-2001, 11:56 AM
-
By Mohan Ekambaram in forum Database
Replies: 0
Last Post: 12-08-2001, 11:21 PM
-
By Keith Paris in forum Database
Replies: 2
Last Post: 12-01-2000, 09:30 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks