Re: [Resin-interest] php not work within html

2007-12-17 Thread Steffen Busch
You just need to add another servlet mapping to your web.xml for that web-app: By default, the $RESIN_HOME/conf/app-default.xml defines, that Quercus is used for all *.php URL's: servlet servlet-name=resin-php servlet-class=com.caucho.quercus.servlet.QuercusServlet /servlet ...

Re: [Resin-interest] Jail/ Chroot / Security

2007-12-26 Thread Steffen Busch
What do you mean by With java the host can still view any file on the server ? Usually, you've got web-app(s) in virtual hosts serving content and/or providing an application. If you say view any file, does this mean you have a directory listing where the files of the underlying filesystem are

[Resin-interest] Resin 3.1.4 watchdog start forbidden - authentication failed

2007-12-27 Thread Steffen Busch
With 3.1.4 the Bug 2201 ( http://bugs.caucho.com/view.php?id=2201 ) has been closed and watchdog-password has been added. How does one specify the watchdog password when starting a server. I was able to startup app-a and app-b but when trying to start web-a, I get this: [EMAIL PROTECTED]

[Resin-interest] webapp-versioning feature in Resin-3.1.5

2008-02-19 Thread Steffen Busch
I'm trying the webapp-versioning feature http://caucho.com/resin/doc/webapp-deploy.xtp#web-app%20versioning with Resin-pro-3.1.s080215 but I have some troubles, either in understanding the feature and the documentation or in configuring it (or something else ;-) My resin.conf contains:

Re: [Resin-interest] Resin 3.1.5

2008-02-27 Thread Steffen Busch
Hi Scott, in the Resin 3.1.5 Profession zip, there is the jar resin-support.jar in ext-webapp-lib folder. In thought, that this JAR contains Classes for Sprint integration as mentioned here http://wiki.caucho.com/Spring The resin-support.jar must be in the WEB-INF/lib (or ext-webapps)

Re: [Resin-interest] Resin 3.1.5

2008-02-27 Thread Steffen Busch
are in this folder as well. Regards, Steffen 2008/2/27, Steffen Busch [EMAIL PROTECTED]: Hi Scott, in the Resin 3.1.5 Profession zip, there is the jar resin-support.jar in ext-webapp-lib folder. In thought, that this JAR contains Classes for Sprint integration as mentioned here http://wiki.caucho.com

[Resin-interest] Resin-3.1 Eclipse Plugin

2008-03-12 Thread Steffen Busch
Sam, Scott, I'm looking for the Eclipse Plugin for Resin-3.1 from Caucho. In the Bug 1292 there is a note: q sam 11-01-07 09:12 Caucho will provide an eclipse plugin that integrates with the jst and wst projects of eclipse. Installation instructions included in the release notes for 3.1.4 /q But

Re: [Resin-interest] How to remove new line preamble in JSP

2008-06-04 Thread Steffen Busch
You might want to look at http://www.caucho.com/resin/doc/webapp-tags.xtp#jsp on the attribute trim-directive-whitespace which says: if true, trims whitespace around JSP directives. 2008/6/4 bisoa [EMAIL PROTECTED]: It seems like I have to code without white spaces! Tomcat's way may not be

[Resin-interest] Backport of Bug 1882 for Resin-3.1 Branch

2008-06-18 Thread Steffen Busch
I've seen that feature request http://bugs.caucho.com/view.php?id=1882 has been marked as fixed for Resin-3.2.0 Would it be possible to backport the Web-App start/stop feature via /resin-admin to the Resin 3.1 branch? Thanks in advance. Steffen ___

Re: [Resin-interest] Backport of Bug 1882 for Resin-3.1 Branch

2008-06-19 Thread Steffen Busch
Thanks very much. We'll have the complete /resin-admin app already under SSL connection, so that's no issue for us. Regards, Steffen 2008/6/19 Scott Ferguson [EMAIL PROTECTED]: On Jun 18, 2008, at 12:25 PM, Steffen Busch wrote: I've seen that feature request http://bugs.caucho.com/view.php

Re: [Resin-interest] How to see the used classpath?

2008-06-24 Thread Steffen Busch
Have you already tried this? http://wiki.caucho.com/ClassLoader Maybe it's useful too. 2008/6/24 MORAWETZ Martin [EMAIL PROTECTED]: Thanks for your quick reply, Scott. I didn't consider the *missing* /resin-admin enhancement as bug ;-) We actually resolved our problem (checking for an

Re: [Resin-interest] FYI, new Resin 3.2 snapshot

2008-07-21 Thread Steffen Busch
Hi Scott, regarding the 3.2 resin-admin updates, the Graphs are really cool! But in the current snapshot, the Heap Dump is broken. Whenever I press dump heap on the memory tab, the summary page is displayed instead of the heap information. Also, I've got three times three exceptions like this

Re: [Resin-interest] Resin Pro 3.2.0 JMX Error

2008-10-01 Thread Steffen Busch
see http://bugs.caucho.com/view.php?id=2839 2008/10/1 Rob Lockstone [EMAIL PROTECTED]: Resin Pro 3.2.0 on OS X 10.5.5 with Java 1.5. Anyone else seeing this? Same error is logged twice every 60 seconds. [13:43:59.956] {resin-48} javax.management.InstanceNotFoundException:

Re: [Resin-interest] watchdog stop authentication failure

2009-05-06 Thread Steffen Busch
As far as I remember, I have experienced this once when changing the resin.conf and modifying (or adding) a user/ to management/ while Resin was started management path=${resin.root}/admin user name=admin password=password==/ ... The change in resin.conf caused Resin to restart but

[Resin-interest] Ignore query-parameters in Resin's rewrite-dispatch

2009-06-17 Thread Steffen Busch
Is it possible with Resin 3.1 to ignore query parameters in case of a redirect using the built-in rewrite-dispatch capabilities? For example requests to /old.jsp?p1=val1 should be redirected to /new.jsp, discarding the query parameters such as ?p1=val1 I have tried this rewrite-dispatch

Re: [Resin-interest] Google Checkout

2009-07-14 Thread Steffen Busch
Hi Joey, I don't have experience with Google Checkout integration with Resin, but maybe I can still help a little bit. First of all, do you know the content of Authorization-Header from Google? Something like this: Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== The above line contains the

Re: [Resin-interest] Google Checkout / Web Service

2009-07-14 Thread Steffen Busch
-interest-boun...@caucho.com] *On Behalf Of *Steffen Busch *Sent:* Tuesday, July 14, 2009 12:51 AM *To:* General Discussion for the Resin application server *Subject:* Re: [Resin-interest] Google Checkout Hi Joey, I don't have experience with Google Checkout integration with Resin, but maybe I can

