try to put the images folder in :
<javawebserveroot>/public_html/
-----Original Message-----
From: Ritu Poddar <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, July 21, 1999 1:22 PM
Subject: Re: Images in html files produced by servlets
>Hi,From: Ritu Poddar <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, July 21, 1999 1:22 PM
Subject: Re: Images in html files produced by servlets
>
>Thanx for replying. It is not solving the problem.
>
>My JavaWebServer is running on Windows 95 machine at port 8080
>
>I used following combinations.
>
><IMG SRC="http://127.0.0.1:8080/images/image.gif">
>
><IMG SRC="images/image.gif">
>
>where images/image.gif is present in Javawebserver1.1.3 (root folder), and my
>D:.
>
>Still the problem is not solved.
>
>Any further help???
>
>Thanx
>Ritu
>
>
>
>Gautam Batra wrote:
>
>> Ritu,
>>
>> In the tag, use <img src=\"/images/*.gif\">
>>
>> where images are located at http://servername/images/*.gif's
>>
>> Gautam Batra
>>
>> >From: Ritu Poddar <[EMAIL PROTECTED]>
>> >Reply-To: "A mailing list for discussion about Sun Microsystem's Java
>> > Servlet API Technology." <[EMAIL PROTECTED]>
>> >To: [EMAIL PROTECTED]
>> >Subject: Images in html files produced by servlets
>> >Date: Wed, 21 Jul 1999 13:01:56 +1000
>> >
>> >Hello All,
>> >
>> >I'm sorry for repeating this message. This was because I had some
>> >problems with my client and I thought first message had not been
>> >delivered.
>> >
>> >I regret it.
>> >
>> >Original Message -----
>> >
>> >I'm facing a silly problem, which i know anyone of you can handle
>> >easily.
>> >
>> >I want that the html which i'm producing using servlets, should be able
>> >to dipplay images.
>> >
>> >Now what I do , is I get the outputstream of response and use IMG SRC=
>> >file location. tag.
>> >But it does not displays the image. Can you please tell me what should I
>> >do???
>> >
>> >
>> >Thanx in Advance...
>> >
>> >Ritu
>> >
>> >___________________________________________________________________________
>> >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>> >of the message "signoff SERVLET-INTEREST".
>> >
>> >Archives: http://archives.java.sun.com/archives/servlet-interest.html
>> >Resources: http://java.sun.com/products/servlet/external-resources.html
>> >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>>
>> ______________________________________________________
>> Get Your Private, Free Email at http://www.hotmail.com
>>
>> ___________________________________________________________________________
>> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>> of the message "signoff SERVLET-INTEREST".
>>
>> Archives: http://archives.java.sun.com/archives/servlet-interest.html
>> Resources: http://java.sun.com/products/servlet/external-resources.html
>> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html