JSP - How do I make it invisible to the browser's back button?

2001-10-25 Thread Navarro, Jose
Hi! I have developed a JSP page which in turns invokes a servlet used to keep track of the number of times a certain page in my web is visited. In other words, when I have a link to some page, I do not link the target page directly but execute the JSP instead. More or less it goes this way: a

Urgent (newbie) - Jsps located out of tomcat contexts

2001-10-02 Thread Navarro, Jose
Hi, I have developed a servlet (a hit counter servlet, in fact) that I intend to use in several pages in my website. Since it is a servlet, I think the best (perhaps the only?) way to invoke it from an html web page is to embed some jsp code in them, in this way: jsp:include

RE: ipchains - apache - tomcat - Help!!!

2001-09-05 Thread Navarro, Jose
David, Jean-Frederic, Thanks to both for your help. Finally I solved it. A comment from David was the final hint: your running ipchains on your system ***and denying access to the ports Apache and Tomcat use to talk to each other*** Well, I simply opened the corresponding ports on lo to

ipchains - apache - tomcat - Help!!!

2001-09-04 Thread Navarro, Jose
Hi! I'm trying to make apache 1.3.14-3 and tomcat 3.2.1 work together in a RedHat 7.0 box. I've just compiled my own mod_jk.so and run everyting according the instructions. Well, as usually happens, tomcat works fine in standalone mode. But as is it also usual, I have problems when I try to run

RE: ipchains - apache - tomcat - Help!!!

2001-09-04 Thread Navarro, Jose
. -Mensaje original- De: jean-frederic clere [mailto:[EMAIL PROTECTED]] Enviado el: martes, 04 de septiembre de 2001 12:54 Para: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Asunto: Re: ipchains - apache - tomcat - Help!!! Navarro, Jose wrote: Hi! I'm trying to make apache

RE: Need help with isapi_redirect.dll on W2KSP2/IIS5

2001-08-01 Thread Navarro, Jose
Pedro, I know, this my seem rather stupid, but I solved this problem removing the ajp13 connector from the workers.list line in TOMCAT_HOME/conf/workers.properties. That is, the original file you get includes a line like this: worker.list=ajp12, ajp13 Just remove , ajp13 I did some other

Can anyone send me mod_jk.so for Redhat 7.0 / Apache 1.3.14? / Tomcat 3.2.1

2001-08-01 Thread Navarro, Jose
Hi, I've been trying to install Tomcat 3.2.1 in a Redhat 7.0 box running Apache 1.3.14 for a few days. As many people report in many cases, Tomcat works nice standalone (as well as Apache) but cannot integrate them to work together. Well, this is not exactly true; the apache's logs say that

RE: Can anyone send me mod_jk.so for Redhat 7.0 / Apache 1.3.14? / To mcat 3.2.1

2001-08-01 Thread Navarro, Jose
for Redhat 7.0 / Apache 1.3.14? / To mcat 3.2.1 On Wed, 1 Aug 2001, Navarro, Jose wrote: Hi, I've been trying to install Tomcat 3.2.1 in a Redhat 7.0 box running Apache 1.3.14 for a few days. Did you look at: http://www.ccl.net./cca/software/UNIX/apache/ Jan K

RE: Can anyone send me mod_jk.so for Redhat 7.0 / Apache 1.3.14? / To mcat 3.2.1

2001-08-01 Thread Navarro, Jose
Labanowski [mailto:[EMAIL PROTECTED]] Enviado el: miercoles, 01 de agosto de 2001 16:41 Para: '[EMAIL PROTECTED]' Asunto: Re: Can anyone send me mod_jk.so for Redhat 7.0 / Apache 1.3.14? / To mcat 3.2.1 On Wed, 1 Aug 2001, Navarro, Jose wrote: Hi, I've been trying to install