Re: [Resin-interest] R: [Fwd: httpd.sh stop]

2007-04-23 Thread Busch, Steffen
There is also a configuration directive, how long resin will wait for requests to finish: http://www.caucho.com/resin-3.0/config/webapp.xtp#shutdown-wait-max http://www.caucho.com/resin-3.0/config/webapp.xtp#shutdown-wait-max -Ursprüngliche Nachricht- Von: Andrea Sodomaco

Re: [Resin-interest] Ant and JSPCompiler

2008-05-05 Thread BUSCH Steffen
I think the Resin 3.0 JspCompiler needs the JSP files as arguments. We have accomplished that in this way: !-- Definition of JSP files that should be precompiled to servlets -- fileset dir=${build.dir} id=jsp.precompile.fileset include name=**/*.jsp/ /fileset !-- Convert

Re: [Resin-interest] FYI: 3.2.0 schedule

2008-07-09 Thread BUSCH Steffen
Scott, the last snapshot for Resin 3.1 is from 11th of june 2008 at least on the download page. Based on your roadmap, the 3.1.7 release is scheduled for the next 3 to 4 weeks. Would you mind to provide a new 3.1-snapshot in order to perform already some alpha tests to have enough time to

[Resin-interest] Resin-Pro 3.1.7a and UnsatisfiedLinkError: nativeTruncate

2008-09-15 Thread BUSCH Steffen
Hi, we are running Resin-Pro 3.1.7a on a Sun Solaris 10 Box with successfully compiled JNI Code, but since upgrading from 3.1.6 our log files are growing with Exceptions like this: == debug.log == [2008.09.15 18:28:18.328] [WebApp: ] WARNING (com.caucho.util.ThreadPool)

Re: [Resin-interest] override global classpath with webapp classpath

2008-10-08 Thread BUSCH Steffen
I think you're looking for the servlet-hack http://caucho.com/resin/doc/env-tags.xtp#servlet-hack which should not be used in general! I would prefer any other solution, such as duplicating your 'common' but older oracle driver jar into the WEB-INF/lib of the other web-apps ...

[Resin-interest] Different MD5-base64 digest passwords Resin 2.1 vs. Resin 3.1 with realm of none

2009-02-06 Thread BUSCH Steffen
Hi all, I have a small Issue while trying to prepare the upgrade from Resin 2.1.14 to Resin 3.1 Snapshot as of 19th December with the Digest Password in Resin XmlAuthenticator. I used to have the following configuration in Resin 2.1.14 authenticator

[Resin-interest] Resin-3.1.9 - rewrite-dispatch issue with query-param condition

2009-05-27 Thread BUSCH Steffen
Dear all, I have some trouble with rewrite-dispatch in resin 3.1.9 Professional regarding the query-param condition. Previously with resin 2.1, I was using a simple JSP page to perform some kinds of redirections due to usage of frames. For example the URL:

Re: [Resin-interest] Resin-3.1.9 - rewrite-dispatch issue with query-param condition

2009-05-29 Thread BUSCH Steffen
-Ursprüngliche Nachricht- Von: BUSCH Steffen Gesendet: Mittwoch, 27. Mai 2009 19:15 An: 'General Discussion for the Resin application server' Betreff: Resin-3.1.9 - rewrite-dispatch issue with query-param condition Dear all, I have some trouble with rewrite-dispatch in resin 3.1.9

Re: [Resin-interest] web-app pointing to war files directly?

2009-10-22 Thread BUSCH Steffen
It's possible - just use the archive-path directive such as: web-app id=/foo document-directory=/var/www/foo archive-path=/var/www-deploy/foo.war Check this for further details: http://wiki.caucho.com/Archive-path Regards, Steffen -Ursprüngliche Nachricht- Von:

[Resin-interest] IllegalAccessError with Resin-Professional 4.0.20 and EclipseLink 2.2

2011-08-19 Thread BUSCH Steffen
The next evolution of our product (see also http://www.caucho.com/resin/press/wmaccess-delivers-data-services-using- resin/) has been quite successfully tested with most recent Resin Pro 4.0.x versions as long as we were using EclipseLink version 2.1.x. Before heading into the next stage we

Re: [Resin-interest] IllegalAccessError with Resin-Professional 4.0.20 and EclipseLink 2.2

2011-08-19 Thread BUSCH Steffen
On 08/19/2011 10:23 AM, BUSCH Steffen wrote: The next evolution of our product (see also http://www.caucho.com/resin/press/wmaccess-delivers-data-services-usin g- resin/) has been quite successfully tested with most recent Resin Pro 4.0.x versions as long as we were using

[Resin-interest] Resin 3.1.12 change logs?

2011-08-30 Thread BUSCH Steffen
I've just seen that there is a Resin 3.1.12 available for download. Are there any change-logs? This page stops at 3.1.9 plus a snapshot: http://caucho.com/resin-3.1/changes/changes.xtp -- Steffen ___ resin-interest mailing list

Re: [Resin-interest] IllegalAccessError with Resin-Professional4.0.20 and EclipseLink 2.2

2011-09-02 Thread BUSCH Steffen
) at com.caucho.server.resin.Resin.start(Resin.java:1031) at com.caucho.server.resin.Resin.initMain(Resin.java:1167) at com.caucho.server.resin.Resin.main(Resin.java:1469) [11-09-02 10:23:25.972] {main} ProResin[id=default] started in 3943ms = The web-app can't be started at all. -- Steffen On 08/19/2011 10:23 AM, BUSCH

Re: [Resin-interest] IllegalAccessError with Resin-Professional4.0.20 and EclipseLink 2.2

2011-09-02 Thread BUSCH Steffen
On 09/02/2011 10:35 AM, BUSCH Steffen wrote: Hi Scott, I've seen you've filed a bug #4722 after my last email from 19th of August. http://bugs.caucho.com/view.php?id=4722 It's already closed and marked as fixed in 4.0.21 so I've downloaded Resin-Pro-4.0.22 and deployed the WAR

Re: [Resin-interest] MD5 base64 hash algorithm differences betweenresin 2 and 4

2011-09-21 Thread BUSCH Steffen
Alan, while migrating from 2.1 to 3.1 we've had a similar issue and it could be solved by explicitly using old-encoding. Maybe you could find useful information in this thread: http://maillist.caucho.com/pipermail/resin-interest/2009-February/003334.html -- Steffen -Ursprüngliche

Re: [Resin-interest] Resin-Pro-4.0.40: Support for password-digest old-encoding=true algorithm=MD5/ ?

2014-09-30 Thread BUSCH Steffen
A conversion program would be really awesome. Nothing fancy or time consuming like file creation. Something that just takes old input as argument and prints the converted value to stdout would be enough. Thanks a lot in advance. -- Steffen On 9/26/14, 2:28 AM, BUSCH Steffen wrote: Hi Scott

[Resin-interest] Migrating URL Rewriting from 3.1 to 4.0.41

2014-10-15 Thread BUSCH Steffen
Hi everyone, I'm struggling with migration from Resin Pro 3.1.10 to Resin Pro 4.0.41 in context of URL Rewriting at the *HOST* Level. Problem in a nutshell: - In 3.1 it was possible to change HOST level rewrite rules that are configured in an external file without an automatic host

[Resin-interest] How to change SMTP config for health:PdfReport in Resin-Pro-4.0?

2014-10-17 Thread BUSCH Steffen
In health.xml I am able to specify a mail reference for example health:SendMail mail=${healthMailer} toad...@yourdomain.com/to health:OnStop/ health:SendMail where ${healthMailer} can be configured in resin.xml like this mail name=healthMailer

Re: [Resin-interest] How to change SMTP config for health:PdfReport in Resin-Pro-4.0?

2014-10-17 Thread BUSCH Steffen
Thanks Scott, I'm going to try the system-property, but I would prefer to just add a reference to the already configured javax.mail resource like this just to have a single place of SMTP configuration: health:PdfReport mail=${healthMailer} -- Steffen On 10/17/14, 6:59 AM, BUSCH Steffen

[Resin-interest] 'honor-cipher-order' is an unknown property of 'com.caucho.vfs.JsseSSLFactory'

2015-07-30 Thread BUSCH Steffen
In Resin 4.0.34 the new SSL configuration honor-cipher-order was introduced for OpenSSL. With Java 8 this was also added to JSSE. See: https://docs.oracle.com/javase/8/docs/technotes/guides/security/enhancements-8.html Bottom of the page: Support cipher suites preference customization in JSSE

Re: [Resin-interest] Resin SSL_Protocol Configuration for TLS1.2

2017-11-07 Thread BUSCH Steffen
Hi, These properties will be used in the cluster-default.xml and if you want to use only TLS 1.2 you can add the yellow marked addition: ${jsse_keystore_type?:'jks'} ${jsse_keystore_file} ${jsse_keystore_password}

Re: [Resin-interest] Reg. Resin Security Vulnerability

2018-01-17 Thread BUSCH Steffen
Hi, can you post here: https://groups.google.com/forum/#!forum/caucho-resin I could offer you help in a couple of hours or tomorrow. In the meantime you can already get these Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 7.