----- Original Message -----
Sent: Thursday, January 02, 2003 5:08
PM
Subject: RE: [JBoss-user] Deploying
images dynamically
Hi,
I
use JBOSS-Jetty and I have done this by having an ear file for the
packaged web application(s) and another web application deployed as a
'exploded' war. This second web aplication is there purely to manage additions
and deletions of images, it has just one servlet to manage these
operations. The pages in the primary web application reference the images thru
document root relative path, rather than context relative path.
The
way 'exploded' wars are created is by creating a directory
"<context>.war" under the ../server/<config>/deploy directory of
JBOSS-Jetty. I am not sure if this works the same way in
JBOSS-Tomcat.
Cheers,
Krishna
Hello
All,
I made war and jar files in a combined ear file and deployed that
ear file
in deploy folder(JBoss-2.4.7_Tomcat-4.0.4).
I have some
scenario where some of the images are made dynamically. so How
can I
integrate that new generated images with ear file so that server
can
understand that images?
Please help me and reply
asap.
Thanks,
Niket