Re: [Resin-interest] Start up problem

2007-08-28 Thread Scott Ferguson
On Aug 28, 2007, at 11:01 AM, Leland, Robert wrote: It could be designed so that it becomes a single service, with only one instance of the process running no matter how many instances of resin are running. It does that now. -- Scott ___

Re: [Resin-interest] Resin / Apache load balancing with customResin server weighting (for data segmentation purposes)

2007-08-29 Thread Scott Ferguson
On Jul 25, 2007, at 9:30 AM, Mike Wynholds wrote: well, I did come up with a solution, however it is Resin-specific and requires some client-side code at all login points (ie: there is a customer login implemented in Flex as well as an administrative login implemented in HTML). I set

Re: [Resin-interest] Resin / Apache load balancing with customResinserver weighting (for data segmentation purposes)

2007-08-29 Thread Mike Wynholds
i think that I could solve my issue more elegantly with the code you are suggesting. it would allow me to essentially keep it ALL on the server side, as long as I make sure my session's first hit is light, by which I mean not loading up my caches (which is the main reason I want to segment the

Re: [Resin-interest] Resin / Apache load balancing with customResinserver weighting (for data segmentation purposes)

2007-08-29 Thread Scott Ferguson
On Aug 29, 2007, at 3:29 PM, Mike Wynholds wrote: i think that I could solve my issue more elegantly with the code you are suggesting. it would allow me to essentially keep it ALL on the server side, as long as I make sure my session's first hit is light, by which I mean not loading

Re: [Resin-interest] Resin / Apache load balancing withcustomResinserver weighting (for data segmentation purposes)

2007-08-29 Thread Scott Ferguson
On Aug 29, 2007, at 4:35 PM, Mike Wynholds wrote: yeah, I think that will be cool. is there a timeline for 3.1.3 release? We're on week 5 of 8, so approximately the end of Sept. -- Scott ..mike.. -Original Message- From: [EMAIL PROTECTED] [mailto:resin-interest- [EMAIL

[Resin-interest] Can't specify the -conf /path/resin.conf in the latest snapshot resin-pro-3.1.s070827

2007-08-30 Thread Eric Kreiser
I just downloaded the latest snapshot to retest another issue I was having... and now can not specify my resin.conf on the command line startup... I get the following error unknown argument '/blahblahblah/resin.conf' usage: Resin [-conf resin.conf] [-server id] BUT... this only occurs if I

[Resin-interest] Problem when restoring sessions with file-store

2007-09-03 Thread Daniel López
Hi, I have some objects in a library that I'm using that are usually stored in the session. Up to now, everything worked fine but recently I decided to do some refactoring to update the version to Java 5 and I basically changed a member from being a Hashtable to being a Map (HashMap as

Re: [Resin-interest] Problem when restoring sessions with file-store

2007-09-04 Thread Jay Ballinger
Are you trying to use session objects that are from the past? If these objects were serialized before your change, they will probably be incompatible with your new change. You'll need to clean house of the serialized artifacts first. + jay On 9/3/07, Daniel López [EMAIL PROTECTED] wrote: Hi,

Re: [Resin-interest] Problem when restoring sessions with file-store

2007-09-04 Thread Scott Ferguson
On Sep 3, 2007, at 1:46 AM, Daniel López wrote: Hi, I have some objects in a library that I'm using that are usually stored in the session. Up to now, everything worked fine but recently I decided to do some refactoring to update the version to Java 5 and I basically changed a

Re: [Resin-interest] Problem when restoring sessions with file-store

2007-09-04 Thread Scott Ferguson
On Sep 4, 2007, at 10:27 AM, Daniel Lopez wrote: Hi, First thing I did was to clean up all the deployment directory, making sure the WEB-INF/sessions directory was removed, and session lifetime is 30min, so they shouldn't have survived all the weekend in any case :). I tried with Resin

[Resin-interest] User-Name Feature

2007-09-04 Thread Dan McGinn-Combs
Boo! Hiss! Found out this feature can only be used with the Pro version. There goes my home web server budget for this year. Dan -- Dan McGinn-Combs, Security+, GSEC, CISSP [EMAIL PROTECTED] Home: +1 770 487 6321 Mobile: +1 678 994 4040 Peachtree City, Georgia USA

[Resin-interest] undefined symbol: OPENSSL_add_all_algorithms_noconf

2007-09-04 Thread Ed.Hager
I am running Ubuntu 7.04, JDK 1.6 and Resin Professional 3.1.s070827. I am trying to use OpenSSL. I followed the instructions here: http://bugs.caucho.com/view.php?id=1924 That helped get past JNI issues. But now I get this: symbol lookup error: /usr/local/resin3.1/libexec/libresinssl.so:

