[Fwd: tomcat url rewriting protblem]

2004-06-09 Thread Christophe Andreoli
Original Message Subject: tomcat url rewriting protblem Date: Tue, 08 Jun 2004 15:41:10 +0200 From: Christophe Andreoli [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Organization: Institute of Human Genetics To: Tomcat Users List [EMAIL

Re: [Fwd: tomcat url rewriting protblem]

2004-06-09 Thread Christophe Andreoli
moreover [R] is not the reason, as [R] is not necessary for the redirecting. It just show in the browser that the url has been redirected christophe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [Fwd: tomcat url rewriting protblem]

2004-06-09 Thread Christophe Andreoli
Hi David, thank you for the answer.I know it's a apche topic. I just thought that tomcat disturs the url rewrite ruling christophe You do realize this is very off topic as it's an Apache httpd issue, not a Tomcat issue. The question would be better asked on an Apache web server list.

tomcat url rewriting protblem

2004-06-08 Thread Christophe Andreoli
Hello ! I just would like to redirect /mitop to /mitop2 I wrote in httpd.conf RewriteEngine On RewriteLog /logs/rewrite.log RewriteRule ^/mitop /mitop2 I doesn't work and when I look at access.log , I see: [08/Jun/2004:15:38:35 +0200] - - [08/Jun/2004:15:38:35 +0200] GET /mitop HTTP/1.1 302

out of memory problem. Help!

2004-01-16 Thread Christophe Andreoli
Hello ! I have a Struts/jsp Application Ich get an out of memory problem:javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at

Re: out of memory problem. Help!

2004-01-16 Thread Christophe Andreoli
Shapira, Yoav wrote: Howdy, root cause java.lang.OutOfMemoryError It happens When the corresponding request returns more than 2-3 rows from the database, not every time Perhaps you should allocate your JVM more memory, by using the Java -Xmx parameter. I did it and I