Everytime I change he class file that I use with .jsp, I must restart
apache. I mean, If I use a class like

MyClass mc = new MyClass();

it works fine. If I change the source of MyClass.java and recompile it,
jsp works with the old version of MyClass. I change the source of .jsp
file to force server to recompile it. it works for .jsp not for
MyClass.class. For developers it is nightmare. is there any parameter to
recompile everything?
Also it doesn't check <%jsp: page.... %> pages. Servlet server just
checks the requested .jsp file.

--
İyi Çalışmalar.

------------------------------------
Ufuk ÇOBAN
ATMUC Studio
Sound & Graphics Studio
eposta : [EMAIL PROTECTED]
eposta : [EMAIL PROTECTED]
ev sayfası : http://www.atmuc.com
ev sayfası : http://www2.elk.itu.edu.tr

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to