Re: [Resin-interest] undefined symbol: OPENSSL_add_all_algorithms_noconf

2007-09-04 Thread Ed.Hager
I think I fixed the problem. I had to add additional libraries to the make command. I changed this: make PROXY_LIBS=-lpthread -lc; to this: make PROXY_LIBS=-lpthread -lc -lcrypto -lssl; Resin now starts with OpenSSL configured. OpenSSL support compiled for OpenSSL 0.9.8c 05 Sep 2006

Re: [Resin-interest] Problem when restoring sessions with file-store

2007-09-05 Thread Daniel López
Hi, Well, I was able to isolate the problem from the Resin handling of sessions, so it seems there's something wrong with my class and Java serialization. The class that is shown in the error is not causing the problem on its own, that's why my first standalone tests worked, but it is stored

Re: [Resin-interest] Problem when restoring sessions with file-store - SOLVED

2007-09-05 Thread Daniel López
Hi, All right, I found the problem in an seemengly unrelated class but that was being serialized through references. The error message was quite misleading, but going step-by-step through the latest CVS commits I was able to isolate the class. There was a bug in that class in the custom

[Resin-interest] help with thread limits = can't break 480

2007-09-05 Thread Adam Allgaier
We're running Resin 3.0.20 on Apache 2 on FreeBSD 6, we seem to be hitting a java thread limit at 480 during peak times. Resin config: thread-pool thread-max800/thread-max spare-thread-min50/spare-thread-min /thread-pool server keepalive-max1600/keepalive-max

Re: [Resin-interest] help with thread limits = can't break 480

2007-09-05 Thread Joe Dane
guessing: maybe a system limit, a la ulimit, or perhaps a kernel configuration parameter? On Sep 5, 2007, at 9:08 AM, Adam Allgaier wrote: We're running Resin 3.0.20 on Apache 2 on FreeBSD 6, we seem to be hitting a java thread limit at 480 during peak times. Resin config:

[Resin-interest] rewriting...

2007-09-06 Thread Jan Kriesten
hi, i'm coming from apache and want to change to resin completely since there is no need for this intermediate any more. the only thing i haven't figured out yet is how to use resin's rewrite-dispatch. we use apache's rewrite-rules to use user friendly url's. we have this e.g.: RewriteEngine

Re: [Resin-interest] rewriting...

2007-09-06 Thread Scott Ferguson
On Sep 6, 2007, at 12:27 AM, Jan Kriesten wrote: hi, i'm coming from apache and want to change to resin completely since there is no need for this intermediate any more. the only thing i haven't figured out yet is how to use resin's rewrite-dispatch. we use apache's rewrite-rules to

Re: [Resin-interest] rewriting...

2007-09-07 Thread Jan Kriesten
why using an example url when not using it... ;-) suppose the user calls a url like http://www.myservice.com/en/about/company/?page-id=2 the effective request after applying the rules would be /index.jsp?pathinfo=/en/about/company/page-id=2 regards, --- jan.

[Resin-interest] Loadbalanceservlet

2007-09-07 Thread Dennie . nl
Hi, I have a question about loadbalacing resin with a jvm per instance (using resin as front-end server). This can be implemented with a LoadBalanceServlet according to the documentation. Resin (and I) can't seem to find it in any jar files included with the bin distribution of Resin. Does

Re: [Resin-interest] Loadbalanceservlet

2007-09-07 Thread Scott Ferguson
On Sep 7, 2007, at 4:38 AM, Dennie.nl wrote: Hi, I have a question about loadbalacing resin with a jvm per instance (using resin as front-end server). This can be implemented with a LoadBalanceServlet according to the documentation. Resin (and I) can't seem to find it in any jar files

Re: [Resin-interest] rewriting...

2007-09-07 Thread Jan Kriesten
hi scott, I can't quite see what's it's supposed to do. hehe - seems like you never fiddled with apache rewrite-rules. ;-) but, here we go. suppose the user calls a url like http://www.myservice.com/en/about/company/?page-id=2 RewriteCond checks if condition is matched, so the rules at the

[Resin-interest] anti pattern for security constraint?

