Re: [Resin-interest] Quercus with Joomla and Apache mod_rewrite

2009-02-02 Thread Scott Ferguson

On Feb 2, 2009, at 1:51 AM, Stargazer wrote:

 I'm trying to move an existing Joomla site to Quercus. On the current
 system I have set search engine friendly URLs on and this strips the
 ugly params out. I guess its handled by Apache using a module or the
 .htaccess file. In any case, when I run the same setup under Quercus
 (again with the Apache + mod_caucho setup) it seems these URL's don't
 get converted, so the site right now is full of broken links. Its a
 shame because some pages do work, and the content is there meaning the
 db is ok, the compilation and cache is ok and it runs 3x faster ;-) So
 any tips on how I can get Resin + Quercus to do what the current setup
 is doing with respect to these URL rewrites please?

You should use Resin's rewrite-dispatch rules.  There's an example  
at http://wiki.caucho.com/Rewrite-dispatch_for_Mediawiki_and_Quercus.   
The full docs are at http://caucho.com/resin/rewrite.xtp

   http://caucho.com/resin/doc/rewrite-tags.xtp

If you can post Joomla's recommended mod_rewrite rules, we can help  
convert them to rewrite-dispatch.

-- Scott



 Resin 3.2.1 Pro / RH Fed7



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Quercus with Joomla and Apache mod_rewrite

2009-02-02 Thread Stargazer
I'm trying to move an existing Joomla site to Quercus. On the current 
system I have set search engine friendly URLs on and this strips the 
ugly params out. I guess its handled by Apache using a module or the 
.htaccess file. In any case, when I run the same setup under Quercus 
(again with the Apache + mod_caucho setup) it seems these URL's don't 
get converted, so the site right now is full of broken links. Its a 
shame because some pages do work, and the content is there meaning the 
db is ok, the compilation and cache is ok and it runs 3x faster ;-) So 
any tips on how I can get Resin + Quercus to do what the current setup 
is doing with respect to these URL rewrites please?

Resin 3.2.1 Pro / RH Fed7



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] is unknow bean property of

2009-02-02 Thread Scott Ferguson

On Feb 2, 2009, at 8:45 AM, Jay Ballinger wrote:

 Tuan,

 Did you try ${object.price} ?

 We also found Resin 3.1.x to be more specific than 3.0.x about the
 conventions used with EL. We made a pass through our code looking for
 these capitalization differences and that solved our problems.

Exactly.  Resin 3.1 is more strict than 3.0 for EL behavior (because  
it's based on a newer version of the EL spec.)

-- Scott



 + jay



 Tuan Tran wrote:
 Hi all!



 We are having a lot of “javax.el.PropertyNotFoundException” when
 updating from version 3.0 to 3.1.8.



 An example:



 JSP-files with code like this ${object.Price} will give an error like
 this one :



 500 ‘Price’ is an unknown bean property of



 The only thing that seems to fix this is to change it to



 ${object.getPrice()}.



 The problem is that we have alot of jsp files to be changed, just
 wondering if there is an easy way to fix this?



 Thanks!



 Tuan Tran








 

 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest