[Resin-interest] Build error on Solaris 10

2006-10-06 Thread Anoop K Achuthan
Hi, I'm trying to build resin-pro-3.0.21 on Solaris 10(sparc). resin-pro-3.0.19 was compiled successfully. But using the same configure command, I'm getting build errors when I build 3.0.21. Comparing the two build outputs, I noticed that 3.0.21 build command is trying to produce 64 bit code, t

[Resin-interest] Quercus - preg_replace problem

2006-10-24 Thread Anoop K Achuthan
Hi, I use the following code to manipulate a URL to insert a port number. --- http://example.com/test";; $pattern = "/(http:\/\/)([^\/]+)\/(.*)/i"; $replacement = "$1$2:81/$3"; echo preg_rep

Re: [Resin-interest] Quercus - preg_replace problem

2006-10-24 Thread Anoop K Achuthan
Hi, Please ignore the previous mail. preg_replace is working well. Thanks, Anoop Anoop K Achuthan wrote: > Hi, > > I use the following code to manipulate a URL to insert a po

[Resin-interest] quercus - problem with file_exists function

2006-10-25 Thread Anoop K Achuthan
Hi, I'm using quercus to rum wordpress. When I upload and image, quercus throws a Null pointer Exception at file_exists function. java.lang.NullPointerException at com.caucho.quercus.lib.file.FileModul

[Resin-interest] resin 3.1 problem

2006-10-31 Thread Anoop K Achuthan
Hi, I upgraded resin to 3.1(using resin-pro-3.1.s061026 snapshot). After installing, when I start resin I get the following error: --- Oct 31, 2006 8:42:39 PM com.caucho.vfs.OpenSSLFactory WARNING: java.

Re: [Resin-interest] resin 3.1 problem

2006-11-02 Thread Anoop K Achuthan
.java:1189) - I'm not getting any clue. -Anoop Anoop K Achuthan wrote: > Hi, >I upgraded resin to 3.1(using resin-pro-3.1.s061026 snapshot). After > installing, > when I start resi

Re: [Resin-interest] resin 3.1 problem

2006-11-03 Thread Anoop K Achuthan
th SSL support, but I am running on Windows. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Anoop K Achuthan > Sent: Thursday, November 02, 2006 12:45 AM > To: General Discussion for the Resin application server > Subject: Re:

Re: [Resin-interest] Install pro 3.0.19+ on Solaris 10 and QA Question

2006-11-12 Thread Anoop K Achuthan
Hi, I've been successful in installing resin-pro-3.0.19.20 and 21 on Solaris 10. The server in which I installed resin is a Sun Fire T1000. By default resin configure script will generate the Make file for 64 bit compilation. If you want to compile it as 32 bit, then you should specify the conf

[Resin-interest] Help with Caucho bugtrack

2006-12-01 Thread Anoop K Achuthan
Hi, I had reported a bug using Caucho bugtrack system. http://bugs.caucho.com/view.php?id=1442 The ticket was closed with resolution "fixed". The product version with problem was Resin 3.1.0. According to the ticket history, the issue is fixed in version 3.1.0. Does this mean Caucho couldn't re

Re: [Resin-interest] php and file uploads

2007-02-14 Thread Anoop K Achuthan
Hi , I'm also experiencing the same problem after upgrading to Resin-3.1.0 . Thanks, Anoop Markus Bopp wrote: >hi again, > >I tried a couple of things to get uploads work with php and resin but I >am totally stuck. >there are resources that say I should enable resin to allow uploads in >resin.c

Re: [Resin-interest] contentType='x-application/xslt' - meaning hijacked?

2007-02-19 Thread Anoop K Achuthan
Hi John, You can write a Response Filter which sets the Content type of your choise. The filter could be added as the last filter in the chain to make sure that no other filter is changing it's content type. -Anoop John Steel wrote: >test.jsp here http://www.caucho.com/resin-3.1/doc/xslt-

Re: [Resin-interest] PHP and UTF-8

2007-03-13 Thread Anoop K Achuthan
Hi MexIQ , I'm not sure about this solution. But you can try setting LANG environment variable like , export LANG=ja_JP.utf8 and restarting resin. -Anoop MexIQ wrote: >Thank you Markus, It is not matter of the file encoding because the >problem also happened with my database results (using m

[Resin-interest] How to set Content-MD5 header

2007-03-26 Thread Anoop K Achuthan
Hi, Is there any configuration option in Resin-3.1 similar to "ContentDigest" directive in Apache to set the HTTP/1.1 Content-MD5 response header ? Thanks, Anoop ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/ma