RE: MBeans and MC4J

2003-02-24 Thread pqin
Does your tomcat load MBean server during startup? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Achim Hügen [mailto:[EMAIL PROTECTED] Sent: February 24, 2003 4:44 AM To: [EMAIL PROTECTED] Subject: MBeans and

Antwort: RE: MBeans and MC4J

2003-02-24 Thread Achim Hügen
Does your tomcat load MBean server during startup? Regards, Yes it does, I have included this entry in the server.xml: Listener className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0 port=-1 login=admin password=admin/ I have additionally tried port 8082. I have no

Re: MBeans exception and mod_jk

2002-11-07 Thread Mark Diana
to help. Did your MBeans exception go away as well? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Wednesday, November 06, 2002 2:59 PM To: Tomcat Users List Subject: Re: MBeans exception and mod_jk John, Eureka! That must have been it. However, it only

RE: MBeans exception and mod_jk

2002-11-07 Thread Turner, John
It has come up before on the list, recently. I don't remember how to fix it, though. John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Thursday, November 07, 2002 9:57 AM To: Tomcat Users List Subject: Re: MBeans exception and mod_jk No, the MBeans

RE: MBeans exception and mod_jk

2002-11-07 Thread Jeff Tulley
- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Thursday, November 07, 2002 9:57 AM To: Tomcat Users List Subject: Re: MBeans exception and mod_jk No, the MBeans exception is still there, I just commented out that part of the server.xml. I don't really know enough about what

Re: MBeans exception and mod_jk

2002-11-06 Thread Martin Jacobson
First off, some encouragement — I have Mac OS X 10.1.5, Apache 2.0.43, mod_jk.so (the latest), and Tomcat 4.1.12, and it works for me! There may be differences with OS X 10.2, plus I installed Tomcat in /usr/local so my workers.properties file looks like this: # BEGIN workers.properties # #

RE: MBeans exception and mod_jk

2002-11-06 Thread Turner, John
need in there are 4 lines: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 9:38 PM To: Tomcat Users List Subject: Re: MBeans exception

Re: MBeans exception and mod_jk

2002-11-06 Thread Mark Diana
John, Eureka! That must have been it. However, it only appears to work when I have the mod_jk stuff directly inside httpd.conf and not in a virtual host, although I'll need to test a bit more to be sure. That's actually fine for my purposes. Once I've got this all set up it's not likely to

RE: MBeans exception and mod_jk

2002-11-06 Thread Turner, John
No problem, glad to help. Did your MBeans exception go away as well? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Wednesday, November 06, 2002 2:59 PM To: Tomcat Users List Subject: Re: MBeans exception and mod_jk John, Eureka! That must have

RE: MBeans exception and mod_jk

2002-11-05 Thread Turner, John
Aside from the MBean stuff, please post relevant portion of httpd.conf (or mod_jk.conf), workers.properties, and relevant portions of server.xml, such as your Host container and your Connector containers. Also post the URL you are trying to access if it is something different than

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
OK. httpd.conf: Include /Library/Tomcat/Home/conf/auto/mod_jk.conf where /Home is a symbolic link to /Library/Tomcat/jakarta-tomcat-4.1.12. The only other thing I changed in httpd.conf was the Server Name, which I set as localhost. Sample from auto-generated mod_jk.conf: ## Auto

RE: MBeans exception and mod_jk

2002-11-05 Thread Turner, John
What're the contents of workers.properties? Also, did you disble the CoyoteConnector on 8009 since you have AjpConnector enabled? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 2:23 PM To: Tomcat Users List Subject: Re: MBeans

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
AjpConnector enabled? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 2:23 PM To: Tomcat Users List Subject: Re: MBeans exception and mod_jk OK. httpd.conf: Include /Library/Tomcat/Home/conf/auto/mod_jk.conf where /Home

RE: MBeans exception and mod_jk

2002-11-05 Thread Turner, John
: Tuesday, November 05, 2002 2:34 PM To: Tomcat Users List Subject: Re: MBeans exception and mod_jk Sorry, workers.properties: # Setup for Mac OS X workers.tomcat_home=/Library/Tomcat/Home workers.java_home=/System/Library/Frameworks/JavaVM.framework/ Versions/ 1.3.1/Home ps

Re: MBeans exception and mod_jk

2002-11-05 Thread Jeff Tulley
I get the MBean exception but still have Apache / Tomcat connectivity via the AJP13Connector. It is probably not related. You might try using the Coyote Jk Handler, since it is compatible with mod_jk (we had not realized that the two would work together, and that was the only reason to move

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
Subject: Re: MBeans exception and mod_jk Sorry, workers.properties: # Setup for Mac OS X workers.tomcat_home=/Library/Tomcat/Home workers.java_home=/System/Library/Frameworks/JavaVM.framework/ Versions/ 1.3.1/Home ps=/ worker.list=ajp13 # Definition for Ajp13 worker # worker.ajp13.port=8009

RE: MBeans exception and mod_jk

2002-11-05 Thread Turner, John
? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 3:06 PM To: Tomcat Users List Subject: Re: MBeans exception and mod_jk Yes, it's an Apache 404, and I can access all the local documentation for Apache at http://localhost (I

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
-Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 2:34 PM To: Tomcat Users List Subject: Re: MBeans exception and mod_jk Sorry, workers.properties: # Setup for Mac OS X workers.tomcat_home=/Library/Tomcat/Home workers.java_home=/System/Library

RE: MBeans exception and mod_jk

2002-11-05 Thread Aryeh Katz
Moving Tomcat might help, but if you are getting an apache 404, that means that Apache doesn't know what to do with http://localhost/examples, even though your httpd.conf clearly has a virtual host for localhost and the requisite JkMount statements. Not so fast. His JkMount command doesn't

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
To: Tomcat Users List Subject: Re: MBeans exception and mod_jk Yes, it's an Apache 404, and I can access all the local documentation for Apache at http://localhost (I haven't put anything else in there yet). Would it possibly have anything to do with the location of Tomcat? I did make myself the owner

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
But http://localhost/examples/servlet/ doesn't work either. None of the URLs specified by the JkMount statements works from Apache. Neither does /admin, or any of the other default webapps. I just didn't post those parts of mod_jk.conf to save space. Mark On Tuesday, November 5, 2002, at

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
OK, I tried all of the following: I copied the contents of the auto-mod_jk.conf file to httpd.conf and removed the Include directive. Still no luck. I also added the JkMount /examples/* ajp13 statement just to be sure. No luck. I tried using the mod_jk.so binary for mac osx from the jakarta

RE: MBeans?

2002-10-02 Thread da_alchemist
I just wanted to point out that the referenced article is a little dated and that JBoss now has clustering support. http://www.onjava.com/pub/a/onjava/2002/07/10/jboss.html Thanks. --- Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, I am building a custom user system which extends that which

RE: MBeans?

2002-10-01 Thread Shapira, Yoav
Howdy, What kind of bean what you like to add so that tomcat knows about it? In the (current) tomcat world, there are two kind of MBeans: its own and yours. Yours are under your webapp, visible only to you, and tomcat doesn't want to have anything to do with them. Its own MBeans are visible

Re: MBeans?

2002-10-01 Thread Randy Secrist
- Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 6:40 AM Subject: RE: MBeans? Howdy, What kind of bean what you like to add so that tomcat knows about it? In the (current) tomcat world, there are two kind

RE: MBeans?

2002-10-01 Thread Shapira, Yoav
Hi, I am building a custom user system which extends that which tomcat 4.1.12 did - basically an extended version of the UserDatabaseRealm and UserDatabase - to meet a companies specific security needs. As such, any Sounds interesting... classes I write for this go into the server/lib