Re: [Resin-interest] Access server id param within resin.xml

2010-10-01 Thread Emil Ong
There's a complete listing of all the environment variables here: http://www.caucho.com/resin-4.0/admin/config-el.xtp These apply to both 3.1 and 4.0. Emil On Fri, Oct 01, 2010 at 12:54:22PM +0100, Stargazer wrote: > On 01-Oct-2010 11:20, Daniel López wrote: > > With Resin 3.1.5, ${server.id}

Re: [Resin-interest] How to specify JVM encoding in Mac OS X ?

2010-09-16 Thread Emil Ong
Try setting the file.encoding system property: Emil On Thu, Sep 16, 2010 at 07:39:40PM +0800, smallufo wrote: > I am a newbie of Mac OS X , > My Resin (4.0.10) has an encoding problem under mac os x ... > JVM starts without UTF-8 encoding , results in problems when parsing > resources... >

Re: [Resin-interest] Missing response headers for css files using Quercus

2010-09-10 Thread Emil Ong
Hi Matt, Try setting your file encoding to UTF-8 (or whatever you intend to use): On Mac, Java's default file encoding is "MacRoman", which Firefox doesn't understand. We have a bug open for this here: http://bugs.caucho.com/view.php?id=4180 I'm not exactly sure what to do about it, because

Re: [Resin-interest] Custom startup recommendation

2010-08-31 Thread Emil Ong
I think we can count this as a bug: http://bugs.caucho.com/view.php?id=4195 We should at least have an option not to override your existing /etc/init.d/resin -- we do recommend editing this file with your local changes. Best, Emil On Tue, Aug 31, 2010 at 03:20:34PM +0200, Mattias Jiderhamn wrot

Re: [Resin-interest] php.ini and include_path

2010-08-30 Thread Emil Ong
27;s not a real solution. I've filed a bug to address the issue: http://bugs.caucho.com/view.php?id=4192 Best, Emil On Mon, Aug 30, 2010 at 01:39:41PM -0400, Alexandre Bertails wrote: > 2010/8/27 Emil Ong : > > Hi Alexandre, > > > > Sorry, I still don't understand on

Re: [Resin-interest] php.ini and include_path

2010-08-27 Thread Emil Ong
gt; 2010/8/26 Emil Ong : > > Hi, > > > > I don't think we support the ${RESIN} variable in php.ini at the moment, > > but out of curiosity, why do you need the Resin root if you're using > > Jetty? > > I'm trying to write a Java/Scala wrapper fo

Re: [Resin-interest] php.ini and include_path