Re: [Resin-interest] CipherSuites for Jsse in resin 3.1.6

2009-07-24 Thread Steffen Busch
I second that. It would be really great if this and some other bugs reported against Resin 3.1.x could be addressed after the next 4.0.1 release. Many companies must run a stable and feature-complete application server in their mission critical environments and therefore can not get into the

[Resin-interest] ETA on the 3.1.10 release

2009-10-05 Thread Steffen Busch
Hi, is there any schedule for the 3.1.10 release of Resin? Would it be possible to provide us with a more recent snapshot? Especially, I am looking for the bugfix for #3220 (JSP Precompile causes IOException and sometimes deadlock) which has been fixed on 25th of August in 3.1.10 accordingly to

Re: [Resin-interest] Servlet running Spring with log4j does not pick up jars (log4j.jar) from WEB-INF/lib under Resin-4.0.1

2009-10-25 Thread Steffen Busch
Well, in Resin 3.1 there was folder to place such files, it was $RESIN_HOME/ext-webapp-lib and it was configured in default resin.conf with this: !-- - Defaults applied to each web-app. -- web-app-default prologue !-- - Extension library for common

[Resin-interest] java.lang.IllegalStateException: DESTROYED is an illegal ... state

2009-11-17 Thread Steffen Busch
I've just downloaded the current Resin Pro 4.0 snapshot (resin-pro-4.0.s091112) and installed it on a Linux box. While changing resin.xml which forced a restart and later on while looking on the really nice enhancements in /resin-admin the following IllegalStateException caught my attention on the

Re: [Resin-interest] resin:import (3.1)

2009-11-29 Thread Steffen Busch
2009/11/29 Aaron Freeman aaron.free...@layerz.com I am working with 3.1, was wondering if there is a trick to allowing recursive resin:imports? In other words I would like to resin:import a file from within another file that was already resin:imported. I just tried it and it looks fine: My

Re: [Resin-interest] ETA on the 3.1.10 release

