AW: URI Rewritng using Apache/mod_ssl..the old story

2001-06-27 Thread Tassilo Pilati
Hi guys, i have been following this subject around for a while. In the 3.2.2 final version of Tomcat URL rewritting also does not work in standalone mode (port 80). This seems really, really strange ... I wonder what these programmers are doing. Have you heard about a solution ? Tassilo

Javascript not working

2001-06-21 Thread Tassilo Pilati
Hi, I have some jsp files, which work under JRun on our intranet, but when I put them on our server on the internet and open them with a browser, I get a javascript error message in the status bar at the bottom of the browser window. Since the jsp files are running on the server in the lan, the

AW: Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-18 Thread Tassilo Pilati
/URLRewritting and mod_rewrite For the remarks see below: -Ursprngliche Nachricht- Von: Tassilo Pilati [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 17. April 2001 17:47 An: [EMAIL PROTECTED] Betreff: Tomcat with Apache/URLRewritting and mod_rewrite snip/ IfModule mod_rewrite.c

AW: Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-18 Thread Tassilo Pilati
. Still using jserv 1.1.*. -Ursprngliche Nachricht- Von: Tassilo Pilati [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. April 2001 10:49 An: [EMAIL PROTECTED] Betreff: AW: Tomcat with Apache/URLRewritting and mod_rewrite The mod_rewrite gets loaded in my http.conf. I also added

AW: [strange bug] web.xml for servlet mapping exceed 4 url-pattern.

2001-04-18 Thread Tassilo Pilati
I have the same problem I think. When I register more than 1 servlet only the first one is used. The others are ignored. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Samuel ARNOD-PRIN Gesendet: Mittwoch, 18. April 2001 12:33 An: [EMAIL

AW: Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-18 Thread Tassilo Pilati
of using JServ as it has less bugs, is faster, and I believe is also better maintained. sam - Original Message - From: "Tassilo Pilati" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 11:03 AM Subject: AW: Tomcat with Apache/URLRewritting and mod_rewrite

worker.properties

2001-04-18 Thread Tassilo Pilati
Hello, i did not edit my worker.properties file at all. I`m using Tomcat 3.2.1. It is working with Apache and in standalone mode (besides that session tracking, using URL rewritting is not working, which is another issue). Anyway, I was wondering if I have to edit this file. For example I see in

AW: Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-18 Thread Tassilo Pilati
April 2001 15:33 An: [EMAIL PROTECTED] Betreff: Re: Tomcat with Apache/URLRewritting and mod_rewrite - Original Message ----- From: "Tassilo Pilati" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 1:27 PM Subject: AW: Tomcat with

AW: worker.properties

2001-04-18 Thread Tassilo Pilati
on a non-PC platform if you forget to edit this file and try and include it in the Apache directives. See the workers.properties howto for more information (its in the Tomcat docs somewhere). sam - Original Message - From: "Tassilo Pilati" [EMAIL PROTECTED] To: [EMAIL PROTE

AW: losing track of sessions

2001-04-18 Thread Tassilo Pilati
Interesting... are you using Apache ? I`m running Tomcat 3.2.1 with Apache. When I use URL rewritting I run into problems becuase Apache does not passover the requests to Tomcat. It gets confused with the ;jsessionid string which Tomcat appends to an url to enforce session tracking using url

Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-17 Thread Tassilo Pilati
Hello, I have Tomcat 3.2.1 and Apache installed under Linux. Unfortuantely, after I switched from standalone mode to Apache with Tomcat, session tracking stopped working. I searched the FAQ and found out that it is a problem with apache not handing over the request to the Tomcat engine due to