2010-08-26 Thread Emil Ong
Hi, I don't think we support the ${RESIN} variable in php.ini at the moment, but out of curiosity, why do you need the Resin root if you're using Jetty? Thanks, Emil On Wed, Aug 25, 2010 at 07:57:48PM -0400, Alexandre Bertails wrote: > Hi all, > > I have this worky partial web.xml: > [[ > >

Re: [Resin-interest] resin:Dispatch and friends

2010-07-06 Thread Emil Ong
Hi Rick, Looks like your tag has "dispatch" with a lower case "D". It needs to be upper case as in "". Best, Emil On Sun, Jul 04, 2010 at 12:30:10PM -0700, Rick Mann wrote: > I'm trying to add some rewrite rules for WordPress in my resin.xml file. > However, when I try the examples here: > >

Re: [Resin-interest] in Resin 4.0.7 HtttpServletRequest needs to an instance of CauchoRequest

2010-06-30 Thread Emil Ong
On Wed, Jun 30, 2010 at 06:04:21PM +0200, Andrea Sodomaco wrote: > [snip] > > Any ideas or suggestions? > Is this beaviour to be considered a bug of resin? Yes, it is a bug that Alex recently fixed: http://bugs.caucho.com/view.php?id=4073 It should be fixed for Resin 4.0.8 due out soon (a wee

Re: [Resin-interest] Resin ~ Enterprise Management and Monitoring

2010-04-21 Thread Emil Ong
Hi Michael, The best place to look is at our MBeans to see what they expose. Our own resin-admin is just a facade over these. The SNMP interface is documented here: http://caucho.com/resin-4.0/admin/resin-admin-console.xtp#Enabling%20SNMP%20support%20in%20Resin There are also different statist

Re: [Resin-interest] Accessing resin-admin

2010-04-21 Thread Emil Ong
r to not mess up the login page I set > url-pattern="*.php". Any risk this will change in a future release > "without further notice"? Maybe it's better/safer to allow > "/images/*" and "*.css"? Sorry, I don't really understand the context of th

Re: [Resin-interest] Resin 4.0.x doc/config

2010-04-16 Thread Emil Ong
rw-r--r-- 0/0 37560 2010-04-13 11:57:38 resin-4.0.6/doc/resin-doc/ > doc/config-webapp.xtp > $ > > It is referenced in full.xml but is commented out there. > > Bill > > > On Fri, Apr 16, 2010 at 5:11 PM, Emil Ong wrote: > > Hi Bill, >

Re: [Resin-interest] Accessing resin-admin

2010-04-16 Thread Emil Ong
Hi Mattias, Are you using a custom resin.xml/resin.conf? If so, you might try copying the configuration from the default. It looks like this: This part of the install document may also be helpful: http://caucho.com/resin-4.0/admin/starting-resin-install.xtp#Creating%20a%20password%

Re: [Resin-interest] Resin 4.0.x doc/config

2010-04-16 Thread Emil Ong
Hi Bill, I don't see that app. What's in it? Do you see a directory or an MBean or something else that refers to it? Thanks, Emil On Fri, Apr 16, 2010 at 11:26:28AM -0400, Bill Au wrote: > In addition to admin and resin-doc, I noticed that there is also a config > webapp under doc. Anyone kno

Re: [Resin-interest] Caucho website security heads up

2010-04-14 Thread Emil Ong
Hi Bill, I'm working on it right now. With luck, it'll be out later today. Thanks, Emil On Wed, Apr 14, 2010 at 03:39:15PM -0400, Bill Au wrote: > Please update the admin PDF found on the download page as part of the > documentation rework. Thanks. > > Bill > > On Wed, Apr 14, 2010 at 12:39

Re: [Resin-interest] Can't launch 3.0.23, missing ResinBoot

2010-04-05 Thread Emil Ong
Hi Rick, You need to run httpd.sh for Resin 3.0: http://caucho.com/resin-3.0/install/install.xtp Emil On Mon, Apr 05, 2010 at 02:07:53PM -0700, Rick Mann wrote: > I'm trying to resurrect my old installation of Resin, 3.0.23, but it's not > launching for some reason. I can't figure out why it c

Re: [Resin-interest] Resin-4.0.5 Watchdog on Shutdown

2010-03-30 Thread Emil Ong
rrect: you can just leave the watchdog running and issue a start. Let us know if you run into the issue with port conflicts again. It should only be a configuration issue. Emil > On Mar 30, 2010, at 11:49:59, Emil Ong wrote: > > > Hi Aaron, > > > > This is the correc

Re: [Resin-interest] Resin-4.0.5 Watchdog on Shutdown

2010-03-30 Thread Emil Ong
Hi Aaron, This is the correct behavior. In 4.0.x, we changed the watchdog to be a long-lived process. If you'd like to shut it down, along with all running resin instances, use the "shutdown" command. We're in the process of updating the documentation this week to reflect the change. Thanks, Em

Re: [Resin-interest] Resin-pro-4.0.5: JSSE + cipher-suites

2010-03-25 Thread Emil Ong
Hi Aaron, Not at the moment, but it's certainly possible. I filed a feature bug for it: http://bugs.caucho.com/view.php?id=3970 Thanks, Emil On Thu, Mar 25, 2010 at 02:34:33PM -0500, Aaron Freeman wrote: > Is there any documentation for using the cipher-suites tag? Instead of > explicitly li

Re: [Resin-interest] AMFPHP on Quercus

2010-03-05 Thread Emil Ong
hp/browser/index.html and you'll > see the issue. > > Am I missing anything obvious? I don't think so. I'll file this as a bug - there might be an easy fix. http://bugs.caucho.com/view.php?id=3926 Invoking the PHP from Java can be tricky for cases like these. Some care

Re: [Resin-interest] AMFPHP on Quercus

2010-03-04 Thread Emil Ong
Hi Brian, I think your best bet is to use BlazeDS. As far as I know, nobody has used AMFPHP with Quercus, but using BlazeDS would be simple (just use new Java("some.blazeds.Clazz", "first arg", "etc") to create objects). You could also try using Hessian Flash, but then you'd need your objects to

Re: [Resin-interest] resin 4.0.4 lacks of bin/ dir

2010-03-03 Thread Emil Ong
tional for most developers... > > 2010/3/4 Emil Ong > > > BTW, the command to run Resin with console output has changed to > "java -jar lib/resin.jar console" if you're used to running it that way. > > >

Re: [Resin-interest] resin 4.0.4 lacks of bin/ dir

2010-03-03 Thread Emil Ong
On Sat, Feb 27, 2010 at 04:57:47AM +0800, smallufo wrote: > resin 4.0.4 lacks of bin/ directory The bin/ directory only had a resin.sh script in it before. Do you want that back? All it does is run "java -jar lib/resin.jar", followed by the commands you pass in. If it's helpful, we can replace

Re: [Resin-interest] Resin Eclipse Feature on Ecliple Galileo (3.5)

2010-02-24 Thread Emil Ong
Thanks, Michael! Good detective work. I added a note to the wiki: http://wiki.caucho.com/Eclipse Emil On Wed, Feb 24, 2010 at 12:44:36AM +0100, Michael Ludwig wrote: > Michael Ludwig schrieb am 22.09.2009 um 13:11:56 (+0200): > > The Resin Eclipse Feature (REF) produces exceptions on my Eclips

Re: [Resin-interest] resin:AdminAuthenticator - com.caucho.bam.NotAuthorizedException

2010-02-22 Thread Emil Ong
On Fri, Feb 19, 2010 at 02:16:46PM +0100, Michael Ludwig wrote: > Okay, sounds like: The document element (top-level tag) of the imported > file has to match the parent element of in the importing > document. Correct? That's right. > If that's the rule, maybe it would be useful to spell it out m

Re: [Resin-interest] resin:AdminAuthenticator - com.caucho.bam.NotAuthorizedException

2010-02-18 Thread Emil Ong
On Thu, Feb 18, 2010 at 07:48:04PM +0100, Michael Ludwig wrote: > that worked. Cool. > > This seems to occur when I make a change to the username or password while > the server (or watchdog, for that matter) is running. I assume it is meant > to be read at startup and stay as it is. Yup. That's

Re: [Resin-interest] resin:AdminAuthenticator - com.caucho.bam.NotAuthorizedException

2010-02-18 Thread Emil Ong
Hi Michael, Can you try running: $ java -jar lib/resin.jar shutdown It's possible you have an old watchdog running that hasn't updated its authenticator. "shutdown" kills all watchdogs and resin instances. Emil On Thu, Feb 18, 2010 at 04:08:08PM +0100, Michael Ludwig wrote: > I've configured

Re: [Resin-interest] QuercusModuleException: java.lang.NoClassDefFoundError: java.net.Proxy

2010-01-21 Thread Emil Ong
Hi Tigran, I think the Facebook API is probably using cURL to access its services, which allows the use of HTTP proxies. We've implemented the cURL module using some java.net classes which the App Engine prohibits to do the proxying, so the App Engine won't even load the class regardless of wheth

Re: [Resin-interest] change log page broken

2009-11-25 Thread Emil Ong
t@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source --> Resin: application se

Re: [Resin-interest] Resin Eclipse Feature on Ecliple Galileo (3.5)

2009-10-05 Thread Emil Ong
sure if that would do it, but it might be a workaround until we can figure out the true source of the problem. Emil On Wed, Sep 23, 2009 at 09:44:07AM -0700, Emil Ong wrote: > On Wed, Sep 23, 2009 at 11:32:12AM +0200, Michael Ludwig wrote: > > Emil Ong schrieb: > > > Is this

Re: [Resin-interest] Integrating Resin with NetBeans

2009-10-01 Thread Emil Ong
o.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 ===

Re: [Resin-interest] Resin Eclipse Feature on Ecliple Galileo (3.5)

2009-09-23 Thread Emil Ong
On Wed, Sep 23, 2009 at 11:32:12AM +0200, Michael Ludwig wrote: > Emil Ong schrieb: > > Is this a fresh install of Galileo or do you have other plugins > > installed? > > The install started out as "Eclipse IDE for Java Developers", not "Java > EE". I

Re: [Resin-interest] Resin Eclipse Feature on Ecliple Galileo (3.5)

2009-09-22 Thread Emil Ong
ethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.eclipse.equinox.launcher.Main.invokeFramewor

Re: [Resin-interest] Caucho site missing eclipse plug-in link?

2009-09-21 Thread Emil Ong
> 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-in

Re: [Resin-interest]

2009-08-20 Thread Emil Ong
On Thu, Aug 20, 2009 at 05:21:45PM +0200, Mattias Jiderhamn wrote: > What happened to the min-free-memory config tag in Resin 4? Still > available? Where to put it? Hi Mattias, It has changed to . Emil ___ resin-interest mailing list resin-interest@c

Re: [Resin-interest] Eclipse Plugin

2009-07-02 Thread Emil Ong
4.0.0" > does not exist > > Probably trivial to solve. Hmm... it could be an artifact of removing and reinstalling. The plugin and site are unchanged from before. Does this happen on install or when using the plugin? Emil =======

Re: [Resin-interest] Eclipse Plugin

2009-07-01 Thread Emil Ong
On Tue, Jun 30, 2009 at 11:03:07PM +0200, Michael Ludwig wrote: > Emil Ong schrieb am 14.05.2009 um 09:23:04 (-0700): > > > > > > > That should show why Resin's serving a 404. > > And it did - see my last mail on this thread. If there is any additional >

Re: [Resin-interest] 4.0.0 on osx make problem

2009-06-29 Thread Emil Ong
2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -DHAS_SOCK_TIMEOUT > -DHAS_JVMTI -m64 -DRESIN_HOME=\"/usr/local/resin\" -I/usr/include -I/System/ > Library/Frameworks/JavaVM.framework/Home/include -I../common -DCPU=\"i386\" > -DOS= -c -o std.o std.c > gcc -arch x86_64 -L/usr/lib -fram

Re: [Resin-interest] Eclipse Plugin

2009-05-14 Thread Emil Ong
e webapp, so something else must be the issue. This is a hack, but can you add finest logging to the in-place.xml in C:/MILU/eclipse/plugins/com.caucho.resin.eclipse_4.0.0/conf/resin40/in-place.xml This should do it: That should show why Resin's serving a 404. Emil ==

Re: [Resin-interest] JNDI viewer?

2009-05-14 Thread Emil Ong
hat right now, but you asked at just the right time. I'm looking at upgrading our /resin-admin with a bunch of new information and features, so I'll put that on the list. Thanks, Emil ======== Emil Ong Chief Evangelist Caucho Tech

Re: [Resin-interest] Eclipse Plugin

2009-05-13 Thread Emil Ong
't start :-( Can you start Eclipse with "-consoleLog" and send any additional information for these? I can't reproduce either. Thanks, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.

Re: [Resin-interest] Eclipse Plugin

2009-05-12 Thread Emil Ong
:/Resin", once more. > > Getting an error, "failed to start". > > Well, I guess my environment lacks some essential configuration. Maybe > you could shed some light on what precisely I'm missing? Looks like the config files didn't make it into the plugin for

Re: [Resin-interest] Eclipse Plugin

2009-05-11 Thread Emil Ong
On Mon, May 11, 2009 at 03:19:39PM +0200, Michael Ludwig wrote: > Emil Ong schrieb: > > > > The Eclipse update site isn't up just yet, but will be with the new > > release, due out this week or early next. > > Would this still be http://caucho.com/eclipse ? 404 at

Re: [Resin-interest] Resin 4.0.0 release

2009-05-08 Thread Emil Ong
On Fri, May 08, 2009 at 06:55:46AM +0200, Jan Kriesten wrote: > > Hi Scott, > > > We've just released Resin 4.0.0 for download at http://caucho.com/download > > great to see it released. :-) > > I have a small problem with the maven-plugin, though, starting resin: > > ---8<--- > 08.05.2009 06

Re: [Resin-interest] About editing resin.conf

2009-05-06 Thread Emil Ong
here must be some parameters to prevent this kind of feature... When using NFS, you should disable dependency checking on files. Set -1 Emil ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.c

Re: [Resin-interest] ResinDeploy Ant Task Error

2009-05-05 Thread Emil Ong
inService, > {...@javax.inject.current()}, @Production, @ApplicationScope]] > [09-05-05 09:39:42.635] {main} RemoteAdminService$BeanProxy[] enabled > at http://admin.resin/hmtp > [09-05-05 09:39:42.736] {main} Host[default] initializing > [09-05-05 09:39:42.736] {main} Hos

