RE: Interesting usage of Tomcat...

2004-09-24 Thread Shapira, Yoav
nformatics >-Original Message- >From: Jean-Francois Arcand [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 23, 2004 5:01 PM >To: Tomcat Developers List >Subject: Re: Interesting usage of Tomcat... > > > >Costin Manolache wrote: >> Mladen Turk wrote:

Re: Interesting usage of Tomcat...

2004-09-23 Thread Jean-Francois Arcand
Costin Manolache wrote: Mladen Turk wrote: Shapira, Yoav wrote: http://www.theserverside.com/talks/VendorPerspectives/Mainsoft/interview .tss Yes, indeed :) Almost a year ago I proposed a project that would enable Tomcat to seemesly integrate the legacy code. Something like moving the perspective

Re: Interesting usage of Tomcat...

2004-09-23 Thread Costin Manolache
Mladen Turk wrote: Shapira, Yoav wrote: http://www.theserverside.com/talks/VendorPerspectives/Mainsoft/interview .tss Yes, indeed :) Almost a year ago I proposed a project that would enable Tomcat to seemesly integrate the legacy code. Something like moving the perspective from being an backend to

Re: Interesting usage of Tomcat...

2004-09-23 Thread Mladen Turk
Shapira, Yoav wrote: http://www.theserverside.com/talks/VendorPerspectives/Mainsoft/interview .tss Yes, indeed :) Almost a year ago I proposed a project that would enable Tomcat to seemesly integrate the legacy code. Something like moving the perspective from being an backend to becoming an integra

Re: Interesting

2003-01-27 Thread Glenn Nielsen
Costin Manolache wrote: Glenn Nielsen wrote: Interesting - but it won't work if the security manager is enabled. If the security manager is disabled ( as it is in 99% of the cases ) - there is no protection at all, if you can run servlets - you can do anything a C program can. Just load a JNI

Re: Interesting

2003-01-27 Thread Costin Manolache
Glenn Nielsen wrote: >>> Interesting - but it won't work if the security manager is enabled. >>> If the security manager is disabled ( as it is in 99% of the cases ) - >>> there is no protection at all, if you can run servlets - you can do >>> anything a C program can. Just load a JNI library and

Re: Interesting

2003-01-27 Thread Glenn Nielsen
Jeanfrancois Arcand wrote: Costin Manolache wrote: Jon Scott Stevens wrote: I wonder if one could use these techniques to hack a servlet engine somehow and get from one context to another (assuming you had access to run servlets in it...ie: shared hosting)... http://www.javaspeciali

Re: Interesting

2003-01-27 Thread Jeanfrancois Arcand
Costin Manolache wrote: Jon Scott Stevens wrote: I wonder if one could use these techniques to hack a servlet engine somehow and get from one context to another (assuming you had access to run servlets in it...ie: shared hosting)... http://www.javaspecialists.co.za/archive/Issue014.htm

Re: Interesting

2003-01-27 Thread Costin Manolache
Jon Scott Stevens wrote: I wonder if one could use these techniques to hack a servlet engine somehow and get from one context to another (assuming you had access to run servlets in it...ie: shared hosting)... http://www.javaspecialists.co.za/archive/Issue014.html -jon Interesting - but it