trying to start.
And see there we have a chicken and egg problem.
The web app needs the file to start.
The file is not there if there is no web app.
On Nov 27, 2005, at 11:06 PM, Wendy Smoak wrote:
On 11/27/05, Werner van Mook <[EMAIL PROTECTED]> wrote:
In my class which implements Servl
Hi,
In my class which implements ServletContextListener I try to read a
file.
it looks like :
parser.parse("friends.xml");
When I start tomcat 5.5.12 I get a FileNotFound Exception on the
friends.xml file.
The file is in the root of my web-app.
I also tried "/friends.xml" but alas it