manager webapp question

2005-10-11 Thread Marcus Franke
Hello,

I have a tomcat server which serves some webapps for different purposes.

I now would like to have another instance of the the manager webapp just
for one of the webapps on this server, that another person can use the
manager webapp to administer this one special webapp and not
all the others, too.

so I have normal /manager/html and I would like to have something
like 

/web1/manager/html that is capable of adminstering web1

Can this be done? And if yes, what do I have to do?

Regards,
Marcus

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



Re: manager webapp question

2005-10-11 Thread Marcus Franke
On Tue, Oct 11, 2005 at 04:00:24PM +0200, Marcus Franke wrote:
 Hello,

 I have a tomcat server which serves some webapps for different purposes.

 I now would like to have another instance of the the manager webapp just
 for one of the webapps on this server, that another person can use the
 manager webapp to administer this one special webapp and not
 all the others, too.

 so I have normal /manager/html and I would like to have something
 like

 /web1/manager/html that is capable of adminstering web1

 Can this be done? And if yes, what do I have to do?
 
 
Hmm, I guess I can answer that question by myself. If I use 
vhosts in tomcat and I have just the manager and the normal
webapp in that one vhost will I see more than one webapp?

And how do I secure access to that special vhosts manager
webapp? As the normal tomcat-users.xml users with the manager
role would be able to login into every manager on that
tomcat server?



Marcus

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



Re: manager webapp question

2005-10-11 Thread Marcus Franke
On Tue, Oct 11, 2005 at 05:13:33PM +0200, Marcus Franke wrote:
 On Tue, Oct 11, 2005 at 04:00:24PM +0200, Marcus Franke wrote:
 
  Can this be done? And if yes, what do I have to do?
  
  
 Hmm, I guess I can answer that question by myself. If I use 
 vhosts in tomcat and I have just the manager and the normal
 webapp in that one vhost will I see more than one webapp?
 

Hmm, just tried the config on my local test server and only in the
first host I can reach the /manager/html pages, in the second host
I created there was no manager, just the one webapp I configured
inside the host context..


Regards,
Marcus

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



Re: manager webapp question

2005-10-11 Thread Marcus Franke
On Tue, Oct 11, 2005 at 05:47:00PM +0200, Marcus Franke wrote:
 On Tue, Oct 11, 2005 at 05:13:33PM +0200, Marcus Franke wrote:
  On Tue, Oct 11, 2005 at 04:00:24PM +0200, Marcus Franke wrote:
  
   Can this be done? And if yes, what do I have to do?
   
   
  Hmm, I guess I can answer that question by myself. If I use 
  vhosts in tomcat and I have just the manager and the normal
  webapp in that one vhost will I see more than one webapp?
  
 
 Hmm, just tried the config on my local test server and only in the
 first host I can reach the /manager/html pages, in the second host
 I created there was no manager, just the one webapp I configured
 inside the host context..
 

Ok, 

made a mistake, forgot to copy over the manager.xml file vom
CATALINA_HOME/conf/Catalina/localhost/ to my new virtual host.

Have now a manager webapp in both the default vhost localhost
and my vhost test.local but both managers can see all
installed webapps :(

Did not expected to see them there..


Regards,
Marcus

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