Questions tagged [resin]

Resin is the Java Application Server for high traffic sites that require speed and scalability.

Resin weaves Java components to HTML with JavaScript and the Java Server Pages (JSP) interface. Resin conforms to the Servlet interface and can be used with the major web servers, including Apache. Amongst other features, it implements the bulk of ECMA-262, the EcmaScript standard, implements JavaScript 1.3 features, extends regular expressions with Perl 5 syntax and compiles scripts directly to JVM bytecodes.

http://caucho.com/

167 questions
0
votes
2 answers

How to enforce https from htaccess?

I have to enforce https everytime when the sign-in site-node is loading. For example http://www.mysite.com/sign-in should always be enforced to https. I tried multiple versions but none of them worked. It's the first time when I am using…
andrew
  • 2,797
  • 3
  • 18
  • 16
0
votes
3 answers

Tomcat fails deploying and old webapp

I get blocked trying to move an old webapp developed for Resin server (without creating a war container or having ejb-jar.xml) to a Tomcat 7 server. What I´ve done is: create a Dynamic Web project in Eclipse, include the code and created ejb-jar…
darioaxel
  • 35
  • 1
  • 7
0
votes
0 answers

Resin is showing my app as active but I am getting 404

as In topic my war is running without errors on Jetty / Tomcat but when I deploy it to the Resin 4 It shows as running / active in the deployed applications tab on the resin-admin panel. Nothing unusual in the logs as well. But when I try to access…
Marcin Wasiluk
  • 4,675
  • 3
  • 37
  • 45
0
votes
0 answers

Installing Railo 4 and Resin 4 on IIS 8 (Server 2012)

I am trying to get Railo working in IIS 8 on Server 2012. I'm using Resin as my Java application server. I've followed the instructions here: http://www.getrailo.org/index.cfm/documentation/installation/railo-resin-apache/ What I've done so far is…
CXL
  • 1,094
  • 2
  • 15
  • 38
0
votes
2 answers

Running a PHP webapp from Java

I'm interested in running a PHP web application using Quercus in a way similar to: java -classpath ... com.example.LaunchPHP {php folder} All the documentation I could find on Quercus was related to running from Resin, but this is something I want…
Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278
0
votes
2 answers

How do I configure Apache to forward some URLs to two resin containers?

I have two resin servers - r-server-a and r-server-b. I created two because both have web applications that need to be in the root context path '/' (and using same port '80'). However, both web applications need to see each other (i.e. access the…
Franz See
  • 3,282
  • 5
  • 41
  • 48
0
votes
1 answer

Customize behavior of Resin 4.0.32 if max thread count is reached

First I am not quite sure what will happens if max thread count is reached for Resin Standalone server 4.0.32. Based on my observation, Resin will either put the requests on hold (process them in order) or disconnect the connection. But I don't know…
Zhao
  • 904
  • 1
  • 11
  • 34
0
votes
1 answer

thread-max config not read by Resin 4.0.32

It seems to me the thread-max is always 128 no matter what I set: Below is my config. -Xmx2048m 64
Zhao
  • 904
  • 1
  • 11
  • 34
0
votes
2 answers

can't serialize session for resin request

[13-04-27 11:27:30.890] {resin-port-10.156.76.24:8084-48} SessionImpl[aaaJ3Dcydow_igIqaIj5t,]: can't serialize session java.lang.IllegalStateException: block Block[Table[mnode:2],72002] is not an index code=0 at…
seba.chang
  • 11
  • 1
0
votes
0 answers

Deploying axis2.war to container broke client calls to external axis2 webservices

I have several existing web-apps deployed as standalone war files in the app container (resin). Some use axis2 jar files and axis2-generated Stub files to make calls to external SOAP based web services. They were all working fine prior to this. I…
Bruno
  • 94
  • 6
0
votes
2 answers

How to expand single user WebApp to multiple users

There are a similar threads without a concrete solution and I thought it was better to start a new one. I am facing a situation where I have a WebApp hosted in RESIN (just like Tomcat I guess). So far I have been developing the app using db4o since…
jigzat
  • 3,498
  • 1
  • 21
  • 23
0
votes
1 answer

How to include PHP script into JSF page under tomcat or resin?

I have worked JSF application under Tomcat. In the same project I configured, also using, PHP as described in Caucho Resin site (Link) But when I try to include separated PHP working script into JSG page, page is fails. I have test.php…
Armen Arzumanyan
  • 1,939
  • 3
  • 30
  • 56
0
votes
1 answer

Quercus PHP Grails Character Encoding Issue

I am successfully using the latest resin jar (from http://www.caucho.com/download/) to allow me to utilize legacy PHP code within my Grails web application. Everything renders great, EXCEPT non-ASCII character sets. These characters show up as…
Jared
  • 99
  • 1
  • 9
0
votes
1 answer

Too many open files error on CentOS with SCOPE=system

I am getting the following error log while running a load test on an application errnoStr=Too many open files, errno=24, SCOPE=system. Could anybody explain the meaning of SCOPE=system here?
Twaha Mehmood
  • 737
  • 3
  • 9
  • 26
0
votes
1 answer

Configuring JRebel 5 with Resin 3.1.x on mac

I'm evaluating JRebel, I was able to install and test it on tomcat in few minutes but I've spent hours trying to configure it with Resin 3.1. I'm geting the following error in the app server…
Tony Rad
  • 2,479
  • 20
  • 32