[Resin-interest] Problems with Resin 3.1.4

2007-12-17 Thread Service technique Manageo.fr
Hello, I'm doing some tests with Resin 3.1.4. I've some problems : - I run resin 3.1.4 windows and I've seen that there was a problem with JNI, 2 files were missing (resin.dll and resin_ssl.dll) in resin's win32 directory. I put these files after downloaded 3.1.3, but now I have this kind of

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 ...

[Resin-interest] Could not bind to Port 6800

2007-12-17 Thread superoverdrive
When I want to start the server it always stopps saying: Could not bind to Port 6800. I have tried 20 different ports, and always the same message. There is nothing running on that port though (netstat) Any ideas? Thanks! Toby ___ resin-interest

[Resin-interest] Jaxb class not found and resin 3.1.4 issue

2007-12-17 Thread Henric Larsson
Hi, Just upgraded from resin 3.1.3 to 3.1.4 and deployed a webapp called artifactory (1.2.5-rc6) which uses jaxb. During startup I got the exception below. After reverting to 3.1.3 it works fine. This might be a problem with artifactory, but I can't really work out where the issue is, the jaxb

[Resin-interest] in search of doPut

2007-12-17 Thread Gary Lawrence Murphy
I did a search in the archives and came up with Scott's post at http://www.caucho.com/support/resin-interest/0108/0464.html which certainly seems to answer the question completely, but I'm still unable to get any reaction to my PUT requests outside of the error 501 method not implemented My

[Resin-interest] Nullpointer Exception in com.caucho.server.connection.IncludeResponseStream.flushChar

2007-12-17 Thread tjomp
Hello, I am using resin 3.0.23 and I get a NullpointerException in Resin specific code, stacktrace: 10:39:07.967] Could not flush buffer [10:39:07.967] java.lang.NullPointerException [10:39:07.967] at com.caucho.server.connection.IncludeResponseStream.flushChar(IncludeResponseStream.java:290)