Howdy,
Your points are good.

The manager app is designed to run under a host, so you need one per
host.  It would be a welcome patch if you made it able to handle
multiple hosts.

The manager servlet is privileged, so its context must have the
privileged attribute, as you know by now.  I thought the Admin webapp
let you specify that attribute?  I'm pretty sure it does in tomcat5.

Finally, the admin webapp doesn't have functionality to
stop/start/reload contexts, as that functionality is already in the
manager webapp.  One could make an argument about how the two really
should be one webapp.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: George Sexton [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, November 05, 2003 8:04 PM
>To: [EMAIL PROTECTED]
>Subject: Admin Application
>
>I created a new virtual host using the Admin Application, and attempted
>to deploy the "Manager" application using the interface. Initial
>attempts gave this message:
>
>java.lang.ClassNotFoundException:
>org.apache.catalina.manager.HTMLManagerServlet
>
>org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassL
o
>ader.java:891)
>
>org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassL
o
>ader.java:756)
>
>org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticato
r
>Base.java:594)
>
>
>After some fooling around, I found that the issue was that the context
>need the "privileged" attribute set to "true". I looked, but I don't
>understand how to use the Admin application to set this attribute for a
>context.
>
>More to the point, is it possible for the manager application to work
>across multiple virtual hosts? It seems like quite a waste to have to
>configure the manager application for each virtual host?
>
>I guess another, perhaps better question is why does the Admin
>application not have controls to stop, start, and re-load contexts?
>
>
>George Sexton
>MH Software, Inc.
>Voice: 303 438 9585
>http://www.mhsoftware.com
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to