I eventually solved this problem. In addition to the first two entries, you also need the 'shm' entry.
# workers2.properties # [channel.socket:localhost:8009] tomcatId=localhost:8009 [uri:/jsp-examples/*] [shm] file=/usr/local/apache/logs/shm.file size=1048576 Even if the Tomcat instance is running on a different server than Apache, you still seem to require this "shared memory" entry. The documentation doesn't seem to indicate that [shm] is a *requirement*, so I can only assume there's something different about my environment. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