2007-09-07 Thread Vinny
Hey guys, Is it possible to do something like? : url-regexp !^/js/*/regexp on a security contraint? I basically want to protect everything EXCEPT for certain things like images and javascript. I'm trying to get my login page to look a little nicer but it refferences images,js inside the

[Resin-interest] Classpath problem

2007-09-07 Thread Janene McCrillis
I have a problem with my classpath that has me baffled. I'm using the Apache commons libraries in a small servlet. I have the Apache commons jar files in both my web-app library directory and also in my resin library directory, but the servlet fails to start because of unresolved compilation

Re: [Resin-interest] rewriting...

2007-09-07 Thread Scott Ferguson
On Sep 7, 2007, at 12:24 AM, Jan Kriesten wrote: why using an example url when not using it... ;-) suppose the user calls a url like http://www.myservice.com/en/about/company/?page-id=2 the effective request after applying the rules would be

Re: [Resin-interest] rewriting...

2007-09-08 Thread Jan Kriesten
hi scott, That's odd. It looks like we're not handling the query string portion. I've just added a bug report at http://bugs.caucho.com/ view.php?id=1997 i didn't mean to report a bug. :-) i need some example how to do such rewriting with caucho's rewrite-dispatch, especially how to

Re: [Resin-interest] anti pattern for security constraint?

2007-09-08 Thread Vinny
I'm not quite grokking it. Can you show me in an xml snippet? Thanks for the help. Vinny On 9/7/07, Scott Ferguson [EMAIL PROTECTED] wrote: On Sep 7, 2007, at 1:05 PM, Vinny wrote: Hey guys, Is it possible to do something like? : url-regexp !^/js/*/regexp on a security contraint? I

Re: [Resin-interest] rewriting...

2007-09-08 Thread Joe Dane
Take this, coming from someone who has used mod_rewrite quite a bit and rewrite-dispatch not at all, for what it's worth. There is no way you're going to be able to use resin's rewriting as a replacement for mod_rewrite. mod_rewrite is very nearly a little programming language in itself,

Re: [Resin-interest] code too large for try statement error!

2007-09-09 Thread Gary Zhu
To solve your problem, make sure that your JSP compiled/generated Java files do not have try blocks and Java methods too large, for (rough) example, exceeding 10,000 lines. It's just the limitation of try blocks and java methods, the size of java file has no limit. When a java file is compiled

Re: [Resin-interest] Classpath problem

2007-09-10 Thread Daniel López
Janene McCrillis escribió: I have a problem with my classpath that has me baffled. I'm using the Apache commons libraries in a small servlet. I have the Apache commons jar files in both my web-app library directory and also in my resin library directory... Having the same library twice in the

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-09-10 Thread Sam
Date: Tue, Aug 28, 2007 at 12:52:23PM -0500 Subject: Re: [Resin-interest] Resin and transactions (disable autocommit) ... Long story short I'm trying to run Jasper report server on Resin instead of Tomcat. It seems to work OK except for when it comes to large objects at which point

Re: [Resin-interest] Classpath problem

2007-09-10 Thread Janene McCrillis
Hi Daniel. I do understand your point, but resin is not finding the library no matter where I have it, in one place or both. I don't really want to have it in my main resin library directory for the reason you mentioned, allowing different apps to have different versions, so I've removed it,

[Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-10 Thread Ambar Hegde
Hi, I'm trying to move an existing application from Resin 2x to Resin 3.1.1, with JDK 1.5. The application uses Struts 1.1, however the problem persists with Struts 1.3.8 as well. Using the iterate tag from struts-logic.tld causes resin to throw the following error:

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-09-10 Thread Scott Ferguson
On Sep 10, 2007, at 8:43 AM, Sam wrote: Date: Tue, Aug 28, 2007 at 12:52:23PM -0500 Subject: Re: [Resin-interest] Resin and transactions (disable autocommit) ... Long story short I'm trying to run Jasper report server on Resin instead of Tomcat. It seems to work OK except for when

Re: [Resin-interest] code too large for try statement error!

2007-09-10 Thread Mike Wynholds
If you have a really big JSP file, and you get this problem, you can try breaking the JSP file up in to several smaller .jsp or .tag files, and creating a hierarchy of files. This will not only fix your problem, but if done correctly will result in a much better JSP page architecture. We really

Re: [Resin-interest] code too large for try statement error!

2007-09-10 Thread Ryan Vanderwerf
On Mon, 2007-09-10 at 09:40 -0700, Mike Wynholds wrote: If you have a really big JSP file, and you get this problem, you can try breaking the JSP file up in to several smaller .jsp or .tag files, and creating a hierarchy of files. Under Resin 3.1.2, after switching from JDK 1.5 to 1.6 (Linux)

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-09-10 Thread Sam
Long story short I'm trying to run Jasper report server on Resin instead of Tomcat. It seems to work OK except for when it comes to large objects at which point the PostgreSQL driver throws an exception that all LO operations must be performed inside a transaction... Tomcat

[Resin-interest] hessian flex (Stream Error)

2007-09-10 Thread Vic Cekvenich
I get Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error. at hessian.client::HessianOperation/send() trying to duplicate the 2 flex hessian examples on the site. Here is working java client: public static void main(String args[]) { String url =

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-10 Thread Jason Wang
Resin 3.1.1 doesn't allow to nest jsp statement in a taglib, I don't know why, maybe just a bug, you can try 3.1.2 Jason On 9/10/07, Ambar Hegde [EMAIL PROTECTED] wrote: Hi, I'm trying to move an existing application from Resin 2x to Resin 3.1.1, with JDK 1.5. The application uses Struts

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-10 Thread Jason Wang
3.1.2 is ok, I tested iterate page in struts example project both on 3.1.1and 3.1.2 the exception occurs on 3.1.1 but does not occur on 3.1.2 On 9/11/07, Jason Wang [EMAIL PROTECTED] wrote: Resin 3.1.1 doesn't allow to nest jsp statement in a taglib, I don't know why, maybe just a bug, you

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-11 Thread Ambar Hegde
Thanks Jason. I'm now trying this with Resin 3.1.2. However, it's taking a painfully long time to start up - of the order of one hour, where Resin2x and Resin 3.1.1 take 1-2 minutes to startup with the app deployed. Is this related to the new startup listen() change in resin 3.1.2? I'm using the

[Resin-interest] Filters are not run when using rewrite-dispatch forward

2007-09-11 Thread Jonas Thurfors
Hi, Filters are not run when requests are forwarded with rewrite-dispatch. According to these bug reports it's fixed in 3.1: http://bugs.caucho.com/view.php?id=1510 http://bugs.caucho.com/view.php?id=1514 Are there any plans to patch this into 3.0? Regards, Jonas

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-11 Thread Sam
Thanks Jason. I'm now trying this with Resin 3.1.2. However, it's taking a painfully long time to start up - of the order of one hour, where Resin2x and Resin 3.1.1 take 1-2 minutes to startup with the app deployed. Is this related to the new startup listen() change in resin 3.1.2? I'm using

Re: [Resin-interest] Classpath problem

2007-09-11 Thread Janene McCrillis
Hi Joe, Thanks, I did remove it. Not that it helped ;) There was more to the messages, basically going down the list of classes that were undefined. I have changed the package the servlet is in to be in the same hierarchy as others being run and that has somehow resolved this issue, even

[Resin-interest] 64-bit Windows and Resin Pro 3.0.21

2007-09-11 Thread Rob Lockstone
We currently have Resin Pro 3.0.21 running on Windows 2003 Server and are considering upgrading to 64-bit. When we try this configuration on a test machine, we get a Resin message saying, Socket JNI library is not available, which means that we don't have the 64-bit DLL's for resin. There

[Resin-interest] Bamboo 1.2.2 extremly slow on resin 3.1.2

2007-09-11 Thread Henric Larsson
Hi, I was trying to setup atlassian bamboo on resin 3.1.2 but it ran extremely slow, page load time roughly a minute for each page and cpu usage constantly at 100%. Tested on RHEL 4 and Mac OS. This issue seems to be fixed in the latest 3.1 snapshot and it doesn't exist in 3.1.1 or 3.0.24. Just

[Resin-interest] resin-pro-3.1.s070910 / IllegalStateException / Can't call getEntrySet()

2007-09-11 Thread Jan Kriesten
Hi, I still get this Exception after invalidating a Session and redirecting to the Login-Page: ---8--- [06:30:09.030] java.lang.IllegalStateException: Can't call getEntrySet() when session is no longer valid. [06:30:09.030] at

[Resin-interest] just tried the s070910 release of 3.1.2 pro wih quercus

2007-09-12 Thread Alex Sharaz
And i get the following message. Works find with 3.1.2 release Alex java.lang.ClassFormatError: _quercus/_includes/_ProfilerStub__php$fun_wfProfileOut : illegal attribute length (Code:239) at java.lang.ClassLoader.defineClass1(Native Method) at

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-12 Thread Ambar Hegde
Tried it on Resin 3.1.2 and it works just fine. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jason Wang Sent: Tuesday, September 11, 2007 7:33 AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] Resin

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-12 Thread Leland, Robert
Our experience is that you need to use Resins implementation of the JSTL Tags :( 1 Remove the standard.jar -Rob Robert Leland INTEGRITYOne P: (703) 581-6522 1900 Campus Commons Drive F: (703) 476-7405

Re: [Resin-interest] Filters are not run when using rewrite-dispatch forward

2007-09-12 Thread Sam
Date: Tue, Sep 11, 2007 at 01:10:45PM +0200 Subject: [Resin-interest] Filters are not run when using rewrite-dispatch forward Hi, Filters are not run when requests are forwarded with rewrite-dispatch. According to these bug reports it's fixed in 3.1:

[Resin-interest] resin 3.1 JAX-WS exception

2007-09-12 Thread Huitang Li
Hi, I downloaded the code in http://www.caucho.com/resin-3.1/examples/soa-jaxws/index.xtp and installed in resin 3.1. The following exception is shown when accessing the demo.jsp: java.lang.NullPointerException [17:21:55.828] at

Re: [Resin-interest] resin 3.1 JAX-WS exception

2007-09-13 Thread Emil Ong
--- Huitang Li [EMAIL PROTECTED] wrote: Hi, I downloaded the code in http://www.caucho.com/resin-3.1/examples/soa-jaxws/index.xtp and installed in resin 3.1. Which version of Resin exactly did you download? Was it 3.1.0 or 3.1.1, etc.? I just fixed a bug in that demo for 3.1.3, due out

Re: [Resin-interest] hessian flex (Stream Error)

2007-09-13 Thread Emil Ong
Hi Vic, The Flex client code you sent looks ok (although it also looks like it got garbled by either your mail client or the list). The IOError suggests that the URL you're passing might be incorrect for the given context. Where is the SWF file coming from? Looking at the Java client, I see

Re: [Resin-interest] Flex Hessian (push)

2007-09-13 Thread Emil Ong
--- Vic Cekvenich [EMAIL PROTECTED] wrote: http://hessian.caucho.com/ria - Outstanding! I will be using this right away, I was looking for an open source binary protocol for as3, and have used hessian in the past, no more need for Data Service product and the loads of jars it comes w/.

Re: [Resin-interest] resin 3.1 JAX-WS exception

2007-09-13 Thread Huitang Li
Thanks very much. I used resin 3.1.0. Now I downloaded 3.1.2, and it works now. Also, Apache axis2 failed to install at 3.1.0, while it succeeded in 3.1.2 Hi, I downloaded the code in http://www.caucho.com/resin-3.1/examples/soa-jaxws/index.xtp and installed in resin 3.1. Which

[Resin-interest] MyFaces 1.2.0 and Facelets 1.1.13 on Resin 3.1.2

2007-09-13 Thread Matt Raible
I'm trying to use MyFaces 1.2.0 and Facelets 1.1.13 on Resin 3.1.2. Everything starts OK, but it seems there's an issue with Facelets. Any ideas? [01:29:15.913] Error Rendering View[/users.xhtml] [01:29:15.913] java.lang.NullPointerException [01:29:15.913] at

Re: [Resin-interest] MyFaces 1.2.0 and Facelets 1.1.13 on Resin 3.1.2

2007-09-14 Thread Matt Raible
On 9/14/07, Scott Ferguson [EMAIL PROTECTED] wrote: On Sep 14, 2007, at 9:00 AM, Matt Raible wrote: I tried the nightly snapshot and received the following error: 2007-09-14 10:57:05.290796500 [10:57:05.247] javax.servlet.ServletException: com.caucho.xml.XmlParseException:

[Resin-interest] Runtime creation of database connections pools

2007-09-14 Thread Eric Kreiser
Does resin support this... and if so... can someone point me in the right direction. If not... does anyone recommend another database connection pooling api which does support this? I have found myself in a situation where I need to create my database connection pools in code at runtime not

Re: [Resin-interest] MyFaces 1.2.0 and Facelets 1.1.13 on Resin 3.1.2

2007-09-14 Thread Scott Ferguson
On Sep 14, 2007, at 9:49 AM, Matt Raible wrote: Yeah, the faces-config.xml files I found had both a DTD and the xmlns. I don't know if it's in the spec, but the other containers seem to ignore this. Validation isn't required by the spec, so that's probably what's happening. I'll either

Re: [Resin-interest] Runtime creation of database connections pools

2007-09-16 Thread Barrie Selack
... maybe if I put my comments at the top.. it'll be easier to find :-) I've been using Proxool for 3+ years. It's been very stable and can be configured programatically as well as well XML or properties. I'm using the older version 0.8.3, but 0.9 release candidates have been out for a while.

[Resin-interest] IP forwarding Apache 1.3 - Resin 3.0

2007-09-17 Thread Jonas Thurfors
Hi, The client IP adress is not forwarded from our apache front web server to our Resin backend instance. request.getRemoteAddr() returns the IP adress of our apache server, not the client's IP address. I have set ForwardClientIPAddress=on on our apache server, but the resin instance does not

[Resin-interest] Have a look at HBI - a Hessian offspring

2007-09-17 Thread Compl Yue Still
Hello guys, I've derived a new protocol/framework from Hessian namely HBI (Hosting Based Interfacing), I have published it at http://hbi.googlecode.com/ and would like you have a look to see if interested. It aims at RIAs too but specifically those need realtime collaboration support, highly

[Resin-interest] Apache-Resin and http 503 Error issue

2007-09-18 Thread Roberto Posenato
Hi, We are running Postgresql 8.2.4 + Resin Pro 3.0.23 + Apache 2.0.52 on Red Hat Enterprise Linux AS release 4 (Nahant Update 5) to serve about 40 virtual dynamic web sites. Apache works in prefork MPM mode. We have some trouble about HTTP 503 error between Resin Pro and Apache, that we have

[Resin-interest] auto reloading the class changed without reloading the context!

2007-09-19 Thread 汪洋
I have just tried resin 3.2.10 and find a very interesting thing. WhenI modify the java source code, resin will compile it and reload it automatically. and sometimes it reloads the web context and sometims not(not reloading the context will speed up the development). I just find one rule to

[Resin-interest] 答复: [Resin-interest] auto reloading the class changed withoutreloadingthe context!

2007-09-19 Thread 汪洋
But I think it is a Resin thing because Tomcat always reload the whole context,and it's something like WEB containers transform and compile the jsp into java servlet,and reload it without reloading the context. So what I really want is find a way to avoid resin to reload the context,it's take

[Resin-interest] Resin Comet

2007-09-20 Thread Scott Ferguson
The 3.1.3 snapshot includes a new implementation of Comet for Resin servlets. There's a sketch of an example at http://caucho.com/resin-3.1/examples/servlet-comet/index.xtp Javadocs are at http://caucho.com/resin-javadoc/com/caucho/servlets/comet/package- summary.html The basic

[Resin-interest] when will wrapper.pl kill the java process?

2007-09-20 Thread chris monster
we're seeing the jvm exit in 3.0.22pro without any clues or artifacts suggesting why. can wrapper.pl be the cause? Register today for the Algorithmics Risk Conference 2007, September 24 - 26, Cannes, France. This email and any files

[Resin-interest] server B in cluster validates against server A properties in resin.conf (3.1.2)

2007-09-20 Thread Mike Wynholds
I have the following config in my resin.conf: server id=app-a address=192.168.7.6 port=6800 watchdog-port=6700 http port=8080/ http port=8443 jsse-ssl key-store-typejks/key-store-type key-store-filec:/Documents and Settings/mike/.keystore/key-store-file

Re: [Resin-interest] server B in cluster validates against server A properties in resin.conf (3.1.2)

2007-09-20 Thread Scott Ferguson
On Sep 20, 2007, at 3:34 PM, Mike Wynholds wrote: I have the following config in my resin.conf: I know it’s weird to have one server with ssl enable and one without, but it was really just a development thing. anyway, the resin.conf files are identical among app-a and app-b. but.. when

Re: [Resin-interest] resin 2.1.2

2007-09-21 Thread nova.saputra
hi mehdi, you can download it from here: http://www.caucho.com/download/index.xtp look for version 2.1.17 on the bottom of the page. btw, i wonder if resin-2.1.x can run on 64bit machine and on jdk-1.5 64bit version? has anyone try it before? regards, nova.s -- View this message in context:

Re: [Resin-interest] resin 2.1.2

2007-09-21 Thread mehdi bennani
Hi Nova, Thank you for your reply. I am actually looking for the exact version 2.1.2. I have 2.1.17 but I found that they were some discrepencies in the jars as well as in the config files between 2.1.17 and 2.1.2 that my client has...The thing is my client has changed the original

Re: [Resin-interest] resin 2.1.2

2007-09-21 Thread Leonid Geller
We run 2.1.x on 64 bit jdk 1.5 w/o problems. Leonid Geller -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nova.saputra Sent: Friday, September 21, 2007 4:13 AM To: resin-interest@caucho.com Subject: Re: [Resin-interest] resin 2.1.2 hi mehdi, you can

Re: [Resin-interest] PingThread killing Resin?

2007-09-21 Thread Scott Ferguson
On Sep 21, 2007, at 1:51 PM, chris monster wrote: our Resin-Pro 3.0.22 deploy is experiencing 'silent' JVM exits. with a bit of code tweaking on our side, we managed to capture the following stack trace: at java.lang.Runtime.halt(Runtime.java:252) at

Re: [Resin-interest] PingThread killing Resin?

2007-09-21 Thread Scott Ferguson
On Sep 21, 2007, at 2:26 PM, chris monster wrote: we may have misunderstood how ping is configured, and thought it was disabled. we've left the default conf below, believing that because the url element was commented out, there would be no ping enabled. resin:if

Re: [Resin-interest] PingThread killing Resin?

2007-09-21 Thread chris monster
thanks Scott; we actually know what is going wrong (out of memory); we were just at a loss to explain what killed the jvm. Scott Ferguson wrote: Yes. The PingThread is active in that case. It does some other more minor checks even if there are no URLs. Were you able to get a thread

[Resin-interest] resin-pro-3.1.s070919: java.lang.IllegalStateException: Can't call getEntrySet()...

2007-09-22 Thread Jan Kriesten
hi, i still get this error when invalidating a session and do a redirect to the login page (resin-pro-3.1.s070919): ---8--- 2007-09-22 13:47:30,121 INFO [nce.kunden.warner.base.app.SnifferAuthService] - User 'xyz' logged out. [13:47:30.173] java.lang.IllegalStateException: Can't call

[Resin-interest] Deploying a WAR to multiple webapps

2007-09-23 Thread John Steel
I know dropping a war to resin/webapps will deploy it for access with the default url http://localhost:8080. I have configured a few empty webapp locations and want to deploy variants of my war to them, such as http://localhost:8080/stable, http://localhost:8080/snapshot etc. Where do I copy

Re: [Resin-interest] Runtime creation of database connections pools

2007-09-24 Thread Eric Kreiser
Should I take it from the silence from caucho... that this is not something they want to support? I use resin connection pooling extensively (and am very happy with its performance), and am not really wanting to introduce another library into the mix if I can avoid it... Eric Kreiser wrote:

Re: [Resin-interest] resin 2.1.2

2007-09-24 Thread Leonid Geller
I have 2.1.1 and 2.1.5 binaries, not 2.1.2 I can drop them into your ftp location if you provide one. Let me know what parts you want. Leonid Geller _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mehdi bennani Sent: Saturday, September 22, 2007 1:54 PM To:

Re: [Resin-interest] resin 2.1.2

2007-09-24 Thread mehdi bennani
Hi Leonid, 2.1.17, which I downloaded from Caucho's website...is closer to 2.1.2 then 2.1.1 or 2.1.5 right? I ll pass on both, unless I am mistaken..Thanks you!Mehdi-- Date: Mon, 24 Sep 2007 11:51:15 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [Resin-interest] resin 2.1.2

Re: [Resin-interest] Runtime creation of database connections pools

2007-09-24 Thread Scott Ferguson
On Sep 24, 2007, at 8:14 AM, Eric Kreiser wrote: I understand about the scope of the change for 3.1.3... but for the record, I would love to see it make 3.1.4 :-) Speaking of 3.1.3... is there an ETA? The target is two weeks from now (we had a two week delay due to php6/ i18n issues).

