• 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

LoggingPermission control

 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
in my j2ee application I've placed a class able to log errors sent by a servlet.
On a Tomcat 5.0 used in local to test the application, it works fine but on the linux server with the same Tomcat version I get this error:


note that the folder where the logger should write has all permission.

Well, the question is: is there any setting on a server wich allows the webapps to log errors? Or is just about a kind of folder, file permission to set?

Thanks in advance.
reply
    Bookmark Topic Watch Topic
  • New Topic