Title: where should I place the image files
Try this:
 
ear
    ejb
        .....
    Meta-Inf
        ....
    web
        *.jsp
        .....
        images
            *.gif
        Meta-Inf
            ....
        Web-Inf
            ....
 
You can then in your jsp pages use this construction to find images:
.....
<img src="<%=request.getContextPath()%>/images/app-logo.gif" .....
.....
Hope this help
Petr
----- Original Message -----
Sent: Wednesday, February 07, 2001 7:58 PM
Subject: where should I place the image files

Hi:

     I have deployed a ear file which includes image files on orion server.  However, I did not see the image files on the web pages.  Can someone tell me where I should place my image files?  thanks.

****************************************************
Tom  Guan  (Shaohua)
856-857-1324 X 2525
Senior Java Developer
NFI Interactive Logistics
<<...>>

Reply via email to