Re: Apache Tomcat 5.5.17 - Error in manager app - HTML-500 on clicking 'Server Status'

2010-05-03 Thread Jie Sheng Chua
ocessSocket(PoolTcpEndpoint.java:527) >at > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) >at > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) >at java.lang.Thread.r

Re: Failed to deploy application

2010-05-03 Thread Jie Sheng Chua
> - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Jie Sheng, Chua (+65) 97520245 chuajiesh...@gmail.com The contents of this

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread Jie Sheng Chua
t means, and where this is configured > under Ubuntu ? > Hava look at the httpd.conf for "Include" directives naming stuff like > "vhosts.d" or "sites-enabled". > > > > > > - > To unsubscr

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread Jie Sheng Chua
49344] [debug] do_shm_open::jk_shm.c (550): Attached shared memory /var/log/apache2/mod_jk.shm.3484 [3] size=44$ [Mon May 03 02:39:37 2010] [3488:1686849344] [debug] do_shm_open::jk_shm.c (564): Resetting the shared memory for child 3 [Mon May 03 02:39:37 2010] [3488:1686849344] [debug] do

Re: Tomcat Connector to Apache 2.2

2010-05-02 Thread Jie Sheng Chua
3) JkMount /examples/* tomcat1 JkMount /examples tomcat1 *tomcat6: server.xml* ----------- On Sun, May 2, 2010 at 6:14 PM, André Warnier wrote: > Jie Sheng Chua wrote: > >> Hi, >> >> I operating Ubun

Tomcat Connector to Apache 2.2

2010-05-01 Thread Jie Sheng Chua
the timestamp log format JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " # Send everything for context /examples to worker named worker1 (ajp13) JkMount /examples/* tomcat1 *tomcat server.xml* * * *