AW: jk connector and response.sendRedirect()

2003-07-30 Thread Fischer, Ilona
I'm not a programmer but an administrator. We have had an similar problem and solved it by changing the apache option UseCanonicalNames from on to off. [when UseCanonicalName ist on, everytimes you call response.sendRedirect() the apache takes the servername (from httd.conf) and make the absolute

AW: Does Tomcat load config. files dynamically?

2003-07-30 Thread Fischer, Ilona
Hallo Yoav Web.xml for a given webapp is read when the webapp is loaded (normally on server startup), and you can have it reloaded by reloading the webapp (via the manager webapp), without restarting the whole server. If i'm reloading the webapp via manager application, all users lost there

AW: tomcat startup problem - tomcat window disappears

2003-07-24 Thread Fischer, Ilona
Alternative: open a cmd-line go to your Tomcat-Installation-Path ( E:\TomCat4.1) change to bin ( E:\TomCat4.1\bin) call catalina.bat run :o) Ilona -Ursprüngliche Nachricht- Von: Andrew Liles [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 24. Juli 2003 11:05 An: 'Tomcat Users List'

AW: JK2 connector

2003-07-22 Thread Fischer, Ilona
Hi John! If Apache and Tomcat are on the same machine, is there any difference concerning performance between: worker.myhost.host=localhost worker.myhost.host=127.0.0.1 worker.myhost.host=10.0.0.71 Regards :o) Ilona -Ursprüngliche Nachricht- Von: John Turner [mailto:[EMAIL PROTECTED]

AW: JK2 connector

2003-07-22 Thread Fischer, Ilona
, there would be no difference in performance whatsoever. John Fischer, Ilona wrote: Hi John! If Apache and Tomcat are on the same machine, is there any difference concerning performance between: worker.myhost.host=localhost worker.myhost.host=127.0.0.1 worker.myhost.host

2 newbie questions: Apache-tomcat

2003-07-18 Thread Fischer, Ilona
1. is it possibly apply aliases to tomcat? For example: the webapp-root is /www/mywebapp. I want to mount an directory /other/directory/help to the name help (httpd.conf: alias /help other/directory/help). But when i'm calling http://mywebsite/help it crash's with a 404 error:o( . When i'm using

AW: 2 newbie questions: Apache-tomcat

2003-07-18 Thread Fischer, Ilona
John and Ralph: thanks for help! :o) aliases: in principle- it works :o) but there was an error on tomcat-start: Missing application web.xml, using defaults only. Our application web.xml is located in %docroot%/WEB-INF/classes. Why Tomcat dosn't find them if i call the alias? The Rest of the

AW: AW: 2 newbie questions: Apache-tomcat

2003-07-18 Thread Fischer, Ilona
questions: Apache-tomcat Hi - You're welcome. web.xml belongs in WEB-INF, not WEB-INF/classes. John On Fri, 18 Jul 2003 18:51:01 +0200, Fischer, Ilona [EMAIL PROTECTED] wrote: John and Ralph: thanks for help! :o) aliases: in principle- it works :o) but there was an error on tomcat- start