posted 20 years ago
Can someone point me in the general direction of how I can setup a general images directory to be shared by all my web applications? I tried using a context entry in server.xml and mapping /images to C:\temp\images but it didn't work. I don't really want it at C:\temp\images, but if I can map all calls to \images to go there, then I know it is working and I can point it anywhere I want.
Anyone got any ideas? I have a core set of common images that I don't want to have to include with all my web appplications.
Thanks!