You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Hans Dekker (D-Sys)" <d-...@wirehub.nl> on 2000/07/10 22:16:26 UTC

Is there a mini webserver for redistribution?

Hi,

Is there a mini webserver of Apache that can be easily installed and run on a
standalone PC (Apple and MS Windows)? Where do I find it?

The purpose is that I am building an application that should build dynamic web pages on several
platforms (MS Windows, Unix, Apple). The application will be burnt on a CD
that's shipped to users. Users run the application on their standalone PC/
Workstation, without a internet connection.

Still being in the definition process, I am considering Java Servlets and
Java Server Pages. What kind of Server can I use for this application?

Regards,

Hans Dekker

RE: Tomcat and EJB's

Posted by Nabih Abu Abid <na...@i-impact.com>.
Tomcat is http server and servlet runner and not an EJB container. However,
you can access any EJB container through tomcat by using RMI calls.

-----Original Message-----
From: Stephen Price [mailto:prices@gnet-europe.com]
Sent: Tuesday, July 11, 2000 12:09 PM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat and EJB's


Hi all,
	does anyone know if tomcat supports Enterprise Java Beans. Any response
would be much appreciated. I cannot see any mention of them in the tomcat
specifications. Thanks,
														Stephen



Tomcat and EJB's

Posted by Stephen Price <pr...@gnet-europe.com>.
Hi all,
	does anyone know if tomcat supports Enterprise Java Beans. Any response
would be much appreciated. I cannot see any mention of them in the tomcat
specifications. Thanks,
														Stephen


RE: Is there a mini webserver for redistribution?

Posted by Robert C Bennett <rb...@ideaweavers.com>.
Tomcat by itself is a web server.  You can just configure it to listen on
port 80 instead of the default of 8080.

-Rob Bennett

-----Original Message-----
From: Hans Dekker (D-Sys) [mailto:d-sys@wirehub.nl]
Sent: Monday, July 10, 2000 4:16 PM
To: tomcat-user@jakarta.apache.org
Subject: Is there a mini webserver for redistribution?


Hi,

Is there a mini webserver of Apache that can be easily installed and run on
a
standalone PC (Apple and MS Windows)? Where do I find it?

The purpose is that I am building an application that should build dynamic
web pages on several
platforms (MS Windows, Unix, Apple). The application will be burnt on a CD
that's shipped to users. Users run the application on their standalone PC/
Workstation, without a internet connection.

Still being in the definition process, I am considering Java Servlets and
Java Server Pages. What kind of Server can I use for this application?

Regards,

Hans Dekker