Re: Session Goes Away (?)

2003-11-30 Thread Cliff Willsher
Merrill, I had the similar problem (Tomcat 5) but found that my firewall (Zone Alarm Pro) was blocking session cookies. If the cookie can't be set then you get a new session each time. Incidentally, Zone Alarm Pro seems to have a bug whereby it blocks session cookies from localhost even if

Re: html not working

2003-11-30 Thread Timo
George, It seems that you having problems resolving relative references, can you tell me where your images are located in relative form to your web context, also tell me what is your href tags that you used to display the images. Timo - Original Message - From: George Esperanza [EMAIL

Re: Tomcat 5.0.14 classloader bug

2003-11-30 Thread Ben Souther
Not sure but, don't classes need to be in a package in order to work from jar files? On Friday 28 November 2003 07:40 pm, you wrote: Hello, I think I've stumbled into a bug in the webapp classloader in Tomcat 5.0.14. Consider the following servlet, which I mapped to /* for testing

Re: tomcat session invalidate

2003-11-30 Thread bsouther
The memory won't be released until the Garbage Collector (GC) is run. The JVM determines when to run GC based on the available memory. On Friday 28 November 2003 05:38 am, you wrote: Hi, I've notice that Tomcat (v.4.1.29) does not release memory on session invalidate event... I try to

Re: html not working

2003-11-30 Thread George Esperanza
--- Timo [EMAIL PROTECTED] wrote: George, It seems that you having problems resolving relative references, can you tell me where your images are located in relative form to your web context, my images are also located together with my html files. also tell me what is your href tags that

RE: request.getremoteAddr() returning 127.0.0.1 (localhost)

2003-11-30 Thread George Sexton
What connector are you using? Are you fronting Tomcat with a web server? If so, how is it being done? -Original Message- From: Kilic, Hakan [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2003 4:07 PM To: 'Tomcat Users List' Subject: request.getremoteAddr() returning 127.0.0.1

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Antonio Fiol Bonnín
Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a ServletFilter, and a HttpServletResponse wrapper to achieve the same results. Look into java.util.zip.* -- I never said it was easy ;-) Antonio Fiol

Re: Session Goes Away (?)

2003-11-30 Thread Merrill Cornish
my firewall (Zone Alarm Pro) was blocking session cookies. Interesting. I'm also using Zone Alert Pro. I'll try turning it off and see what happens. Thanks, Merrill - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Apache Tomcat/4.1.18 Upload a WAR file

2003-11-30 Thread Juan Ignacio Garcia
Hello, I have suse 9.0 which cames with tomcat/4.1.18. The problem is that the form that appears in others version to upload war files in the manager doesn't appear in this one. What's wrong in the configuration. How can I change that? Thanks, Ignacio

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Jacob Kjome
The Coyote connector supports this already. No need to write a servlet filter. Look in server.xml or the tomcat docs for details. Jake At 03:16 PM 11/30/2003 +0100, you wrote: Ron Andersen wrote: Is GZIP-encoding/mod_gzip avaliable in Tomcats web server? Hello, You can write a

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Ron Andersen
Thanks! I was reading the Wrox's Professional Tomcat book and it states that Tomcat's web servers does not support Virtual Hosts. Does it now support Virtual Hosts? Jacob Kjome [EMAIL PROTECTED] wrote: The Coyote connector supports this already. No need to write a servlet filter. Look in

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Remy Maucherat
Ron Andersen wrote: Thanks! I was reading the Wrox's Professional Tomcat book and it states that Tomcat's web servers does not support Virtual Hosts. Does it now support Virtual Hosts? The book is wrong: even Tomcat 4.0 supported vhosts. -- x Rémy Maucherat Senior

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Jacob Kjome
You should verify information with the official Tomcat docs before posting questions here. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html If you don't find the answers in Tomcat's own docs, then don't hesitate to ask further questions. Jake At 07:39 AM 11/30/2003 -0800, you

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-30 Thread Sven Köhler
It's a known bug, but not fixed in 4.1.x, it still exists there. I am not sure if it still exists in 5.0.x. Thanks Dave. If anyone could provide some more information on this, that would be helpful. I would really like to fix it because it's really annoying me. We have two CRITICAL web

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Ron Andersen
ok..but by the way..it would be extremely helpful if Tomcat's web site would have search functinality.. Jacob Kjome [EMAIL PROTECTED] wrote: You should verify information with the official Tomcat docs before posting questions here.

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread QM
: Date: Sun, 30 Nov 2003 09:24:41 -0800 (PST) : From: Ron Andersen [EMAIL PROTECTED] : : ok..but by the way..it would be extremely helpful if Tomcat's web site would have search functinality.. Google has a handy feature for this -- add site:host to your search terms. For example:

Re: Tomcat 4.0.x memory leak (not javac)

2003-11-30 Thread Trenton D. Adams
Sven Köhler wrote: It's a known bug, but not fixed in 4.1.x, it still exists there. I am not sure if it still exists in 5.0.x. Thanks Dave. If anyone could provide some more information on this, that would be helpful. I would really like to fix it because it's really annoying me. We have

Re: GZIP-encoding/mod_gzip and Tomcat??

2003-11-30 Thread Trenton D. Adams
No need for it in the connector if you're using apache! :) You can get a mod_gzip module and do it from Apache which would probably be faster. Jacob Kjome wrote: The Coyote connector supports this already. No need to write a servlet filter. Look in server.xml or the tomcat docs for details.

JSPC Jasper compiler crash.

2003-11-30 Thread Alex Kowalenko
Does anyone know why the JSPC Jasper compiler would throw a null exception on the following file. Within Tomcat 4.0,4.1,5.0 it works fine. However, pre-compiling it causes it to throw a exception as follows. The significant feature of the JSP file is that it uses a custom taglib. Do I have to

Possible custom tag incompatibility between 4.1.27 and 4.0.3

2003-11-30 Thread Ely Eshel
Hi! I developed a custom tag on Tomcat 4.1.27 and tried to deploy it on 4.0.3. I get the following error: org.apache.jasper.JasperException: XML parsing error on file /WEB-INF/tlds/testtaglib.tld: Internal Error: File /javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd not found My web.xml

Garbage Collection issues

2003-11-30 Thread Neal
My Tomcat 4.1 (hosted on Linux) seems to have a problem in recent months with crashing due to unavailable free RAM. Specifically I get a java.error.outOfMemory exception. If check the RAM available (Runtime.getRuntime().totalMemory()), I can see it ticking down through the week. If explicitly

Opening .JSP file through Apache without using mod_jk connector ?

2003-11-30 Thread somashekara D M
Hi all, Is is possible to open .JSP files through Apache Server without using Mod_JK connector. Currently I'using Mod_JK connector 4.1.27 between Apache 2.0.40 and Tomcat 2.1.47 on Red Hat Linux 9.0. Can anyone help me on this ? TIA, SOMA

How can we know Tomcat is running or not through Standalone Java Prog

2003-11-30 Thread dakavara
Hi, How can we know Tomcat is running or not through Standalone Java Program. Thanks in Advance, Ashok.D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]