no luck with allowLinking=true

2005-09-11 Thread Maurice Yarrow
and the webapp still cannot see the linked-in subdirectory at all. Pull-eesse help!!! Pleease!! Maurice Yarrow - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: no luck with allowLinking=true

2005-09-11 Thread Maurice Yarrow
Darek Czarkowski wrote: On Sun, 11 Sep 2005 16:55:38 -0700 Maurice Yarrow [EMAIL PROTECTED] wrote: Hello tomcat-users I have simply had no success getting allowLinking=true. I have read simply dozens and dozens of links with a standard recipe for doing this, as well as the tomcat documentation

Re: no luck with allowLinking=true

2005-09-12 Thread Maurice Yarrow
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 wrote: I have simply had no success getting allowLinking=true. / Am running 5.0.28 (tried

Re: no luck with allowLinking=true

2005-09-12 Thread Maurice Yarrow
) 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 complete deployment

Re: How to share static content across applications

2005-09-15 Thread Maurice Yarrow
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 create a 3rd webapp with those shared images and other

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: Synchronize wrapper for session obj attrib get/set

2005-09-26 Thread Maurice Yarrow
the 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

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

Re: Question about tomcat startup ConcurrentModificationException

2005-09-28 Thread Maurice Yarrow
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? Thanks Maurice INFO: Starting Coyote