Re: Trouble loading properties file

2002-06-20 Thread Kiev Gama

Milt,

I was using the following:

Properties p = new Properties();
p.load(new FileInputStream("filename"));

but I'll try the getServletContext().getResource("filename")

Thanks a lot!

Kiev Gama

>From: Milt Epstein <[EMAIL PROTECTED]>
>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
>To: Tomcat Users List <[EMAIL PROTECTED]>
>Subject: Re: Trouble loading properties file
>Date: Thu, 20 Jun 2002 16:46:24 -0500 (CDT)
>
>On Thu, 20 Jun 2002, Kiev Gama wrote:
>
> > Hello all,
> >
> > I have the Tomcat 4.0.3 installed, and I am trying to load a .properties
> > file necessary to my application(which has its classes and packages in 
>the
> > WEB-INF/classes) but I haven't got any success in doing this.
> >
> > I'v already tried to put the file in the WEB-INF/classes directory of my
> > application, also tried to jar it and put the jarred file in the
> > WEB-INF/lib.
> > None of the above worked.
> >
> > I wanted to make it easy to transport the whole application without 
>having
> > to save that .properties in a directory outside the application's
> > subdirectories.
> >
> > Does anybody know what I have to do in order to get that to work?
>
>Well, you don't give too much info, like where you tried putting it
>(other than that one location), and how you tried loading it.  But my
>understanding is that if you put a file, say, called filename,
>immediately under WEB-INF/, you can get to it by doing
>getServletContext().getResource("filename").
>
>Milt Epstein
>Research Programmer
>Systems and Technology Services (STS)
>Campus Information Technologies and Educational Services (CITES)
>University of Illinois at Urbana-Champaign (UIUC)
>[EMAIL PROTECTED]
>
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Trouble loading properties file

2002-06-20 Thread Kiev Gama

Hello all,

I have the Tomcat 4.0.3 installed, and I am trying to load a .properties 
file necessary to my application(which has its classes and packages in the 
WEB-INF/classes) but I haven't got any success in doing this.

I'v already tried to put the file in the WEB-INF/classes directory of my 
application, also tried to jar it and put the jarred file in the 
WEB-INF/lib.
None of the above worked.

I wanted to make it easy to transport the whole application without having 
to save that .properties in a directory outside the application's 
subdirectories.

Does anybody know what I have to do in order to get that to work?

Thanks,

Kiev Gama

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Tomcat 3.2.4 - Loading jar files in the lib Directory

2002-06-18 Thread Kiev Gama

Hello,

I've just subscribed to this list, and I have a question. If anybody could 
help, I would appreciate that.

I am "JARring" a few .properties archives, and saving them in the 
WEB-INF/lib directory. After the service is restarted the server was 
supposed to pre-load the archives in that directory and make them available 
for the application. It's not working.

Do I have to change any option in the server.xml file or other file? (I've 
already set the reloadable="true" in the  for my application.)

Thanks in advance,


Kiev Gama

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>