Hi,
I have written a servlet for reading a file(say HTML) and storing
its contents to a string.When I try to pass that string to the browser(using
Printwriter object say 'out')ie out.println(string),I am getting a message
like 'Internal Server error'.And this error occurs only when I use 'Java Web
Server'.My servlet works properly when I use 'Apache'.Is it a problem with
JWS?.
regards
Unni

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to