"Joseph B. Ottinger" wrote:
>
> I'm trying to get JSP running on Apache 1.3.9. I've tried GnuJSP, but it
> doesn't seem to support beans (see
> http://werdna.homes.com/~joeo/test3.jsp; view the page source, and you can
> see the bean code still in the HTML.) I wouldn't mind trying to figure out
> if I can embed the JWSDK JSP code in apache, and use the reference code,
> but I don't want to re-invent the wheel if it's already been done.
>
> HAS anyone done this? Or does GnuJSP support it after all, and I'm just
> missing something obvious? I know that Jakarta is on the horizon, which is
> great, but... on the horizon doesn't help me do anything NOW.

The original version of GNUJSP implements JSP 0.91 which uses a different
syntax than JSP 1.0 (<BEAN> tags instead of <jsp:useBean> tags if I remember
right) but it does handle JavaBeans nonetheless. There are also at least
two "alpha" versions of GNUJSP implementations with support for JSP 1.0,
see http://www.klomp.org/gnujsp/ for details.

You should also be able to use the JSP engine from JWSDK 1.0 with Apache JServ,
at least the parts that don't rely on Servlet 2.1 features. The EA included
instructions for how to configure it for Apache JServ but I can't find them in
the latest JWSDK version. But it works fine with our servlet engine products
(WAICoolRunner and LiteWebServer) so I don't see why there should be a problem
using it with Apache.

The Reference Manuals for our WAICoolRunner and LiteWebServer include step
by step instructions for configuring our servlet engines with the JWSDK
JSP engine, see http://www.gefionsoftware.com for details. If you're familiar
with the Apache JServ configuration you should be able to use our instructions
and just adapt them to the Apache JServ configuration file structure and
syntax.


--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to