Hi Nathan its Shawn I don't know if you got a response from your posting but I will let you know what is happening. Java code is compiled the first time it is run and basically saved in a .class file like a servlet the servlet engine does not know that the source file is missing due to the fact that it is not reading that file any mor it is reading the .class file. Take a basic html file with nothing in it and save it as the same name.jsp and see if that helps. ok . Shawn ----- Original Message ----- From: "Nathan Stanford" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 9:42 PM Subject: Re: Help? > Thanks > (Nathan at Home) > > I am learning and appreciate all of the help I can get. I plan to put all > of the steps from a-z on my website and give out JSP and JRun tips in an > e-zine I am starting. I have a coldfusion e-zine with 2990+ readers > currently at www.cftipsplus.com I hope to have tutorials and more up soon. > > Thanks again, > Nathan > > > ----- Original Message ----- > From: "Scott Stirling" <[EMAIL PROTECTED]> > To: "JRun-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, January 24, 2001 11:35 PM > Subject: RE: Help? > > > > As the other respondent rightly said (sorry, I deleted the email and I > > didn't catch the name!), the problem is that when you remove the source > > file, the class file and translated java files remain under JRun's jsp > > directory. > > > > This is something that was less of a problem when virtually all JSP users > > were Servlet programmers who knew pretty well how to deal with this. But > it > > should be handled automagically by the app server. > > > > In fact Jasper in Tomcat 4.0 supports the behavior you were expecting (it > > was just added a few weeks ago). I'll enter it in our system at Allaire > as > > an enhancement request. > > > > Scott Stirling > > > > > -----Original Message----- > > > From: Nathan Stanford [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, January 24, 2001 1:46 PM > > > To: JRun-Talk > > > Subject: Help? > > > > > > > > > I have gotten JSP to work but not where I wanted but here is a new > > > problem... > > > > > > Look at the attached picture and tell me how can this happen? I have a > > > testDatabase.jsp file that does not exist anymore I have stopped and > > > restarted the jsp web servers admin and default yet it still runs > > > this file? > > > HELP Why is doing this? Also the new name testDatabaseA1.jsp gives me > a > > > 404. > > > > > > HELP, > > > Thanks, > > > Nathan > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
