[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. --- ?php $entry_id = http://example.com/test;; $pattern = /(http:\/\/)([^\/]+)\/(.*)/i; $replacement = $1$2:81/$3;

[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

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

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

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