hi

i am using javawebserver2.0 with patch3
i have written some jsp pages all are working fine except one.
In that one the servlet ingine create the java file but not able to crete a
class file for that and it doesnt give any error on java webserver console
in browser it shows internal server error code 500.
So i manually go to the directory

C:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_examples\_jsp\_samples\_
myfolder>

and givinen javac _myfile.java
(_myfile.java is created by JSP ingine)

this will lead to successful compilation of java file, after that when i
invoke the jsp file it works fine

so please can any body help me to overcome the problem

that file is working perfectlly in JSWDK1-2-1 and even in javawebserver
except not able to create class file when i made changes in jsp file(even
for first time).

i tried this without patch also but fails to overcome.

shailendra

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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