Hi crowd,

suppose you have a file called page.jsp which includes other .jsp-files
(<%@ include file="verification.jsp" %>). This verification-page gets
(with the request object) different variables posted to page.jsp and
verifies the username/password with an sql-table, generation "logged in"
or "nada, wrong password".
So far so good. Then, I change the code in verification.jsp.

When the filesystem looks at page.jsp to see wether it has been modified
(deciding if it should recompile into a servlet or not), it isn't so you'll
never see the modifications you made in the included file (verif.)

The only solution I'v come up with is to change like one character in page.jsp,
however, verification.jsp is called from tons of other .jsp's so...
Is sending a HUP-signal to httpd the only solution??


Thanks for replying to this - very basic - question :-) I'm new to jsp but
grown-up in PHP :-)


K.

--------------------------------------------------------------------------------------
Kenneth Himschoot                  [EMAIL PROTECTED]

opgelet: ik zit tot eind mei in het buitenland. U kunt mij faxen of
een voicemail nalaten op 02/706.58.69. Die berichten krijg ik dan
per email (zowel voice als fax). GSM, fax  en telefoon in Belgie
zijn onbereikbaar. Meer info op www.himschoot.com

BTW: BE-711.606.450                     HR: Gent-192.558
-GSM: 0477/365.363 -TEL: 09/377.46.89 -FAX: 09/377.26.81

"If Bill Gates had a nickel for every time Windows crashed.... Oh, wait, he
does!"

Disclaimer
The information in this e-mail is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this e-mail
by anyone else is unauthorised. If you are not the intended recipient, any
disclosure, copying, distribution or any action taken or omitted to be
taken in reliance on it, is prohibited and may be unlawful.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to