[EMAIL PROTECTED] wrote:
> Jinpeng Xie wrote:
> > I am wondering whether there is a web server that can process jhtml
> > files and can run on Linux platforms.
> >
> > Java web server can process jhtml, but only run on NT and Solaris.
> > I didn't read documentation about apache very recently.
>
> Try Jigsaw from the W3 Consortium -- it's fully Java:
>
> http://www.w3.org/Jigsaw/
>
> Nathan Meyers
> [EMAIL PROTECTED]
You can also try Apache JServ which lets you use servlets on Apache
(http://java.apache.org), I'm sure there's at least one add-on to JServ that
allows you to process jhtml files. Check the mailing list archives at the Apache
JServ site (I don't remember which package does it)
I'm using Apache JServ on Linux with absolutely no problems.
Hope this helps,
-Mario.