Re: Question about tomcat startup ConcurrentModificationException

2005-09-28 Thread Maurice Yarrow
cationException - it has to do with mx4j having a race condition. The bug describes a fix. -Tim Maurice Yarrow wrote: Hello Tomcat people When tomcat is restarted, it occasionally (1 in 25 times) gets the below exception. (tomcat 5.0.28, on Fedora Core 1) What is the significance of this?

Question about tomcat startup ConcurrentModificationException

2005-09-26 Thread Maurice Yarrow
Hello Tomcat people When tomcat is restarted, it occasionally (1 in 25 times) gets the below exception. (tomcat 5.0.28, on Fedora Core 1) What is the significance of this? Thanks Maurice INFO: Starting Coyote HTTP/1.1 on http-8080 Sep 26, 2005 9:29:19 AM org.apache.coyote.http11.Http11Protoc

Re: Synchronize wrapper for session obj attrib get/set

2005-09-25 Thread Maurice Yarrow
original one in the catalina.jar and am up and running. Thanks again, gentlemen. Maurice Yarrow Leon Rosenberg wrote: Possibly the easiest thing to do is edit the StandardSession.java file and change the type of the attributes field to HashTable rather than HashMap, then rebuild the

Synchronize wrapper for session obj attrib get/set

2005-09-25 Thread Maurice Yarrow
methods, then what is the minimum amount of threading machinery that must to be provided (i.e., Runnable, run(), etc) to accomplish this wrapping ? For that matter, has someone done this who would be willing to share such code ? Maurice Yarrow

Re: How to share static content across applications

2005-09-15 Thread Maurice Yarrow
ke as getimg/ImageServlet/subPath... but nothing happened, and in fact, the getServletContext().getContext("/img") returned null. Note that the thusly constructed path to the image is in fact correct. This was not an issue of Not Found. Thanks Maurice Yarrow > I typically

Re: no luck with allowLinking="true"

2005-09-12 Thread Maurice Yarrow
and (4) also, tomcat can even delete the file via the link (no error, and file is removed) Maurice Hassan Schroeder wrote: Maurice Yarrow wrote: Neither configuration worked to allow symlinks. Also, as I indicated in my first letter, I even set up a completely new 5.0.30 co

Re: no luck with allowLinking="true"

2005-09-12 Thread Maurice Yarrow
nd have enabled CGI from the conf/web.xml, and all this works fine for me. Also, as I indicated in my first letter, I even set up a completely new 5.0.30 complete deployment to test this issue, but the results were the same. Puzzled, in Sunnyvale, Maurice Hassan Schroeder wrote: Maurice Yarrow

Re: no luck with allowLinking="true"

2005-09-11 Thread Maurice Yarrow
course, I am pretty surprised that whatever it is that I am doing wrong has eluded my efforts so far. If it is of any help, I could additionally send any other configuration setups that might be related. Thanks again. Maurice Darek Czarkowski wrote: On Sun, 11 Sep 2005 16:55:38 -0700 Ma

no luck with allowLinking="true"

2005-09-11 Thread Maurice Yarrow
directory (for example, with docbase="/tmp/getimg" or docbase="/usr/scratch/getimg") but tomcat and the webapp still cannot see the linked-in subdirectory at all. Pull-eesse help!!! Pleease!! Maurice Yarrow -