Re: [Resin-interest] ResinDeploy Ant Task Error

2009-05-05 Thread Emil Ong
27.0.0.1:6800-3} Hmux[3] N 17731 > > [09-05-05 00:03:52.456] {hmux-127.0.0.1:6800-3} Hmux[3] interrupted > > keepalive > > [09-05-05 00:03:52.456] {hmux-127.0.0.1:6800-3} Hmux[3] close stream > > [09-05-05 00:03:52.456] {hmux-127.0.0.1:6800-3} Hmux[3] X-w: exit socket > > > >

Re: [Resin-interest] EC2 prebuilt resin instance?

2009-04-28 Thread Emil Ong
you start a new instance. For those that haven't seen it, here's my blog post on building the AMIs for yourself: http://blog.caucho.com/?p=177 Emil ==== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 m

Re: [Resin-interest] Any chance to support an out of box JSR299implementation for GAE?

2009-04-22 Thread Emil Ong
o.com/mailman/listinfo/resin-interest > > > > > > > > > > > > > > ___ > > resin-interest mailing list > > resin-interest@caucho.com > > http://maillist.caucho.com/mailman/listinfo/resin-interest > > > >

Re: [Resin-interest] Eclipse Plugin

2009-04-17 Thread Emil Ong
soon? Is the > >>>> plugin in usable form? > >>>> > >>>> Oh, and what do people use for an IDE btw? > >>>> > >>>> Thanks in advance, > >>>> Scott > >>>> > >>>> > >>>> _

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Emil Ong
hanks in advance, > >> Scott > >> > >> > >> _______ > >> resin-interest mailing list > >> resin-interest@caucho.com > >> http://maillist.caucho.com/mailman/listinfo/resin-interest > >>

