Thanks Chris.
The part of the reading the configuration file is resolved.But while
parsing that file I am using the Apache Digester. While parsing it, its
giving an error.
ServiceDefConfigHolder is my custom class which is already there in my
jar.I think no issues in that.
It is access controoler error.
Why is there susch error?
java.lang.ClassNotFoundException:
com.infosys.syndeo.common.ServiceDefConfigHolder
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at
org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(Multi
ParentClassLoader.java:209)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at
org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.java
:204)
at org.apache.commons.digester.Rule.begin(Rule.java:152)
at
org.apache.commons.digester.Digester.startElement(Digester.java:1286)
Error in creating and parsing the digester to read the
XMLfile:/D:/geronimo-1.0/
bin/etc/Property.xml
Warm Regards,
Anshuk Pal Chaudhuri
-----Original Message-----
From: Chris Wilkes [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 25, 2006 10:32 AM
To: [email protected]
Subject: Re: Relative Path
On Thu, May 25, 2006 at 09:53:20AM +0530, Anshuk Chinmoy Pal Chaudhuri
wrote:
>
> But this time it is not reading from that file.I am not sure from
> where exactly is geronimo trying to pick up the
> properties/Property.xml file?????
> Can anyone let me know....where should I put the
> properties/Property.xml file?
Why don't you just print out the results of
new File("properties/Property.xml").getAbsolutePath()
? that should tell you.
I put all of my configs that are outside the war in a directory under
the $CATALINA_HOME/conf/ directory, you should have access to that with
the ServletContext. With Spring it is pretty easy.
Chris
**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient, please
notify the sender by e-mail and delete the original message. Further, you are
not to copy, disclose, or distribute this e-mail or its contents to any other
person and any such actions are unlawful. This e-mail may contain viruses.
Infosys has taken every reasonable precaution to minimize this risk, but is not
liable for any damage you may sustain as a result of any virus in this e-mail.
You should carry out your own virus checks before opening the e-mail or
attachment. Infosys reserves the right to monitor and review the content of all
messages sent to or from this e-mail address. Messages sent to or from this
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***