Re[2]: Multiple designing.

2006-12-21 Thread Dima Retov
I ask that as we had similar idea to make shared hosting for tomcat. The main problem for us was unloading code (context, sites). It is complex to stop thread that do not wish to properly stop. You can protect shutdown port with Security Manager that you must implement for such project. Abuser

Re: Multiple designing.

2006-12-21 Thread Wang Penghui
Dima Retov 写道: WP> We are starting to design a ISP level JSP virutal hosting system which WP> could serve JSP and Servlets. Would you use have 1 tomcat per server? If yes, Would you protect it from abusing code? e.g. Anyone would be able to upload code with infinite loops to server. Thanks f

Re: Multiple designing.

2006-12-21 Thread Dima Retov
WP> We are starting to design a ISP level JSP virutal hosting system which WP> could serve JSP and Servlets. Would you use have 1 tomcat per server? If yes, Would you protect it from abusing code? e.g. Anyone would be able to upload code with infinite loops to server. -- Best regards, Dima

Multiple designing.

2006-12-20 Thread Wang Penghui
Hello, We are starting to design a ISP level JSP virutal hosting system which could serve JSP and Servlets. Here are some thing i decide to to: Apache 2.0.52(RHEL 4 default installation) Tomcat 5.5.20 (http://tomcat.apache.org) Tomcat connector 1.2.18(http://tomcat.apache.org) Add the follow li