resin

Resin - configuring SSL port

We used to have our Resin 3.1.x server running on port 4343, but it seems to not be working now. I've ensured that Apache isn't using that port and isn't grabbing all ports. I've also ensured that no other process is listening on 4343 with netstat. I've reviewed the online documentation, and our config seems to be compliant. Testing ...

What is hmux in resin?

When I start the Resin server it says hmux listening to localhost:6802 What is this hmux? Is this a service or just resin use it for itself? ...

Does the appserver need a bounce everytime the database is bounced?

Hello, I have my app server resin and oracle database connected. If the db is bounced for any reason, I have to bounce my app server as well to clear the bad connections. Is there any way to get around this? Any property set to the datasource? Other than FCF... ...

Not able to read the property file

Hi, I am working on one web application in which i want to retrieve values from property files which are present outside of the application i.e on system drive. but while doing this i am facing the problem.Interestingly if i put property files at class path location then application works properly. I am using resin server 3.0.23 and s...

Bayeux code example for Resin 4

Anyone have working (simple) example source code of the Bayeux + Comet support in Resin 4? Thanks. (or if not, any for Jetty?) ...

How to avoid OutOfMemoryError uploading file?

Hi I'm trying to upload image files. When uploading files of sizes of about 40 to 200kb everything is fine. But when I try to upload a file of size 459kb sometimes it gets uploaded and sometimes OutOfMemoryError is shown. I don't think that file size is very large for this error to be thrown. I'm using resin. Is it possible there's a re...