2009-12-18 Thread Steffen Busch
2009/10/6 Scott Ferguson f...@caucho.com On Oct 5, 2009, at 12:12 PM, Steffen Busch wrote: Hi, is there any schedule for the 3.1.10 release of Resin? 3.1.10 is tricky because it's after 4.0.2, and we're taking extra time on 4.0.2 to make it a stable release. (It will still be early

[Resin-interest] Resin 3.1 disappeared from www.caucho.com/download

2010-02-10 Thread Steffen Busch
Why isn't Resin 3.1 anymore available for Download at http://www.caucho.com/download/ I'd like to download the current 3.1 snapshot :-( -- Steffen ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] Resin 3.1 disappeared from www.caucho.com/download

2010-02-11 Thread Steffen Busch
2010/2/11 Rob Lockstone lockst...@mac.com On Feb 10, 2010, at 13:11 , Steffen Busch wrote: Why isn't Resin 3.1 anymore available for Download at http://www.caucho.com/download/ I'd like to download the current 3.1 snapshot :-( It's right there. At the bottom. ??? Yes, now it's back

[Resin-interest] Resin 3.1 Snapshot

2010-02-12 Thread Steffen Busch
After the Resin 3.1 section has been resurrected on the Caucho Download page, I've tested today a bug-report marked as fixed and it looks quite well so far. One minor issue is the deviating Version of the Snapshot. It reports be be Resin-3.1.s090506, but it is Resin-3.1.s100107. This is what

Re: [Resin-interest] Location of WEB-INF/work dirs?

2010-03-19 Thread Steffen Busch
2010/3/19 Rick Mann rm...@latencyzero.com Is there any way to configure Resin to put the WEB-INF/work dir somewhere other than under WEB-INF? I'd like to designate a completely separate location for all the work dirs Resin creates, that I can delete with a single rm -rf, rather than having to

Re: [Resin-interest] Location of WEB-INF/work dirs?

2010-03-19 Thread Steffen Busch
2010/3/19 Rick Mann rm...@latencyzero.com On Mar 19, 2010, at 13:41:16, Steffen Busch wrote: 2010/3/19 Rick Mann rm...@latencyzero.com Is there any way to configure Resin to put the WEB-INF/work dir somewhere other than under WEB-INF? I'd like to designate a completely separate

[Resin-interest] Resin 4.0 documentation reference.xtp = 500 Servlet Exception

2010-04-25 Thread Steffen Busch
I was just looking for some web-app and host configuration for Resin 4.0 and thought that the reference entry might be useful, but the URL http://caucho.com/resin-4.0/admin/reference.xtp just gives: 500 Servlet Exception /var/www/hosts/www.caucho.com/webapps/resin-4.0/admin/reference.xtp:2346:

Re: [Resin-interest] Resin 4.0 documentation reference.xtp = 500 Servlet Exception

2010-04-28 Thread Steffen Busch
2010/4/28 Scott Ferguson f...@caucho.com Steffen Busch wrote: I was just looking for some web-app and host configuration for Resin 4.0 and thought that the reference entry might be useful, but the URL http://caucho.com/resin-4.0/admin/reference.xtp just gives: Thanks. The site's been

Re: [Resin-interest] Resin 4.0 documentation reference.xtp = 500 Servlet Exception

2010-04-28 Thread Steffen Busch
2010/4/28 Scott Ferguson f...@caucho.com Steffen Busch wrote: Thanks Scott, the reference page is very useful. But I haven't found a 4.0 feature for the 3.1 match tag which is described here http://caucho.com/resin-3.1/doc/rewrite-tags.xtp#match They're children of the dispatch tags

[Resin-interest] Fwd: [Resin 0004042]: Rewrite: Missing two Features in 4.0

2010-05-20 Thread Steffen Busch
Scott, could you please add this new resin:IfMBeanEnabled tag to the documentation, when 4.0.7 will be released? An example, would be nice too. Just fyi, this is an example how I use this two features in 3.1: resin:messageExternal rewrite configuration read from '${__FILE__}'

Re: [Resin-interest] Fwd: [Resin 0004042]: Rewrite: Missing two Features in 4.0

2010-05-24 Thread Steffen Busch
2010/5/20 Scott Ferguson f...@caucho.com: Steffen Busch wrote: Scott, could you please add this new resin:IfMBeanEnabled tag to the documentation, when 4.0.7 will be released? An example, would be nice too. Just fyi, this is an example how I use this two features in 3.1

[Resin-interest] Conditional Rewrite with QuercusS ervlet is changing WebApp´s Real-Path

2010-06-25 Thread Steffen Busch
Hi, I'm using Resin 3.1.10 and experience a very, very strange behavior with Resin's PHP Admin console. In a Nutshell: Using a conditional rewrite for the resin-admin web-app changes the getRealPath() when accessing /index.php from the original location to the ROOT-Webapp I was able to reproduce

Re: [Resin-interest] Conditional Rewrite with QuercusS ervlet is changing WebApp´s Real-Path

2010-06-28 Thread Steffen Busch
After some other issues have been raised such as not found errorPage for a web-app without QuercusServlet, I've found a work around. Moving the conditional rewrite include from host to web-app-default seems to fix these issues with changing Real-Path. -- Steffen 2010/6/25 Steffen Busch

[Resin-interest] Feature-Request: access.log format-pattern for SessionId

2010-07-30 Thread Steffen Busch
I'd like to suggest an improvement for the access-log configuration in context of security improvements. Background: So far I've been logging the value of the JSESSIONID cookie with every request in the access.log. It's configured like this (Resin-3.1): access-log path=logs/access.log

Re: [Resin-interest] resin 4.0 rewrite

2010-12-31 Thread Steffen Busch
Try to put the parameters in a when condition for query param, see http://caucho.com/resin-3.1/doc/rewrite-tags.xtp#query-param Am 31.12.2010 21:37 schrieb AF ibi...@gmail.com: Help! If anybody is around, I need an answer soon. (Stupid time crunch!) I have a URL that I need to parse: