[Resin-interest] calling java from php

2007-01-23 Thread Khayrat Glende
Hi folks, I'm walking my way through the Java Interface section of the Resin 3.1 docu and encountered the a problem getting static classes as stated in the docu this code sequence. Putting the following in a java.php file ?php $a = java(java.lang.System); echo $a-nanoTime(); ? give me

Re: [Resin-interest] File Upload

2007-01-23 Thread Jacky
Smallest file is 3 bytes. Just tried with 0 bytes, successful as well. Using commons-fileupload-1.0.jar, resin 3.0.19 open source, linux 2.6.18-1.2257.fc5 Warm regards, Jacky Wong Software Engineer Qinetics Solution Berhad sksamuel wrote: Does anyone use file upload from Jakata with

Re: [Resin-interest] Cluster and java.lang.IllegalArgumentException:block 30720 must match store Table[srun_b:1] error

2007-01-23 Thread Scott Ferguson
On Jan 22, 2007, at 12:47 PM, Yogesh Gowdra wrote: Deleting srun_*.db files and restarting server solved the problem. More than licensing issue, it was the size (close to a gig) of these files which created problem. That makes sense. That was one of the fixes we needed to make for 3.1.

Re: [Resin-interest] Issue with Content-Type Header Being Overwritten

2007-01-23 Thread Scott Ferguson
On Jan 22, 2007, at 8:12 PM, Michael Varshavsky wrote: Scott, Thank you so much for trying to help me. I did some thinking and now I'm starting to blame the RequestDispatcher. Could it be that some special HttpServletResponse wrapper prevents servlet resources that are called through