[AOLSERVER] java servlets support

2007-06-10 Thread Enrique Catalan
Hi, After a couple of days trying to make a java servlet works with Aolserver without any success I decided to bother you guys and ask if some of you have ever tried to do this crazy configuration? 1.- I tried nsjava but it is out of date (it doesn't work with JDK 1.6) and when I got an olde

[AOLSERVER] WARNING: dns queries will use non-threadsafe calls

2007-10-19 Thread Enrique Catalan
Hi, I tried to compile Aolserver4.5 for unix and got weird warning message and was wondering if you know how to get rid of that, I hadn't got this before. The messages I got are: % /usr/local/tcl8.4.16/bin/tclsh8.4 nsconfig.tcl -install /usr/local/aolserver4.5/ Executing ./configure TC

Re: [AOLSERVER] WARNING: dns queries will use non-threadsafe calls

2007-10-22 Thread Enrique Catalan
hanks! Quoting Tom Jackson <[EMAIL PROTECTED]>: Enrique, You don't have the threadsafe versions, or configure didn't find them. tom jackson On Friday 19 October 2007 08:19, Enrique Catalan wrote: checking for gethostbyname_r... no checking for gethostbyaddr_r... no configure: WARN

Re: [AOLSERVER] WARNING: dns queries will use non-threadsafe calls

2007-10-22 Thread Enrique Catalan
the environment. Cheers Quoting Enrique Catalan <[EMAIL PROTECTED]>: Thanks Tom, Do you know what do I need to fix that? I mean, I'm compiling everything with the right switches according to the README files to get the threading stuff and still getting this. Using tcl 8.4.16 multit

Re: [AOLSERVER] trying to build AOLServer 4.0.10 on windows

2008-02-29 Thread Enrique Catalan
Hi Suman, Do you really need to compile & use the 4.0.10 for win? If not, there is a binary version of aolserver 4.5 for win32 that works pretty well. http://www.friendlybits.com/en/inf_tec_en/win32openacs_en/ -Enrique On 28/02/2008, Suman Nelson <[EMAIL PROTECTED]> wrote: > > Thanks Dossy! I

[AOLSERVER] ns_tmpdir() issue

2008-02-29 Thread Enrique Catalan
Hi, The function ns_tmpnam() defined in /$aolsrv_src/nsd/tclfile.c generates temp file names. This function uses the tmpnam() C function and it works ok on Linux and all the files are stored in the tmp dir which is defined as P_tmpdir in the stdio.h file. However, in the Win32 stdio.h file,

Re: [AOLSERVER] ns_tmpdir() issue

2008-03-03 Thread Enrique Catalan
Thanks John! I will try it and will let you now if have any issues in the 4.5 version. -Enrique. On 29/02/2008, John Caruso <[EMAIL PROTECTED]> wrote: > > On Friday 09:37 AM 2/29/2008, Enrique Catalan wrote: > > In terms of performance, scalability and stability, Do you thi

[AOLSERVER] ns_ora in Aolserver 4.5 for Win32

2008-04-17 Thread Enrique Catalan
Hi, I have an issue when using the Aolserver 4.5 for Win32 port by friendlybits ( http://www.friendlybits.com/en/inf_tec_en/win32openacs_en/ ). This version works pretty well on Windows Server 2003 except that there is a weird behavior with ns_ora when using Oracle 10g and when running the follow

Re: [AOLSERVER] ns_ora in Aolserver 4.5 for Win32

2008-04-22 Thread Enrique Catalan
rom Oracle 10g and above this buffer size is unlimited. Do you know what could be the problem with that? Thanks in advance -Enrique. On Thu, Apr 17, 2008 at 10:17 AM, Enrique Catalan <[EMAIL PROTECTED]> wrote: > Hi, > > I have an issue when using the Aolserver 4.5 for Wi

Re: [AOLSERVER] ns_ora in Aolserver 4.5 for Win32

2008-04-22 Thread Enrique Catalan
with this beta version.. Will let you know what happen at the end. Thanks again! Enrique. On Tue, Apr 22, 2008 at 1:27 PM, Dossy Shiobara <[EMAIL PROTECTED]> wrote: > On 2008.04.22, Enrique Catalan <[EMAIL PROTECTED]> wrote: > > I found that my server is crashing when it i

Re: [AOLSERVER] ns_ora in Aolserver 4.5 for Win32

2008-04-23 Thread Enrique Catalan
Apr 22, 2008 at 3:16 PM, Enrique Catalan <[EMAIL PROTECTED]> wrote: > Hi Dossy, > > Thanks for the link and indeed, that piece of code changed a lot with the > new function free_fetch_buffers(connection);. > >if (oci_error_p (lexpos (), dbh, "OCIStmtExecute&qu

Re: [AOLSERVER] ns_ora in Aolserver 4.5 for Win32

2008-04-23 Thread Enrique Catalan
e. Thanks again! Enrique On Wed, Apr 23, 2008 at 3:13 PM, Dossy Shiobara <[EMAIL PROTECTED]> wrote: > On 2008.04.23, Enrique Catalan <[EMAIL PROTECTED]> wrote: > > Do you have any ideas why it is crashing? > > Can you run AOLserver under gdb (there is a Cygwin-compiled Win3

Re: [AOLSERVER] Compiling 4.5 on Win32 using Visual Studio Express Edition 2008

2008-04-28 Thread Enrique Catalan
The latest version of Maurizio works pretty well, you might need to use the Redistributable package VC++ 2008 instead of the 2005. http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en -Enrique On Mon, Apr 28, 2008 at 2:17 PM, Titi Alailima

Re: [AOLSERVER] Problem with file uploads larger than maxinput

2011-06-23 Thread Enrique Catalan
Hi, The final goal is to have a server-side validation and return a page template explaining what the problem is rather than just closing the connection. Having client-side validation ( JavaScript/Flash like gmail ) helps in terms of UI but I presume wouldn't be safe enough agains DoS. IMHO, I