"José Garrido Carrillo" wrote:
>
> I have been trying to install a Web Server. I have install a Apache
> Web Server of RH61distribution, but i would like that my Server can
> support JavaServlet.
> I have intall ApacheJServ-1.1-b2_RH6x.i386.rpm but i can't access
> to Eservlet example. M
Hi,
Yes you can. The only thing you need is to have a loopback device installed
(this is software only) and to write in your browser either:
http://localhost/
or
http://127.0.0.1/
Before anything else try: ping localhost. If this works everything should!
Bye,
Sebastian.
Jinpeng Xie wrote:
>
8<
>
> Java web server can process jhtml, but only run on NT and Solaris.
> I didn't read documentation about apache very recently.
>
JWS is pure java and runs just fine on Linux.
The only part you have to change is a small native
library which changes the id of the JWS pr
[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.
>
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 -- i