Re: [Resin-interest] Eclipse Plugin

2009-04-13 Thread Emil Ong
http://maillist.caucho.com/mailman/listinfo/resin-interest ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source --> Resin: application server --> Querc

Re: [Resin-interest] 3.2.1 on Mac OS X/Darwin?

2009-03-30 Thread Emil Ong
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home Emil ==== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:e...@caucho.com http://blog.caucho.com/ Caucho: Reliable Open Source --> Resin: applica

Re: [Resin-interest] 4.x assumes /usr/local/resin ?

2009-03-25 Thread Emil Ong
www.architectedulogiciel.fr > +33 (0)6.09.83.64.49 > > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Classloader issues with Axis and Resin 3.1

2009-03-23 Thread Emil Ong
> > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technolog

Re: [Resin-interest] Why Apache?

2009-03-10 Thread Emil Ong
ioned Apache mod_rewrite, which we have an alternative for in our rewrite dispatch rules: http://caucho.com/resin/doc/rewrite-tags.xtp I find the XML syntax much more readable than the line-noise syntax of mod_rewrite. Emil ======== Emil Ong

Re: [Resin-interest] Problems finding jar files in orbeon web application

2009-03-09 Thread Emil Ong
persuade orbeon that its jar > files are in WEB-INF/lib etc? > > Alex > > * > To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > ********* > _

