• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat 5.0.30 - work\Catalina\localhost\ folder

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am getting a problem with my tomcat looking for some files in my
C:\Apache\Tomcat5.0\work\Catalina\localhost\<myapp>\ folder.

For example,
1) i have got log4j configured and has my log4j.xml and log4j.dtd files in
WEB-INF\classes folder.
But my stdout.log gives the error as
log4j:ERROR Could not open [C:\Apache\Tomcat5.0\work\Catalina\localhost\<myapp>\loader\log4j.xml].
Though, I get my log4j_server.txt file with my logs.

2) And there is another config file, where my tomcat is again looking at
C:/Apache/Tomcat5.0/work/Catalina/localhost/<myapp>/configfiles/xml/<attributesfile>.xml
Even though, this file is placed at a different location.

Am not sure if it is a problem with my tomcat settings??

Any help is highly appreciated,

Many Thanks
Latha
reply
    Bookmark Topic Watch Topic
  • New Topic