Re: [Resin-interest] Runtime creation of database connections pools

2007-09-24 Thread Jan Kriesten
hi scott, The target is two weeks from now (we had a two week delay due to php6/i18n issues). We're working on QA/regressions, so any new features and most open bugs will wait for Resin 3.1.4. huh. :-( regards, --- jan. ___ resin-interest

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

2007-09-24 Thread Steve Burrus
Hi all. I have been encountering some difficulty in trying to see a servlet in my web browser with Resin for a long time now! I think that it is a matter of the proper placement of the servlet file into the right folder of the whole Resin server installation. Is the servlet supposed to be

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

[Resin-interest] Unable to prevent file access on ISP server

2007-09-24 Thread Mktg. Incorporate Fast
Hello, With resin installed all files are readable via java source. The java.io.FilePermission setting in the policy file doesn't seem to have any affect at all. Can anybody please help if you have this working? I'm not sure what I have missing. If this has worked in a previous version

[Resin-interest] get server configuration

2007-09-26 Thread Valentin Poroxnenko
Hi, people. Using resin 2.1.17 I need to get the server configuration property, such as protocol, host, etc. How can I get them not from the servlet. I lookup static methods, which return this parameters for me, but, maybe I'm blind, I couldn't find it. Every web/jee servers, which I had used,

