RE: Tomcat admin webapp configuration with mod_jk

2008-08-13 Thread Caldarale, Charles R
 From: Adam Gordon [mailto:[EMAIL PROTECTED]
 Subject: Tomcat admin webapp configuration with mod_jk

 I've downloaded and installed (correctly, I think) the admin
 web app but am having trouble configuring Apache and Tomcat
 to recognize that the admin webapp is present.

Obviously, it's not correctly installed, or you wouldn't be having a problem.

Don't suppose you want to give us a hint about what version of Tomcat you're 
using?  Guessing from the contents of server.xml is rather pointless.  Exactly 
what steps did you take to install the admin web app?  Where is Tomcat 
installed?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat admin webapp configuration with mod_jk

2008-08-13 Thread Adam Gordon
I just figured it out when verifying my installation per your request of 
my installation steps.  It finally clicked when I was looking at the 
subdirectories in TOMCAT_HOME/conf...there's a Standalone directory and 
a Catalina directory.


Our Engine name is Standalone and host name is localhost - so I moved 
the admin.xml from the default of conf/Catalina/localhost to 
conf/Standalone/localhost and voila! it worked.


So, now I have a problem whereby I can't log in and Tomcat is 
complaining that I don't have a LoginModule configured for Standalone.  
I assume I need to add a JAAS Realm in admin.xml (like we're doing for 
our web app) but it's not clear how it needs to be configured.


Any ideas?

--adam

Caldarale, Charles R wrote:

From: Adam Gordon [mailto:[EMAIL PROTECTED]
Subject: Tomcat admin webapp configuration with mod_jk

I've downloaded and installed (correctly, I think) the admin
web app but am having trouble configuring Apache and Tomcat
to recognize that the admin webapp is present.



Obviously, it's not correctly installed, or you wouldn't be having a problem.

Don't suppose you want to give us a hint about what version of Tomcat you're 
using?  Guessing from the contents of server.xml is rather pointless.  Exactly 
what steps did you take to install the admin web app?  Where is Tomcat 
installed?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]