[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: Install problems with gnujsp1.0.0
Sebastien Ailleret wrote:
>I've just got one problem : I don't manage to make apache understand
>that .jsp files are special : it just send back the content of the file
>in plain/text. I have put the line "ApJServAction .jsp /jp/gnujsp" in my
>jserv.conf. Is there a line to add in httpd.conf (AddHandler or
>something like that) ?
I too had the same problem you describe until I added the following
lines
to httpd.conf:
AddHandler jsp-handler .jsp
Action jsp-handler /servlets/gnujsp
(modify for whatever you are calling/mounting your zone as, mine is
/servlets)
I am not sure why this is necessary as the stuff I read didn't
explicitly mention it unless you were running on older versions
of jserv (0.9x...)...
Hope it helps.
--
Pat O'Neil - poneil@moonlight.net
"Linux, where you want to BE, when Windows(tm) tells you where to GO!