Re: [Resin-interest] Fwd: Issue getting JNI up and running

2009-01-14 Thread Emil Ong
0 > drwxr-xr-x 2 root root 4096 Jan 2 19:38 . > drwxr-xr-x 20 root root 4096 Jan 6 19:48 .. > -rwxr-xr-x 1 root root 170308 Jan 3 00:11 libresin_os.so Hi, You're missing 2 SOs: libresin.so and libresinssl.so. You'll need to recompile and/or check for compilation errors

Re: [Resin-interest] resin 3.2.1 , mod_caucho seems not working ???

2009-01-08 Thread Emil Ong
cript in 4.0.0 > makes sure only the CFLAGS given by apache are used, but allows LFS to > be enabled explicitly. > > regards, > David > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.cau

Re: [Resin-interest] OpenSSL configuration

2009-01-07 Thread Emil Ong
r not re-run .configure if it's not necessary. > > Any tips would be appreciated! If you look in config.log and see that SSL_LIBS has '-lssl -lcrypto' or something similar, that should do it. Why wouldn't you want to rerun configure? Emil =======

Re: [Resin-interest] bam sudoku example

2009-01-02 Thread Emil Ong
t; What version of "hessian" .as? (http://hessian.caucho.com has > >2008/10/16 snap source) > > > > > > .V > > > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://mailli

Re: [Resin-interest] Using php views in Spring framework - can one benefit from resin Pro compilation features?

2008-12-10 Thread Emil Ong
Hi Huima, I just gave a talk at Devoxx about Quercus and I mentioned that you were using Spring MVC and Quercus in this way. I got a couple of questions about details and code samples. Any chance you can share some with us? Thanks! Emil - Original Message > From: Heimo Laukkanen <[E

[Resin-interest] Are you using Quercus?

2008-11-17 Thread Emil Ong
ple, have you been able to hire PHP talent for a previously Java-only site? 6. Are you using Quercus with Resin Pro? Resin Open Source? another app server/servlet engine? Feel free to promote your Quercus-based site - I'd like to see it in action! Thanks! Emil ==

Re: [Resin-interest] 3.2 experience?

2008-10-29 Thread Emil Ong
On Wed, Oct 29, 2008 at 04:55:48PM +, Stargazer wrote: > Emil Ong wrote: > > Resin 3.2.1 is our latest release in the 3.2 branch, which is our > > development branch. This branch still undergoes our extensive release > > testing, but has many changes which have not been

[Resin-interest] 3.2 experience?

2008-10-29 Thread Emil Ong
eople interested in using Resin 3.2, but want to hear from other folks who've kicked the tires a bit. Thanks, Emil ==== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.co

Re: [Resin-interest] hessian: flash snap broken?!

2008-10-29 Thread Emil Ong
ull duplex > communications and I need a working flash hessian snap for that. > tia, > .V > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest ===

Re: [Resin-interest] Logs not rotating correctly

2008-10-27 Thread Emil Ong
s.log.20081015.0058 > -rw-r--r-- 1 resin apache 0 Oct 15 01:00 > access.log.20081015.0100 > -rw-r--r-- 1 resin apache 0 Oct 15 01:02 > access.log.20081015.0102 > -rw-r--r-- 1 resin apache 0 Oct 15 01:04 > access.log.20081015.0104 > &g

Re: [Resin-interest] BAM presentation next week?

2008-10-17 Thread Emil Ong
ey-codecamp.com/ I'll also be talking about Quercus there. Should be a good time. :-) Emil ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable O

Re: [Resin-interest] Resin/Quercus with PHP/Wordpress

2008-10-16 Thread Emil Ong
ous other > >>> pages > >>> online. > >>> > >>> At the moment, I'm using Wordpress MU 1.2.1 and Resin Pro 3.1.2. I'm > >>> going to try to upgrade to Resin Pro 3.2 as the url rewriting > >>> section > >&

Re: [Resin-interest] where is tag?

2008-10-09 Thread Emil Ong
ted. thanks in advance. Hi, I believe is now deprecated. Resin 3.0 and higher use java.util.logging, so you can just configure your log and logger to output any messages from the JSP engine: Emil ======== Emil Ong Chief Evangelist Caucho

Re: [Resin-interest] Comet param via hessian

2008-09-12 Thread Emil Ong
the comet. > > tia, > .V > > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest Emil O

Re: [Resin-interest] comet hessian param

2008-09-11 Thread Emil Ong
gements, etc., I'd give it a bit over a month... Emil > On Wed, Sep 10, 2008 at 3:48 PM, Emil Ong <[EMAIL PROTECTED]> wrote: > > On Wed, Sep 10, 2008 at 01:09:32PM -0700, Vic Cekvenich wrote: > > Yes, having 2 is OK. > > But I have no way to register on

Re: [Resin-interest] comet hessian param

2008-09-10 Thread Emil Ong
___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http:

Re: [Resin-interest] comet hessian param

2008-09-10 Thread Emil Ong
> then read during the registration of the comet. Hi Vic, The Hessian Flex streaming service is not bidirectional at the moment. That will probably wait until Servlet 3.0 so we can put out a reasonable example. Until then, you can use two services, one a streaming service and one a traditional Hessia

Re: [Resin-interest] resin-interest Digest, Vol 27, Issue 6

2008-09-08 Thread Emil Ong
n possible. Cool. I'm going to file this as a bug because Zend Framework has been a on the wish list a while. It'll be pretty gratifying if we can get it working with just a few PDO functions. http://bugs.caucho.com/view.php?id=2914 Thanks, Emil > Best regards. > > On Sun, Se

Re: [Resin-interest] resin-interest Digest, Vol 27, Issue 6

2008-09-07 Thread Emil Ong
, mainly because it uses the SPL extensively and we've only got about 25% done. Thanks, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable O

Re: [Resin-interest] Our project - any thoughts from other users

2008-09-04 Thread Emil Ong
o shoot oneself to the foot with clever > scripting tricks. This is a great argument for using Quercus that we've been making for years. It's good to hear someone else make it independently. I may just quote you if you don't mind... Thanks, Emil =

Re: [Resin-interest] Quercus PHP for TCP Servers?

2008-09-04 Thread Emil Ong
om/) later today. If you have experience with javax.script though, it should be pretty straight forward. Keep us updated on your progress! It sounds like a very interesting project. Emil Emil Ong Chief Evangelist Caucho Technol

[Resin-interest] Quercus talk at JavaZone

2008-09-04 Thread Emil Ong
ava.no/web/show.do?page=192&articleid=6189 and the page with an abstract for my talk: http://javazone.no/incogito/session/Quercus.html Hope to see you there! Emil ==== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300

Re: [Resin-interest] Resin 3.17 - Quercus - in_array($needle, $haystack, TRUE) produces unsupported operation exception

2008-09-02 Thread Emil Ong
ection.java:678) > at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721) > at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643) > at java.lang.Thread.run(Thread.java:619) > > > Any thoughts? > > -huima > > > _

