Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > JSP Basics
|
JSP Basics Beginning-level questions on JSP. More advanced coders should post to Pro JSP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the JSP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 21st, 2007, 06:33 AM
Registered User
 
Join Date: May 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default JSP Cannot save Modified Code


     I have Created number of JSP Applications with html code, in which if I make any changes on JSP (for eg I want to add one more button ) and run it , it will not Change(will not add new button) and retains the previous code and works. But if i save as the same file with some other name , it works properly(ie adds new button).

Can anyone say the reason ? and how to solve it? .




 
Old September 4th, 2007, 06:47 AM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 373
Thanks: 0
Thanked 1 Time in 1 Post
Default

Number of JSP applications? what is that? are trying to say no.of jsp pages!

Which app server you are using? be little informative.

- Rakesh
 
Old September 9th, 2007, 03:41 AM
Authorized User
 
Join Date: May 2007
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Default

try to restart the apache server.
may be old class file cached

http://studyjava.org/forums/
 
Old September 15th, 2007, 01:27 AM
Registered User
 
Join Date: Sep 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Ant_Yan
Default


What kind of web container did you use? is Tomcat? Weblogic? or Jboss?

It shouldn't like that, jsp file will auto update when you do some changes. Ant the change occurs when you send a new request, web container will first see if the jsp should update, and then jsp will display on the browser.

So make sure your browser will send a new request to get the newer jsp, may be that is the problem







Similar Threads
Thread Thread Starter Forum Replies Last Post
run code on save?? Vince.Bixby Word VBA 3 December 29th, 2006 04:28 AM
VB code in Report Modified bright_mulenga Access 1 November 24th, 2006 06:02 AM
Save file location code. JpaulH Access VBA 2 June 9th, 2006 07:50 AM
save file in csv, txt format in jsp URGENT ernidhi2003 JSP Basics 1 October 14th, 2004 04:59 PM
program code for "save" (F9) command mario_fluegge Access 3 August 8th, 2003 04:50 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.