[Resin-interest] web.xml for resin 3.0.23/servlet 2.4: access-log is an unexpected tag

2007-09-26 Thread Kimberly Nicholls
I am having trouble upgrading my web.xml to use servlet 2.4 instead of 2.3. I removed the doctype, and added the schema stuff to the web-app tag. I'm getting this error: SEVERE com.caucho.config.LineConfigException: WEB-INF/web.xml:16: access-log is an unexpected tag (parent web-app starts

[Resin-interest] quercus config question

2007-09-27 Thread Alex Sharaz
Hi, I'm running MediaWiki 1.9.3 on a resin 3.1.2 system ( web.xml from the webapps/wilki/WEB-INF directory below). While everything almost works ( only seem to have a problem with actually seeing uploaded images now) I do have 1 major problem. When you first connect to , or even access a new

[Resin-interest] Amber Many2Many and One2Many examples are not working on Resin 3.1.2 and latest snaphot of Resin 3.1

2007-09-28 Thread Sergey Plehov
Hi people. I discover, that relations in Many2Many and One2Many examples are not working on Resin 3.1.2 and latest snaphot of Resin 3.1. In Many2Many example student.getCourses() returns empty Collection. In One2Many example house.getStudents() also returns empty Collection. Is it bug?

Re: [Resin-interest] Unable to prevent file access on ISP server

