Caldarale, Charles R wrote:
From: David kerber [mailto:dcker...@verizon.net]
Subject: Logo file location
In TC 5.5.x or 6.0.x, Where in my webapp folder structure should I put
a small .bmp file that I use for putting a logo on generated reports?
Use ServletContext.getResourceAsStream() to retr
On 14/12/2009 22:02, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 12/14/2009 3:53 PM, André Warnier wrote:
Upon further examination of the spec page above, I would guess that a
better way (more flexible) would be to specify the relative URI of your
file as
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 12/14/2009 3:53 PM, André Warnier wrote:
> Upon further examination of the spec page above, I would guess that a
> better way (more flexible) would be to specify the relative URI of your
> file as an value, and then do a getRealPath() to co
Caldarale, Charles R wrote:
From: André Warnier [mailto:a...@ice-sa.com]
Subject: Re: Logo file location
Upon further examination of the spec page above, I would guess that a
better way (more flexible) would be to specify the relative URI of your
file as an value, and then do a getRealPath
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: Logo file location
>
> Upon further examination of the spec page above, I would guess that a
> better way (more flexible) would be to specify the relative URI of your
> file as an value, and then do a getRealPath()
André Warnier wrote:
David kerber wrote:
Caldarale, Charles R wrote:
From: David kerber [mailto:dcker...@verizon.net]
Subject: Logo file location
In TC 5.5.x or 6.0.x, Where in my webapp folder structure should I put
a small .bmp file that I use for putting a logo on generated reports?
Use S
David kerber wrote:
Caldarale, Charles R wrote:
From: David kerber [mailto:dcker...@verizon.net]
Subject: Logo file location
In TC 5.5.x or 6.0.x, Where in my webapp folder structure should I put
a small .bmp file that I use for putting a logo on generated reports?
Use ServletContext.getResou
> From: David kerber [mailto:dcker...@verizon.net]
> Subject: Re: Logo file location
>
> Will it find it pretty much wherever I put it
No, the argument to ServletContext.getResourceAsStream() is a path argument,
which must point to the location of the file of interest. Look at the
Caldarale, Charles R wrote:
From: David kerber [mailto:dcker...@verizon.net]
Subject: Logo file location
In TC 5.5.x or 6.0.x, Where in my webapp folder structure should I put
a small .bmp file that I use for putting a logo on generated reports?
Use ServletContext.getResourceAsStream() to retr
> From: David kerber [mailto:dcker...@verizon.net]
> Subject: Logo file location
>
> In TC 5.5.x or 6.0.x, Where in my webapp folder structure should I put
> a small .bmp file that I use for putting a logo on generated reports?
Use ServletContext.getResourceAsStream() to retrieve the file, which
10 matches
Mail list logo