Tomcat as Personal Web Server Replacement

2000-11-08 Thread Edward Garson
Greetings JSP Community I am interested in using Tomcat in the same capacity (read: replace) as Microsoft's Personal Web Server, such that I may replace ASP with JSP. Is it possible to set up a simple Tomcat configuration on a Win95 machine to respond to intranet http requests, or will I have to

Re: Tomcat as Personal Web Server Replacement

2000-11-08 Thread Robuschi (Delfi)
Of course you can Tomcat is a Servlet and JSP engine and also a Web Server! So, when he's running, you can get it at http://machineaddress:8080 this is the limit of Tomcat (but I think you can configure it to use port 80). Before installing it, you have to install a Java2

Re: Tomcat as Personal Web Server Replacement

2000-11-08 Thread Jason Anderson
]] Sent: Wednesday, November 08, 2000 3:44 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat as Personal Web Server Replacement Sure - read the documents included in the Tomcat download. -Original Message- From: Edward Garson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08

Re: Tomcat as Personal Web Server Replacement

2000-11-08 Thread Roberto E. Earle
ot;org.apache.tomcat.service.http.HttpConnectionHandler"/ Parameter name="port" value="80"/ /Connector -Mensaje original- De: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]En nombre de Edward Garson Enviado e

Re: Tomcat as Personal Web Server Replacement

2000-11-08 Thread Thu LV
Hi, Yes, You can. Tomcat can run as Web server without Apache. Please refer to Tomcat FAQ to how to make Tomcat deal with *.jsp file while PWS deal with *.asp. Hope this help. ThuLV, === To unsubscribe: mailto [EMAIL