Re: jconsole security manager

2005-09-18 Thread Peter Rossbach
You can find detail information here: http://java.sun.com/j2se/1.5.0/docs/api/javax/management/MBeanPermission.html Very simple config example: http://mx4j.sourceforge.net/docs/ch03s10.html Peter Pfingstl Gernot schrieb: I like to monitor my tomcat 5.5 (running on jdk 1.5.0) with jconsole.

Re: Cluster and notifications to nodes

2005-09-18 Thread Peter Rossbach
Hey Bradley, a) mark application as priviliged=true b) define and implement your own ClusterMessage c) via MbeansServer you got the Catalina:type=Cluster,host=localhost mbean and send your operation ( send(ClusterMessage)). d) Register a ClusterListener. with 5.5.11 you can

Re: different uid per host or perhaps something else

2005-09-18 Thread QM
On Sat, Sep 17, 2005 at 03:39:22PM -0700, Alexander Kabanov wrote: : I have a bundle apache - mod_jk - tomcat working and virtual hosts : properly configured, : everything is nice, but with a few small issues. In addition to this : configuration - each virtual : host represents different users

Need multiple virtual directories for isapi_redirector

2005-09-18 Thread David Thielen
Hi; If you want to run Tomcat against multiple websites, not just the default website, this is what I have had to do. IS THIS CORRECT?? This is on Windows 2003/IIS 6.0. I removed isapi_redirector.dll from the default web site ISAPI Filters and put it in the parent Web Sites

JSP 2.1 in Tomcat 6?

2005-09-18 Thread Ron Kiat
I understand that Tomcat 5.5 supports JSP 2.0. I heard that JSP 2.1 has a slightly different syntax for the Expression Language, and Java 5 EE is coming. Will the next build of 5.5 suppport JSP 2.1? Or will there be Tomcat 6? Thanks, Ron

Re: password authentication causes 403 error

2005-09-18 Thread paul
Thanks Bill - that did it! Bill Barker writes: [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi there, I would like to set up my development tomcat-5.0.28 (on port 8080) so that all webapps that are not password protected, to have password authentification. Since it is my dev

Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to configuring it. Tomcat has been working great, together with Apache 2, for several months now. But now, I find myself wanting to use the manager webapp for the first time.

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread Peter Johnson
Jimi, try /manager/html PJ [EMAIL PROTECTED] wrote: Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to configuring it. Tomcat has been working great, together with Apache 2, for several months now. But now, I find

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
Ah, it worked like a charm! Thanks a bunch, Peter! :) /Jimi Quoting Peter Johnson [EMAIL PROTECTED]: Jimi, try /manager/html [EMAIL PROTECTED] wrote: Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to