Re: Type of server

2005-04-27 Thread Jorge Davila
This is from the online doc. Tomcat 5 implements the Servlet 2.4 and JavaServer Pages 2.0 specifications from the Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web applications and web services. The generalized idea is:

Re: Tutorial

2005-04-26 Thread Jorge Davila
Well.. the first thing to do is download all files. In fedora core 3 there are some things that not run will the java installation packed with the system. If posible, don't install java from fc3's cd. Install java, then tomcat. In my opinion the best source of information for java is: http://ja

RE: Tomcat + Apache Web Server

2005-04-05 Thread Jorge Davila
Are you suggesting that we can drop apache and only use tomcat in some cases? El mar, 05-04-2005 a las 16:58 -0500, Caldarale, Charles R escribiÃ: > > From: Magnotta, Salvatore [mailto:[EMAIL PROTECTED] > > Subject: Tomcat + Apache Web Server > > > > Question: How can I have both Apache and Tomc

Re: Tomcat + Apache Web Server

2005-04-05 Thread Jorge Davila
You most configure mod_proxy in apache to get the configuration desired. The idea is that apache receive the request and if the request is for tomcat apache send the request at the respective servlet. http://httpd.apache.org/docs-2.0/mod/mod_proxy.html Best regards, Jorge DÃvila. El mar, 05-04

Re: Ream authentication + Apache Web Server Authentication

2005-01-31 Thread Jorge Davila
try to configure ajp13 connector to put apache in front of tomcat. SAG - Jose Antonio Tarifa wrote: Hi. I have a question. How can I mix authentication on both servers, Tomcat and Apache? I want to use Form authentication with Tomcat, also I need Apache Web Server to be authenticated. Is pos