2007-09-28 Thread Mktg. Incorporate Fast
Hi Daniel, Thanks so much for your response! I have tried specifying it through the command line and also through the resin.conf file. Neither seems to work, and I have tried with 3.1.2, and two recent snapshots. In your environment do you use a load balancer? I am using Apache 2.0 to pass

[Resin-interest] Resin 3.1 with Toplink

2007-09-29 Thread Sergey Plehov
Hi people. Is there a way to use Resin 3.1 with Toplink? Thanks. --- Sergey Plehov ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Resin 3.1 with Toplink

2007-09-29 Thread Sergey Plehov
2007/9/29, Sergey Plehov [EMAIL PROTECTED]: Hi people. Is there a way to use Resin 3.1 with Toplink? Thanks. --- Sergey Plehov I see that bug# 1507 is not fixed. JPA implementation is still limited only to amber. --- Sergey

Re: [Resin-interest] Resin Comet

2007-10-01 Thread Robbie Varga
Hi Scott, I would have a few questions regarding this implementation: 1. Are Filters applied before the service/resume calls are invoked? If they are applied to both, then is it possible to specify if a filter is to be applied only to resume() or only to service()? 2. What is the

Re: [Resin-interest] Unable to prevent file access on ISP server

2007-10-02 Thread Daniel López
Hi Joey, I'm using this with Resin 2.1.17 and I just specify -Djava.security.policy=/path_to_file at the command line when executing httdp.sh. However, if I'm not mistaken, with 3.1.2 you would need to specify it through the resin.conf file with ...

