Re: Why tomcat 4 or even 3?

2004-09-15 Thread Pablo Lillia
Sometimes there are old sw, in old servers, that was not upgraded for some (stupid?) reason. Some examples: - if the client does not pay for the upgrade - if there are a old compiled webapp that cannot be replaced Regards, Paul John Villar escribió: Hmm that seems a valid argument

Re: Why tomcat 4 or even 3?

2004-09-15 Thread Pablo Lillia
Sometimes one dont need to be faster. I'm talking about a old legacy app (not critical - intranet), running very well for a couple of years in the same old server. John Villar escribió: Yep, that's true but T5 is way faster than T4 or T3 and is comparable to Apache (Yoav's word, not

Re: Why tomcat 4 or even 3?

2004-09-15 Thread Pablo Lillia
John Villar escribió: ... the recompile problem: that wouldn't happen if you had a good software provider i'm against any provider that forces their customers to stick to an old dying tomcat revision. ... That's right. But, in real life, sometimes we have not choice :D Good providers may

Re: How can I inhibit web navegation?

2004-06-17 Thread Pablo Lillia
Another quick hack: just add en empty index.html (or .jsp) file. BTW, see http://jakarta.apache.org/tomcat/faq/misc.html#listing first. Shapira, Yoav escribió: http://jakarta.apache.org/tomcat/faq/misc.html#listing Yoav Shapira Millennium Research Informatics -Original Message- From:

Re: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Pablo Lillia
Better assign JAVA_HOME TOMCAT_HOME in AUTOEXEC.BAT (Win9x), or in the Enviroment (NT/2K). At 08:59 13/12/2001 -0500, you wrote: hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set the JAVA_HOME in tomcat\bin\tomcat.bat to C:\jdk1.3.1 when i try to start

Re: SSL , Verisign Certificate and Tomcat 3.2.3

2001-12-12 Thread Pablo Lillia
I'm not sure. Maybee -alias cacerts or -alias cacert Regards At 17:14 12/12/2001 +, you wrote: I am trying to import a verisign global server id .. but the certificate won't work.. my temporary self certificate works fine. after installing the verisign certificate, the https does not

Re: Change an include file requires re-compiling all JSP that include it (?)

2001-12-11 Thread Pablo Lillia
There are 2 ways to include a file: %@ include file=relativeURL % for static files, parsing JSP elements. and jsp:include page={reletiveURL | %= expression % } flush=true{ / | [ jsp:param name=parameterName value={parameterValue | %= expression%} / ]+ /jsp:include }

changes in jsp included file dont refreshed

2001-06-28 Thread Pablo Lillia
Hi, I need some help. When I had changed a jsp file included in other file, the changes don't view in the resulting file, except when I touched the master jsp file (where is the %@include ... %). Thanxs PD1: I'm using tomcat 3.2.2 PD2: Tomcat rocks!

Re: changes in jsp included file dont refreshed

2001-06-28 Thread Pablo Lillia
- From: Pablo Lillia [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 10:05 AM Subject: changes in jsp included file dont refreshed Hi, I need some help. When I had changed a jsp file included in other file, the changes don't view in the resulting file, except when I

RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Pablo Lillia
Try http://127.0.0.1:8080/index.html Try add the line: 127.0.0.1 localhost to your c:\windows\hosts file (create it whith notepad if it don't exists). Also, if you use a proxy, check "don't use proxy server for local hosts" or similar. Greetings -Original Message-From:

tomcat 3.1 + apache 1.3.14 in win32

2001-06-07 Thread Pablo Lillia
Hi, I found in Tomcat v3.1 (Win32) a problem: the file /conf/tomcat-apache.conf has \ in paths, and it need / to work in apache (version 1.3.12 for win32). I don't know if that is a well-known problem, because I don't found any reference in doc's faq's. Greetings