Are you setting the content type for the page? If you are sending an html page
(assumed), use

    response.setContentType("text/html");

where response is your HttpServletResponse object.

- simon


Sandro Paoletti wrote:

> Hi !
>     I have a problem!
> I use Apache Web Server 1.3 with ApacheJServ-1.0 for run Servlet.
>
> When i run a servlet,  i see in the Browser the code of the page and not
> the page result of that code !!!
>
> What i have to do ?
> Answer to me soon if possible, i have to finish immediatly the work !
> Thank a lot!
>         Sandro
>
> _

___________________________________________________________________________
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