[Resin-interest] Solaris 10, Apache2.2 and mod_caucho issues

2007-10-02 Thread Kenneth Svee
Hi. Anybody have success compiling mod_caucho from Resin pro 3.0.24 or 3.1.2 for Apache2.2 (latest: 2.2.6) on Solaris 10 with Sun Studio cc[1] (non-gcc)? We've been having problems getting mod_caucho to work since the 3.0.14-release. It compiles[2] and installs fine, but no requests for a

[Resin-interest] Changing the default page encoding for a JSP pages

2007-10-02 Thread Keith Fetterman
Hi, We want to convert the default page encoding for JSP pages to UTF-8. Is there a way to change the default page encoding for JSP pages in the resin.conf or web.xml files for a Web application? We have successfully done this for a specific page if we include the following directive in the

Re: [Resin-interest] Changing the default page encoding for a JSP pages

2007-10-02 Thread Joe Dane
you can do this in the deployment descriptor, or presumably in the resin config file as well. in the deployment descriptor, it'd look something like jsp-config jsp-property-group url-pattern*.jsp/url-pattern page-encodingtext/html; charset=UTF-8/page-encoding

[Resin-interest] Exception reading IIOP EJB Request

2007-10-03 Thread Phillpotts, James
Hi all, I'm trying to port an EJB that we have previously used in weblogic over to resin - so far this has been very simple. However, in one of the EJB calls, I get a whole lot of hex output, and then an IOException: 00 6e 00 69 00 65 00 4d 00 61 00 72 00 6b 00 65 .n.i.e.M.a.r.k.e 00 74 00 74

<    3   4   5   6   7   8   9   10   11   12   >