Hello, there,

I'm working with JavaWebServer2.0, I changed a jsp
file named login.jsp, when I loaded
the new version, I got an error as following:

500 Internal Server Error
Java Server Page Translation Error
Error during compilation:

I/o Exception reported when compiling
/opt/JavaWebServer2.0/tmpdir/default/pagecompile/jsp/_login.java:
Not enough space


I'm sure the file login.jsp is ok, and I checked the
disk space and memory from JWS admin page, there is
enough space available. There is only _login.java in
the directory
/opt/JavaWebServer2.0/tmpdir/default/pagecompile/jsp/.
It's seems that webserver cannot write _login.class
into the disk. After I compiled the _login.java
manually by typing command "javac _login.java",
everything is ok.

Does anybody have any idea?

thanks a lot,

hui
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
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