[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: weird gnujsp behaviour


Hi Snorre,

"Narum, Snorre" wrote:
> im getting some totally weird behaviour on my webserver.
> im running apache 1.3.4 with jserv installed. servlets works
> very well, and i have installed gnujsp and no error messages
> are logged anywhere. but... when pass the server a jsp file,
> it is treated as an ordinary html file. this might sound normal,
> but when i pass the server a jsp file that doesnt exist, it is
> passed to the gnujsp servlet, and gnujsp outputs an error.(500)

Are the existing JSP files that you request being passed on to the
JSPServlet? That is what should happen, and GNUJSP should compile and
run the page. Does that happen?

When the file does not exist a 500 error is generated by the JSPServlet.
Maybe this should be a 404 error, but does it really matter?

Regards, Vincent.