Re: multiuser tomcat environment

2004-01-05 Thread Tsirkin Evgeny
Is that alright to have say 60 Virtual Hosts on one tomcat server?
Thanks.
On Mon, 5 Jan 2004 12:19:18 +0100, Dominique Batard <[EMAIL PROTECTED]> 
wrote:

You may use Virtual Hosts: one student = one host. This way, each student
can have as many context as needed, one of them being the manager.
Dom
- Original Message -
From: "Tsirkin Evgeny" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 31, 2003 11:38 PM
Subject: multiuser tomcat environment

Hi all!
I am new to this list but i hope that is the right one to
ask the question.
We are trying to set up a multiuser machine running Linux
(currently RH7.3) and Tomcat in our college.
The main perpose of the server - a programming course,the
students should develope their projects on it.
Students probably should be able to do the folowing:
[1] deploy/redeply/reload their applications
[2] they should NOT be able to do the same for the
 other students applications
[3] they can't restart the server ,of course, since
 students don't have root access.
So,using manager app is not appropriate - that way all the
students will be able to manage all the application.
Is there any other managers/suggestions that we can use?
Thanks.
Evgeny
---
JCT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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




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


Re: multiuser tomcat environment

2004-01-04 Thread Tsirkin Evgeny
Many thanks for your reply.
Does your solution works with NIS?
Also I have found on the server config site that :
	"The operating system username under which Catalina is executed MUST
	have read access to each user's web application directory, and all of its 
contents."
In my case that probably means that I will have to run Catalina as root.
Are there any known security problems with that?

About implementing my own manager ,I am not realy a java programmer
Does anybody knows about such a thing already done?
Thanks.
On Fri, 02 Jan 2004 11:00:24 -0500, Tim Downey <[EMAIL PROTECTED]> wrote:


 >> The main perpose of the server - a programming course,the
 >> students should develope their projects on it.
 >> Students probably should be able to do the folowing:
 >> [1] deploy/redeply/reload their applications
Using Tomcat as a stand-alone server, you can create a ~ directory for 
each
user in /etc/passwd. Add a Listener for UserConfig in the Host.

 >> [2] they should NOT be able to do the same for the
 >>other students applications
The ~ directories have individual user access privileges.

 >> [3] they can't restart the server ,of course, since
 >> students don't have root access.
I am unfamiliar with creating a new manager, but it seems that you should
be able to write a servlet that can only be accessed by registered users.
This servlet will send stop/start for a particular user's web app 
directory.
It is possible to send messages to the manager via HTTP. Your servlet
will need to authenticate as the manager, and then send the correct HTTP
request.

Perhaps someone else has a slicker solution. I would love to hear it.

 >> So,using manager app is not appropriate - that way all the
 >> students will be able to manage all the application.




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


multiuser tomcat environment

2003-12-31 Thread Tsirkin Evgeny
Hi all!
I am new to this list but i hope that is the right one to
ask the question.
We are trying to set up a multiuser machine running Linux
(currently RH7.3) and Tomcat in our college.
The main perpose of the server - a programming course,the
students should develope their projects on it.
Students probably should be able to do the folowing:
[1] deploy/redeply/reload their applications
[2] they should NOT be able to do the same for the
other students applications
[3] they can't restart the server ,of course, since
students don't have root access.
So,using manager app is not appropriate - that way all the
students will be able to manage all the application.
Is there any other managers/suggestions that we can use?
Thanks.
Evgeny
---
JCT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]