Tagged Questions
The resin tag has no wiki summary.
23
votes
15answers
3k views
Best practices for deploying Java webapps with minimal downtime?
When deploying a large Java webapp (>100 MB .war) I'm currently use the following deployment process:
The application .war file is expanded locally on the development machine.
The expanded ...
5
votes
5answers
2k views
Differences between Java EE 6 CDI Implementations
I've looked at JBoss' Weld Reference Implementation of JSR-299 Contexts and Dependency Injection, and I wanted to know how others CDI implementations compare to each other.
Specifically, I know about ...
4
votes
2answers
917 views
Differene between tomcat and resin?
I like to know what are the differences between Tomcat container and Resin container
4
votes
2answers
1k views
How to configure Caucho Resin's Java classpath to the system's library directory
I have a folder, '/var/unity/conf' with some properties files in it, and I'd like the Caucho's Resin JVM to have that directory on the classpath.
What is the best way to modifiy resin.conf so that ...
3
votes
1answer
100 views
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.0-b16 mixed ...
3
votes
1answer
349 views
How fast (slow) is Quercus PHP on Resin Open Source as opposed to Resin Professional?
The clever folks at Caucho are quick to point out that Quercus is 3x-5x faster than straight mod_php (without APC). But digging deeper in the documentation, you'll see that the PHP-to-bytecode ...
3
votes
1answer
857 views
Help on Axis2 Deployment Exception
I am currently working on Axis2 deployed on Resin 3.1.3. However, I got the below error during deployment:
org.apache.axis2.deployment.DeploymentException: The "Dispatch" phase is not found on the ...
3
votes
3answers
17k views
java.net.SocketException: Broken pipe
I am getting this for all the database connections from my app server..
This exception occured for couple of hours, then got fixed by itself.
Something to do with network connection from the ...
3
votes
2answers
2k views
Is PHP truly faster on the JVM?
Lately I've been hearing a lot of people evangelizing that PHP with Resin is actually much faster than with mod_php, but I cannot find any benchmark anywhere.
Is it true or just vendor BS?
2
votes
1answer
77 views
Null Pointer Exception when 404 status code comes
i am using Resin 3.1.6 and Struts 2.1.8.1. When a page not found error (404) is returned, I am getting NullPointerException. Here is a stack trace.
java.lang.NullPointerException
at ...
2
votes
4answers
1k views
How to read Chinese character from MySQL to PHP page by resin server?
My characters are in Chinese Simplified that stored in MySQL database by all tables and character set to UTF-8.
I am reading them to my PHP page that runs under resin server on Windows XP ...
2
votes
3answers
251 views
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 ...
2
votes
1answer
373 views
JSP compilation error upon changing XML parser to Xerces
All,
I'm working on a java webapp that we deploy in the Resin web app server. I have been doing some XML parsing for a new part of the application, and realized that our app was using Resin classes ...
2
votes
3answers
1k views
Java response content returns instead of < or > < >
I have a little problem: I'm writing to response content of the file and return it to the client as an ajax response.
But there occurs html substitution: of > to > etc...
What i have to do ...
2
votes
1answer
307 views
How do I configure Apache to forward some URLs to my servlet container regardless if the file exists
How do I configure Apache to forward a URLa of a certain extension, say *.htm to my Servlet container, in this case, Resin, without first checking for the file's existence.
Currently, if Apache can ...
1
vote
1answer
52 views
Importing the Resin source into Eclipse
How can I import the Resin source code into Eclipse (3.6)? I'm looking to edit some main functions of Quercus.
1
vote
1answer
229 views
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:
...
1
vote
1answer
198 views
How do I use GWT Google Web Toolkit in my own Java project without GAE?
I would like to see if I can use GWT in my already existing Servlet-site using the Resin web-server, however I am having problems locating any decent guides that can help me out
Does anyone have a ...
1
vote
2answers
516 views
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 ...
1
vote
1answer
368 views
Custom JSP Complier in Tomcat 6?
Hey,
Im moving my application server from Resin to Tomcat 6. In the process i am facing lots of problems wrt to JSP compilation. (receive loads of JasperExceptions due to syntax errors).
My JSP's ...
1
vote
1answer
73 views
Does the appserver need a bounce everytime the database is bounced?
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? ...
1
vote
1answer
159 views
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?
1
vote
1answer
60 views
Where is the “caucho.com” new Maven2 repository address?
I add the "http://caucho.com/m2" or "http://caucho.com/m2-snapshot" repository address but is error .Message is
Unable to update index for caucho release repository|http://caucho.com/m2: Resource ...
1
vote
1answer
189 views
Installing Resin on Snow Leopard?
Has anyone has success installing Resin 4 on Snow Leopard? I get linker errors when I try it which are maddening.
1
vote
3answers
2k views
Resin server error
Hi I get this error in windows xp, when try to access http://localhost:8080. I do not see any errors in resin before hand. Also the JAVA_HOME in windows is set.
500 Servlet Exception
Resin can't ...
1
vote
1answer
2k views
Which is better JETTY COMET implementation or Resin COMET implementation
We've been using JETTY's suspended servlet implementation to roll our own COMET web applications using JSON messages and XStream.
Does anyone have experience with Resin's implementation of COMET and ...
1
vote
3answers
2k views
java.lang.NoClassDefFoundError: happens sporadically on Resin sever start up
java.lang.NoClassDefFoundError: happens sporadically on Resin sever start up
This is on Resin 3.0.21
Using Java 1.5 on Linux machine...
I have a servlet defined on the web.xml to load the ...
1
vote
2answers
305 views
How do you get resin to serve index.html by default if you navigate to a directory? (equivalent of DirectoryIndex in Apache)
Is it possible to configure Resin to serve static files such that navigating to e.g. http://localhost:8888/foo/bar/ will serve the file foo/bar/index.html (without performing a redirect)? I can't find ...
0
votes
0answers
11 views
Error with make command while Setup new Resin pro-4.0.23 version
Setup new Resin pro-4.0.23 version
I download resin pro 4.0.23 tar and extract it into a directory http://www.caucho.com/download/), created the directory (/opt/resin/pro-4.0.23), ran the following ...
0
votes
1answer
36 views
velocity log file not writing/rolling
My issue seems peculiar. First i'll explain my setup. I'm using CentOS with Apache and Resin service. Thing is my application log seems to work perfectly fine configured with log4j but velocity log is ...
0
votes
1answer
26 views
Resin's Custom Authentication
I'm glad stackoverflow exists at least there is traffic. Sorry for asking these here but posting a question in caucho forums takes weeks to appear apparently.
I was fallowing a guide to have a custom ...
0
votes
2answers
70 views
Can't remove resin web server
From the day i installed resin in my ubuntu,i couldn't b able install any packages nor i could be able to remove it.I'm getting the similar error in both the cases
$sudo apt-get remove resin
Reading ...
0
votes
0answers
63 views
Resin+NetBeans NullPointerException
I user the resin-netbeans-plugin.nbm. then create new WebApp by NetBeans.the step is new--->java web--->webapp. It throws NullException when I try to run it.
at ...
0
votes
1answer
26 views
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 ...
0
votes
0answers
65 views
Resin load-balancer failing
We get an annoying error with a Resin load-balancer. Some time after we start it, the RAM usage is climbing, the CPU usage is going right on 100%, and the log shows error like:
[23:05:01.364] ...
0
votes
1answer
52 views
How to deploy Railo 3.2.3 on Resin 4.0.15?
I've just discovered that all the install guides for railo+resin assume you're installing the obsolete 3.1.2 bundle (railo-3.1.0.012-resin-3.1.2-without-jre.zip). I have Resin 4 installed now, what is ...
0
votes
0answers
187 views
Bone CP a new jdbc connection pooling library
I experienced some weird problem using MySQL connection pool in resin application server.
Earlier I used Connector-J supplied connection pool manager ...
0
votes
2answers
85 views
package com.x.y.z does not exist
I'm trying to run old servlet under resin. I have deployed it as a war file. After starting resin there is a dir ic. It contains Webcontent dir with WEB-INF/lib/ic.jar (fatjar), jsp etc. While ...
0
votes
1answer
22 views
How do you execute cleanup code on shutdown in Resin?
Is there a way to register a function in Resin so that it runs whenever Resin is shut down? I know you can init servlets on startup, but I need to make sure that all of my exec()'ed processes are ...
0
votes
0answers
68 views
Define environment variables for Xuggle in Resin
I'm trying to get Xuggle working with a Resin server. It doesn't work for the moment, and it seems it's because the Xuggle variables are not set for the server. Symptoms are that I get an exception:
...
0
votes
0answers
40 views
Problem with make command while Setup new Resin pro-4.0.20 version
Setup new Resin pro-4.0.20 version
I download resin pro 4.0.20 tar and extract it into a directory http://www.caucho.com/download/), created the directory (/opt/resin/pro-4.0.20), ran the following ...
0
votes
0answers
107 views
Question about watchdog
I am using the java web application server "resin",
I want to deploy two web applications - app1 and app2 on the same machine, for security reasons,I want to put them into their own jail(via chroot).
...
0
votes
0answers
100 views
in resin4,<max-idle-time> doesn't work
I'm using resin-4.0.18,and I set database connection in resin.xml:
<database>
<jndi-name>jdbc/test</jndi-name>
<driver type="org.gjt.mm.mysql.Driver">
...
0
votes
0answers
209 views
How to convert Chinese character from MySQL to PHP via Resin?
I have installed Apache 2.2 at first, PHP 5.3.3, MySQL 5.5, JDK 1.6, and then Resin 4.0.13.
I have followed setup instruction or tutorial from respective website carefully.
But, I still unable ...
0
votes
0answers
64 views
How to write a javagent for resin 4
I wrote a javaagent that instruments byte code.
I added a transformer to the Instrumentation object in premain.
Everything works ok when I'm running the application server using:
resin.exe
When ...
0
votes
0answers
62 views
How do I find out which classes are loaded by resin 4?
I needed to track the classes that are loaded in my application server.
I used -verbose:class and did not see all of the classes I expected to see.
I than added resin's -Dresin.verbose.classpath to ...
0
votes
1answer
143 views
resin memory issue
I started the resin 3.0.28 using the jvm parameter :
-Xms6300M -Xmx6300M -Xss128k -XX:ThreadStackSize=256 -XX:MaxPermSize=128M
-XX:PermSize=128M -verbose:gc -XX:+PrintGCDetails ...
0
votes
2answers
74 views
Is that a good way to make webservice work with resin?
I asked a question yesterday Question about the framework or tools dealing with webservice in java, I am appreciate the answers. I tried some ways and I decide to use axis for the client and JAX-WS ...
0
votes
1answer
255 views
Setting context root for EAR application (Resin)
I have a EAR application with following structure:
app.ear
|-- app.war
`-- META-INF
`-- application.xml
application.xml
<?xml version="1.0" encoding="UTF-8"?>
<application ...
0
votes
2answers
85 views
Running a Website on Another Domain from Our Server
we are going to develop an asp.net application on our windows server that we want to run on another companies domain name, http://notourdomain.com. The server which the domain is currently on is ...