2009/10/4 Linux sysadmin <sysad...@pattersunx.com>: [When starting as the jsvcd user...] > 1315 Oct 4, 2009 7:36:20 PM org.apache.catalina.startup.ContextConfig > defaultWebConfig <===== It's seems tha's > this way apache wasn't able to load the web.xml in my webapps' > WEB-INF/web.xml > 1316 INFO: No default web.xml [...]
> MY QUESTION IS THEN : What i am missing, what i have to do, how is this > possible ???? > Could you give me a hand a clue or something that could help me on this ... Try Konstantin's fix first, as the security policy could certainly cause the problems you're seeing. I suspect that's the issue (it came in while I was writing this). If you can eliminate that and the problem's still there, time for a little more debugging. Depending on your flavour of UNIX, there will almost certainly be something that you can use to monitor the system calls that the Java process makes as it's failing to load web.xml. It's strace(1) on most Linuxes, for example. It would be very interesting to see what the process is doing as it looks for that web.xml. In particular: does it look and find it? Does it look and get permission denied? Or, the really interesting case, does it never look - in which case there's probably a Java security policy setting preventing access. - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org