[Resin-interest] Announcing Resin Administration training

2008-08-27 Thread Emil Ong
We're proud to announce the beginning of a new training program at Caucho. We've partnered with Marakana to do the first course, which will be on Resin Administration. I, Emil Ong, will be teaching the course October 22-24 at Marakana's San Francisco facilities. The space i

Re: [Resin-interest] XML Streaming issue with XFire and Resin 3.1.6

2008-08-13 Thread Emil Ong
e gone ahead and filed it here: http://bugs.caucho.com/view.php?id=2842 If you could add a code sample or point me at an example XFire application that does this, that would help tremendously. Thanks, Emil ==== Emil Ong Chief Evangelist

Re: [Resin-interest] java.lang.NoClassDefFoundError: com/caucho/make/PersistentDependency

2008-08-08 Thread Emil Ong
t; 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

Re: [Resin-interest] Domain name setup

2008-08-04 Thread Emil Ong
erved from the appropriate host. This page has more in depth information: http://www.caucho.com/resin/doc/virtual-host.xtp Emil ==== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 361-2436 mailto:[EMAIL PROTECTED] http://blog.cau

Re: [Resin-interest] Error while deploying a web application on Resin 3.1.6

2008-07-11 Thread Emil Ong
www.nabble.com/Error-while-deploying-a-web-application-on-Resin-3.1.6-tp18376474p18395860.html > Sent from the Resin mailing list archive at Nabble.com. > > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/r

