DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14169>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14169

Bug in 4.x

           Summary: Bug in 4.x
           Product: Tomcat 4
           Version: Unknown
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The first time a JSP or Servlet is called from an HTML link, everything is 
fine.  Two files of a JSP/Servlet are created in the following directory:
C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\iss_web_site
(ie-addNewResume_jsp.class, addNewResume_jsp.java) (depending where the app is 
installed)
If you rename the JSP/Servlet (AddNewResume.jsp - Capital A) and try to call it 
from an HTML link, you will get an error stating the file cannot be found.  You 
must manually go into the above directory and delete the files 
(addNewResume_jsp.class, addNewResume_jsp.java) , which were created.  The next 
time the JSP/Servlet is called it will be as if it was called for the first 
time; works fine.  The files will be created properly: AddNewResume_jsp.class, 
AddNewResume_jsp.java and the JSP/Servlet will run.

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to