resin
Calling remote Java method that takes java.lang.Object as argument in Resin
I\'m using resin in one project. So far so good except for one little issue? I created a generic method that takes any Object as the only argument but when I call the method it looks for the method n[详细]
2023-04-05 10:57 分类:问答Importing the Resin source into Eclipse
How can I import the Resin sour开发者_如何学Goce code into Eclipse (3.6)? I\'m looking to edit some main functions of Quercus.I\'ve \'svn checkout\' the code from the svn location found on the bottom[详细]
2023-03-29 07:21 分类:问答How do you execute cleanup code on shutdown in Resin? [duplicate]
This question already has an answer here: Us开发者_如何转开发ing special auto start servlet to initialize on startup and share application data[详细]
2023-03-26 14:57 分类:问答Bizzare thread blocks creating primitive arrays
We recently had a situation where a production machine went down with a massive thread dump. It\'s resin webserver, and it gave \'Full thread dump Java HotSpot(开发者_运维问答TM) 64-Bit Server VM (14.[详细]
2023-02-20 02:43 分类:问答Resin 3.0.18 / IIS6 Server is down message "Server is currently unavailable or down for maintenance"
Is there any way to change this error message? It appears when Resin is not running so I would think it is an IIS6 error message but the source code of the page shows this text commented out:[详细]
2023-02-19 10:02 分类:问答Spring/Resin configuration problem
I am wiring up a servlet thru spring running inside resin.. When the web app starts up i get [11-02-22 12:12:36.259] {main} org.springframework.beans.factory.BeanDefinitionStoreException: Could not[详细]
2023-02-13 05:36 分类:问答Problem with loading XML Schema document in Resin and Spring-WS
I am getting following exception when trying to load a XML Schema file in Resin 3.0.25 container. The schema file does not refer anything external besides XML Schema namespace (http://www.w3.org/2001/[详细]
2023-01-23 13:22 分类:问答How to avoid OutOfMemoryError uploading file?
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 OutOfM开[详细]
2023-01-20 08:12 分类:问答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 开发者_如何学Pythonfor Jetty?)I do have something for Jetty, a sample app I called Ja[详细]
2023-01-17 07:45 分类:问答Does the appserver need a bounce everytime the database is bounced?
I have my app server resin and oracle database开发者_如何学JAVA 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[详细]
2023-01-14 18:03 分类:问答