[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: Install problems with gnujsp1.0.0
Hi Sebastian!
1. Your config looks fine AFAIS, except:
- you didn't set pagebase to what your document root is
- you copied initargs unchanged from the example:
did you create /var/local/jsp and made
it writable by the webserver?
2. Did you make sure the apache server can actually write jserv.log?
It's different then the other logs because its not written by
root at least on jserv 1.1b2/3.
That may show more info.
>
>Hello,
>
>I have Linux Mandrake 6.0, jdk1.2 (from blackdown), apache 1.3.6 and
>Jserv installed. Everything works well.
>
>In order to install gnujsp, I create a new zone (jb). In this zone,
>servlets are working (ie the servlet IsItWorking works well).
>
>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) ?
>
>When I call hello.jsp, I receive the file in plain text (ie the text of
>the jsp). Nothing appears in the log except in the access.log of course.
>
>I tried with ApacheJServ/1.0fc1 and ApacheJServ/1.1b2, and it is exactly
>the same. Here are my config files.
>
>Thanks for all
Ciao,
Carsten