Re: JSP on Linux with Apache
"Jack" <j@j.com> wrote:
>
>Anyone know of any problems with that combo?
That combo works well but... you are limited to the version of the JSDK you
can use by JServ. There are alternatives - Tomcat will work with apache,
as will NewAtlanta's Servlet Exec and Allaire's JRun. GnuJSP works well
but it is inhibited by JServ.
My $.02
Re: JSP on Linux with Apache
Raffi wrote:
> "Jack" <j@j.com> wrote:
> >
> >Anyone know of any problems with that combo?
>
> That combo works well but... you are limited to the version of the JSDK you
> can use by JServ. There are alternatives - Tomcat will work with apache,
> as will NewAtlanta's Servlet Exec and Allaire's JRun. GnuJSP works well
> but it is inhibited by JServ.
>
> My $.02
I had some problems with JServ, GNUJSP and database connectivity. My guess is
that the problem was GNUJSP and not JServ.
--
To understand recursion, we must first understand recursion.