2008/5/8 Derek Hohls <[EMAIL PROTECTED]>: > Andy > > Also, there does > not appear to be ant errors.log or handled-errors.log files > in the "cocoon/WEB-INF/logs" directory ... should there be?
Maybe the default configuration (in logkit.xconf) is different in 2.1.8, but that's where it created them for me until I changed the file to put them elsewhere. Check the <cocoon> targets to make sure it has some defined for those files, and the categories to make sure there are <log-target> references for those target IDs. > The app and DB are running on the same machine (though > in future they may be on different machines). Is the application connecting using "localhost" or your machine's hostname? Which does the MySQL Query Browser use? Is the database listening on the network or loopback interfaces (or both), and are both your app and the MySQL tool connecting on the same name/IP address or might they be trying to connect on different interfaces? For that matter, does the MySQL Query Browser connect via JDBC or some other native driver library that defines connection settings differently? (I've not used it myself) Andy -- http://pseudoq.sourceforge.net/ Open source java Sudoku solver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