Re: [Resin-interest] Need expert to help with JVM troubleshooting

2008-07-10 Thread Emil Ong
ur application. Take care, Emil ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 361-2436 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source --> Resin: application server --> Quercus: PHP in Java --> Hessian Web Services

Re: [Resin-interest] SOAP in Resin

2008-06-04 Thread Emil Ong
hat you may have found for POJOs may be outdated. We recommend using a third-party SOAP stack for these purposes. Some stacks that have been used and tested by other users are CXF, Axis, Axis2, XFire, and Metro/JAX-WS RI. Best, Emil ==== Emil O

Re: [Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread Emil Ong
On Sun, May 18, 2008 at 11:44:08AM -0700, Emil Ong wrote: > > B) resin / continuations? > > C) resin comet / continuations? > > I'm not sure why you would want to use continuations with Resin, > given its server-push architecture. Continuations have nothing > to d

Re: [Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread Emil Ong
a_comet_implementation_for_google This one uses Jetty, so I'm not sure if it would work with Resin. http://docs.codehaus.org/display/JETTY/GWT Best, Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mai

Re: [Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread Emil Ong
. If you can avoid Apache, do it. Apache support is only for people who have existing installations with plugins not available in Resin. Using Resin's web server is much better integrated than Apache with Resin. Best, Emil Emil O

Re: [Resin-interest] Resin - Quercus - Facebook - PHP API

2008-05-12 Thread Emil Ong
going to be a good option for Java developers that want to use Facebook, especially since the official Java Facebook API was just retired. PHP developers, too. :-) Best, Emil ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456

Re: [Resin-interest] Does Resin Pro 3.0.24 work with java 1.6 on Leopard?

2008-04-30 Thread Emil Ong
s files from your application. It's likely that you have some application class files that were compiled using your old JDK, but since the source files haven't changed, Resin isn't doing a recompile. Best, Emil Emil Ong C

Re: [Resin-interest] Resin + JProfiler: Howto

2008-04-09 Thread Emil Ong
ddleman/2008/04/jprofiler-resin.html Thanks Andrew! I'm going to give you a linkback from my blog and I can transfer this into our wiki if you don't mind. Best, Emil ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (85

Re: [Resin-interest] NullPointerException on invoking EntityManager.persist()

2008-04-08 Thread Emil Ong
ttp://bugs.caucho.com/view.php?id=2579 We might want to do a workaround in our code, even if it's not properly our bug. Thanks for the great detective work! :-) Best, Emil ==== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (8

Re: [Resin-interest] NullPointerException on invoking EntityManager.persist()

2008-04-07 Thread Emil Ong
ting the error in the snapshot, I'll file it as a bug. NPE almost always == bug and it doesn't look like you're doing anything wrong. Thanks, Emil ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 ma

[Resin-interest] Quercus presentation at SF Java Meetup, April 7

2008-03-12 Thread Emil Ong
ll there! Best, Emil ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] http://blog.caucho.com/ Caucho: Reliable Open Source --> Resin: application server --> Quercus: PHP in Java --&

Re: [Resin-interest] about the jpa of resin

2008-02-27 Thread Emil Ong
Hibernate JPA implementation. That should be enough to get you started, even if you want to use another JPA besides Resin's or Hibernate. Best, Emil ======== Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL

Re: [Resin-interest] submitting bugs on snapshot versions?

2008-02-25 Thread Emil Ong
On Mon, Feb 25, 2008 at 03:48:23PM -0800, Emil Ong wrote: > On Mon, Feb 25, 2008 at 03:25:18PM -0800, Daniel Spangler wrote: > > Is it of bad form to submit bugs that have arisen on a snapshot version? If > > not, then what release tag do we log it under in Mantis? > > Hi

Re: [Resin-interest] submitting bugs on snapshot versions?

2008-02-25 Thread Emil Ong
cently released version. For example, if you found a bug in a snapshot between 3.1.4 and 3.1.5, you should use 3.1.4. Thanks! Emil Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED]

Re: [Resin-interest] Hibernate and Resin 3.1.4

2008-02-21 Thread Emil Ong
r checking, Matt. > > > > I've filed it as http://bugs.caucho.com/view.php?id=2435. It's > > something that needs to be fixed before we release 3.1.5. Emil Ong Chief Evangelist Caucho Technology, Inc. Tel. (858)

  1   2   >