Root context

2002-11-12 Thread Mark Diana
Once again I hate to ask a question that has been asked and answered, but I can't seem to get this working with the info from the docs and archives. I have a simple set up with Tomcat 4.1.12 and Apache 1.3 and mod_jk on a Linux box. It's not a big site and all I really want is for the whole

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-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

MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
Folks, OK, I hate to do this, but I've searched the archives and monitored this list for a few weeks now, and I still can't get this to work. I want to set up Apache and Tomcat on my G4 Mac with OSX 10.2.1 for development (I want to eventually have the same set up on my production RedHat

Re: MBeans exception and mod_jk

2002-11-05 Thread Mark Diana
Connector containers. Also post the URL you are trying to access if it is something different than http://localhost/examples. John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 2:00 PM To: [EMAIL PROTECTED] Subject: MBeans exception and mod_jk

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 Mark Diana
404? Not a Tomcat 404? The Tomcat errors have blue backgrounds on the pages. Can you access any content at all at http://localhost, besides /examples? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 2:34 PM To: Tomcat Users List

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 Mark Diana
Apache is choking on a VirtualHost named localhost but I don't see why that would be the case. What do the Apache error or access logs say when you make a request to /examples? John -Original Message- From: Mark Diana [mailto:mldiana;vcu.edu] Sent: Tuesday, November 05, 2002 3:06 PM

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