Re: [Resin-interest] Compelling reasons to use Resin?

2007-10-17 Thread Yong Bakos
We're listening to your feedback regarding documentation, and are in the process of improving it across the board, starting with Hessian. On Oct 17, 2007, at 7:25 AM, Jan Kriesten wrote: hi hari, i have been using resin since early version 2 and haven't regret it. there are some cases whi

Re: [Resin-interest] How To View Servlets w. Resin

2007-09-24 Thread Yong Bakos
You need to have the servlet mapped in web.xml. And generally servlets belong in WEB-INF/classes. If this is confusing, check out some tutorials on java web applications. yong On Sep 24, 2007, at 2:31 PM, Steve Burrus wrote: Hi all. I have been encountering some difficulty in trying to see a

Re: [Resin-interest] How to set default/global response encoding?

2007-06-27 Thread Yong Bakos
Hans, don't declare it manually in every jsp -- just once in your header portion of your view/jsp templates, which would typically be included in each individual jsp. On Jun 27, 2007, at 8:59 AM, Hans Loeblich wrote: I need to know if there is any way to make UTF-8 my default charset encod

Re: [Resin-interest] application variables, j2ee - php, and shared nothing

2007-06-26 Thread Yong Bakos
(this is sorta off topic -- I suggest asking this question at Java Ranch) I think the answer to your question always depends on what it is you're trying to accomplish. I also think there is some cross-cultural confusion, as you can certainly create a shared-nothing Java webapp. yong

Re: [Resin-interest] php4 in Quercus

2007-06-12 Thread Yong Bakos
Hey Fred, is the site very big or complex? I recommend moving to PHP5 whenever doing so causes too much bloodshed. Quercus is based on PHP5 with an eye on PHP6. Good luck, Yong On Jun 12, 2007, at 1:24 PM, [EMAIL PROTECTED] wrote: Hi, I have a site using PHP4 that I would like to run under

Re: [Resin-interest] quercus questions

2007-06-11 Thread Yong Bakos
ention to a beginner like me? thanks for your reply. -nathan On 6/11/07, Yong Bakos <[EMAIL PROTECTED]> wrote: Hi Nathan, some information is here: http://quercus.caucho.com/quercus-3.1/doc/quercus-module-status.xtp Some info about PDO here http://caucho.com/resin-3.1/doc/quercus-ov

[Resin-interest] quercus questions

2007-06-10 Thread Yong Bakos
Hi Nathan, some information is here: http://quercus.caucho.com/quercus-3.1/doc/quercus-module-status.xtp Some info about PDO here http://caucho.com/resin-3.1/doc/quercus-overview.xtp#databases but understand that Quercus is bleeding edge stuff, and the best thing to do is experiment. You wil

Re: [Resin-interest] On the subject of JSP compilation...

2007-06-01 Thread Yong Bakos
John, check out resin's work directory for the source of the resulting class to which your jsp becomes. On Jun 1, 2007, at 3:35 AM, John Steel wrote: I've been using this pattern for some time with excellent results: <% if (user == null) { %> <%@ include file="/jsp/loginpanel.jsp"

Re: [Resin-interest] Registering Resin pro server as windows service

2007-05-29 Thread Yong Bakos
>> When i register as a windows service do i need to setup any windows environment variables like resin_jome, java_home or classpath etc. YES. See http://caucho.com/resin-3.1/doc/starting.xtp and other doco. On May 29, 2007, at 2:43 PM, Achuta Rao Iruku wrote: Hi, I am trying to registe

Re: [Resin-interest] debugging quercus

2007-05-13 Thread Yong Bakos
ion in the future. Regards, -- Nam > Message: 1 > Date: Thu, 10 May 2007 16:08:48 -0600 > From: Yong Bakos <[EMAIL PROTECTED]> > Subject: [Resin-interest] debugging quercus > To: resin-interest@caucho.com > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain;

[Resin-interest] debugging quercus

2007-05-10 Thread Yong Bakos
Hi, does anyone on the list have suggestions for getting better debug info while testing quercus? I've gotten to the point w/ a particular problem that results in a blank browser window, no source. Any ideas are appreciated. Cheerios! yong ___ re

[Resin-interest] Quercus: constants and Qcodo

2007-05-06 Thread Yong Bakos
Hi, I'm trying to get Qcodo to work under Resin.Quercus. I've done some simple php tests and things look good. I've installed the mysql driver in common/lib. I've created a webapp directory qcodo, and placed qcodo there. I've created a WEB-INF/web.xml with the usual php mapping. Alas, it no worki