Dmitry Melekhov wrote:
> Sorry for offtopic.
>
> I can't install gnujsp for working with JServ :(
> Could somebody help me?
>
> Dmitry Melekhov
> (aka 2:5050/11.23@fidonet)
> http://www.aspec.ru/~dm
>
I have GNUJSP version 0.9.9 working quite well. In my
"example.properties" file (for a zone named "example"), I have the
following:
repositories=/classes/gnujsp.jar <-- Change path as needed for
your setup
servlet.gnujsp.code=org.jsp.JSPServlet
servlet.gnujsp.initArgs=repository=/path/to/tmpdir <-- Change for
your setup
In the Apache configuration file, I've got:
ApJServMount /example /example
ApJServAction .jsp /example/gnujsp
and all files with a ".jsp" extension get mapped to the GNUJSP servlet.
Craig McClanahan
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]