Re: Problem Reading Property files

2009-05-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 5/26/2009 10:43 PM, john S wrote: > Thanks for your response, Actually we dont have the source code for that > because it is very old code, but i m using decompiler in which i can get > some information. :( > this.m_im.gatherProperties(loca

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response, Actually we dont have the source code for that because it is very old code, but i m using decompiler in which i can get some informtaion. OS used for *iPlanet* is *Unix* but now I need to deploy this application in *tomcat* in *windows server 2003*. * SERVLET CLASS*: Cl

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response, Actually we dont have the source code for that because it is very old code, but i m using decompiler in which i can get some informtaion. OS used for *iPlanet* is *Unix* but now I need to deploy this application in *tomcat* in *windows server 2003*. Servlet clss: *SERVLE

Re: Problem Reading Property files

2009-05-26 Thread David Smith
Assuming you wrote this servlet, it would *really* help if you provided relevant parts of your servlet where this file is read. We're flying blind here. Normally the servlet would do something like this: class MyServlet extends javax.servlet.http.HttpServlet { function init(ServletConfig sc)

Re: Problem Reading Property files

2009-05-26 Thread Konstantin Kolinko
2009/5/26 john S : > > >  ABC >  com.ijk.abc >   Who wrote this "com.ijk.abc" servlet? Does it have installation instructions? Are you following them? Do you have source code? If not, ask the authors of that servlet. If you do not know how they read those files, most of your attempts will be f

Re: Problem Reading Property files

2009-05-26 Thread john S
I placed under WEB-INF itself. I created a directory called config adn placed the abc.props and abc.log under it. Whether i need to configure them in the web.xml? or should i remove it from there. Because wen i removed the init param, there is no change i am getting the same error..not able t

Re: Problem Reading Property files

2009-05-26 Thread Juha Laiho
john S wrote: > Actually, I am not sure where to place and configure the property > files (*SERVLET ARGS*) in tomcat. If it's ok for you to have the files deployed along with your application, then I'd like to propose the following: Place the files within /WEB-INF/ directory in your web applicatio

Re: Problem Reading Property files

2009-05-26 Thread john S
I am really not sure where to configure the Servlet Arguments in tomcat. Can any one help me please... On Tue, May 26, 2009 at 1:26 PM, Juha Laiho wrote: > john S wrote: > > I am planning to migrate my web application from iplanet 4.1 to > > tomcat 6. In this process I need to rea

Re: Problem Reading Property files

2009-05-26 Thread john S
Thanks for your response. Actually, I am not sure where to place and configure the property files (*SERVLET ARGS*) in tomcat. The problem is-> In the iPlanet webserver they configured the servlet configurations in this way: *Servlet Name: * * Servlet Code (class name): * * Servlet Classp

Re: Problem Reading Property files

2009-05-26 Thread Juha Laiho
john S wrote: > I am planning to migrate my web application from iplanet 4.1 to > tomcat 6. In this process I need to read the properties files initially. > > for eg: i got the property files in a *iPlanet*: >*Config > direc

Problem Reading Property files

2009-05-26 Thread john S
Hi All I am planning to migrate my web application from iplanet 4.1 to tomcat 6. In this process I need to read the properties files initially. for eg: i got the property files in a *iPlanet*: *Config directory*--- *abc.pro