Are u trying to access this image from a class or from a JSP? Please
correct me people, but the root path to JSP files is
<TOMCAT_HOME>/webapps/<YOUR_APP_HOME>.

JR

harl3kin wrote:
> hello alltogether,
>
> i have a problem with accessing files deployed on tomcat. I want to access
> an image which is stored in a "graphics" folder right below the "WEB-INF"
> folder. I read that the tomcat-context has its start path on the "classes"
> folder. So what i did to retrieve the image was:
>
> Image image = Toolkit.getDefaultToolkit().getImage("/../graphics/toon.gif");
>
> When I debugged I recongnized that the image width and height is -1, so i
> figure I didn't load the image correctly. Do you have any suggestions what I
> can do to make this work?
>
> I appreciate your time,
> Thorsten
>   

-- 
Jose Roberto M. Garcia
Analista de Sistemas - Grupo Banco de Dados
Fone: (12) 3186-8405   Fax: (12) 3101-2835
--
http://www.cptec.inpe.br 
http://www.inpe.br 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to