RE: How to secure my webapp under Tomcat?

2004-11-11 Thread Peter Crowther
> From: Koon Yue Lam [mailto:[EMAIL PROTECTED] > Is there any methods that I can secure my webapp to ensure my client > won't deploy it to somewhere else by someone else?? Nope. You can draft an appropriate contract, you can obfuscate all you like, you can even use hardware (eg USB) keys on the

Re: How to secure my webapp under Tomcat?

2004-11-11 Thread QM
On Thu, Nov 11, 2004 at 03:08:43PM +0800, Koon Yue Lam wrote: : Now I DON'T want my client browse my JSPs, servlets and database : structure etc .. : : I want the entire webapp (and database) deployed only by me and not by others. : : Is there any methods that I can secure my webapp to ensure

How to secure my webapp under Tomcat?

2004-11-10 Thread Koon Yue Lam
Hi, I have developed a webapp using Tomcat and MySQL Now I DON'T want my client browse my JSPs, servlets and database structure etc .. I want the entire webapp (and database) deployed only by me and not by others. Is there any methods that I can secure my webapp to ensure my client won't dep