Re: cannot access manager or admin applications ...

2006-08-13 Thread Ian Macnaughtan
Thanks for the reply Yassine. I can now access the admin and manager pages. I got this working by starting tomcat using the startup scripts in the /srv/tomcat/bin directory instead of via jsvc. The fact that I was using jsvc was probably inportant info I omitted from my original post. My apolog

Re: workers.properties

2006-08-13 Thread Mark Eggers
This should be like any other web application. I just set it up as a test on my machine and it works fine. Take a look at: http://tomcat.apache.org/connectors-doc/ 1) Set up a standard workers.properties file (example) # only one worker # a better name is called for worker.list=myworker # #

Re: Measuring traffic pr. virtualhost

2006-08-13 Thread Mark Eggers
If you want to do logging on at the Engine, Host, or Context level, then you can use the access logging valve in Tomcat. Configuration information can be found here: http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html Note that if you serve static material with a front-end Apache server, t