context reloading with allowLinking does not work in 4.1.18 for jsp

2003-01-23 Thread Alexander Piavka
I have a context for jsp, inside the context root tree there are also links to directories on other file systems, i.e links which point outside from the context root tree (this is so since i need one jsp context for many users,so each link points to some user directory there he/she can

how do i make a context automatically reload jsp files then theychange?

2003-01-22 Thread Alexander Piavka
all i have found is reloadable option, the manuals says: Set to true if you want Catalina to monitor classes in /WEB-INF/classes/ and /WEB-INF/lib for changes, and automatically reload the web application if a change is detected. This feature is very useful during application development, but it

RE: how do i make a context automatically reload jsp files then theychange?

2003-01-22 Thread Alexander Piavka
Also try putting the following sub-element for your context (in server.xml) to reload your context after a specified interval. In the example below I am specifying auto-reloading after every 3 seconds Loader className=org.apache.catalina.loader.WebappLoader

context reloading with allowLinking does not work in 4.1.18 for jsp

2003-01-22 Thread Alexander Piavka
I have a context for jsp, inside the context root tree there are also links to directories on other file systems, i.e links which point outside from the context root tree (this is so since i need one jsp context for many users,so each link points to some user directory there he/she can place

Re: load balancing with routing with mod_jk in cluster

2002-10-28 Thread Alexander Piavka
Hi Brend, Hi, it seems that you want to use mod_jk on the nodes as balancer. We don't use it in that way. We have a load balancer in front of our nodes, which has a standby balancer, if the first one goes down. If we want to get your requested behavior, we had to configure this on our

RE: load balancing with routing with mod_jk in cluster

2002-10-28 Thread Alexander Piavka
? I would think your time per request would actually go up...there is a lot of processing/decision-making going on just to serve a simple request. John -Original Message- From: Alexander Piavka [mailto:piavka;cs.bgu.ac.il] Sent: Monday, October 28, 2002 9:25 AM To: Tomcat

Re: load balancing with routing with mod_jk in cluster

2002-10-27 Thread Alexander Piavka
property. Please tell me if i can make the above scenario work. Thanks Hi, This part of the docs came from me and we use such a configuration here at work, but we use tomcat 4.0.x and mod_jk1. Alexander Piavka wrote: Hi, I have lvs cluster of 3 nodes, on each node i have apache1.3

load balancing with routing with mod_jk in cluster

2002-10-23 Thread Alexander Piavka
Hi, I have lvs cluster of 3 nodes, on each node i have apache1.3 + tomcat4.1.12+mod_jk serving identical data. The http service on lvs is configured with persistent connection. So in normal operation i want that apache on each node will route requests to tomcat on the same node. In addition

re: symbolic linking

2002-10-22 Thread Alexander Piavka
Here is the patch i got from Torsten Fohrer that solves the bug with symbolic linking in 4.1.12 -- Forwarded message -- Date: Thu, 17 Oct 2002 17:16:14 +0200 From: Torsten Fohrer [EMAIL PROTECTED] To: 'Alexander Piavka' [EMAIL PROTECTED] Subject: AW: tomcat 4.1 does not resolve

re: symbolic linking

2002-10-22 Thread Alexander Piavka
trying to deploy my servlet context. So the question is should I be updating server.xml(which I tried unsuccessfully) or is there a way to use allowLinking=true in web.xml? Thanks very much for the help, Ganesh. Alexander Piavka [EMAIL PROTECTED] 22-Oct-2002 09:05 Please respond

servlets stoped working but jsp works

2002-10-20 Thread Alexander Piavka
Hi, i'm using tomcat 4.1.12 and mod_jk For some strange reason all servlets stoped working and return messages like: description The requested resource (/catalina/examples/servlet/RequestInfoExample) is not available when called. But the jsp pages work fine(within the same contexts in which

Re: tomcat 4.1 does not resolve links

2002-10-17 Thread Alexander Piavka
now work. Thanks. On Sun, 6 Oct 2002, Remy Maucherat wrote: Alexander Piavka wrote: The RELEASE-NOTES it is said that to enable symbloic linking i need to add the allowLinking option to FileDirContext. But i did not find anything about FileDirContext in the documentation. Does anyone

RE: tomcat 4.1 does not resolve links

2002-10-06 Thread Alexander Piavka
it. Thanks. Read the release notes for 4.1.12. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/RELEASE- NOTES Near the end. John -Original Message- From: Alexander Piavka [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 11:03 AM

tomcat 4.1 does not resolve links

2002-10-03 Thread Alexander Piavka
Hello, i'm using tomcat 4.1.12 and i found that tomcat does not follow symbolic links under the application context. If i define some context and copy to the application space some jsp file it works, but if instead i make link to it(the file is located on another nfs mounted partition) i get