Berin Loritsch wrote:
Schaible, J�rg wrote:

Hi Berin,


directory. Other times, you have to go in and muck with the permissions that are set up for servlets.


Hmm. I did not have any special settings and writing should be
possible ... alas, meanwhile it is working, the log file is also
written, but do not ask me why ...

Anyway thnx for thje hint.



Argh. It is *not* working. The existing log file was created during a unit test with HttpUinit's ServletContainer. This seems to prove you assumption right and Tomcat prevents the log file generation. Not that I have currently an idea, where to change this ... :(


It depends on the security manager.  You may have to change it in the
$JAVA_HOME/jre/lib/security/ location.  Other times, the servlet
container has those permissions in a local file.

Another solution is to place the log file in the work directory or something like that.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to