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
1 answer

Fresh OpenEMM installation shows bean errors on some pages

We have deployed a fresh openemm installation on a resin server (which wasn't exactly straight forward due to an enormous amount of dependencies although resin is the recommended and default application server). This is our setup: latest Gentoo…
hurikhan77
  • 5,881
  • 3
  • 32
  • 47
0
votes
1 answer

How to give JSP permissions with SecurityManager policy file in Resin?

We are trying to use SecurityManager with Resin 3.1.9 and run into the following problem: CodeSource.getLocation() returns null for compiled JSPs. This means that we cannot use a specific codebase in grant clause in our policy file, for…
Kaitsu
  • 4,094
  • 3
  • 30
  • 37
0
votes
1 answer

Is there a framework can realize Bayeux and hang in rensin?

Look like ComeD can only extend jetty, is there a framework can realize Bayeux and hang in rensin, or other based on the long polling framework?
Li Che
  • 727
  • 10
  • 24
0
votes
1 answer

Resin with Apache configuration (mod_caucho) on windows

I have PC with Windows x32, Apache 2.2 and Resin 3.0.14 installed and I need to configure Apache with Resin. I already red the article http://www.caucho.com/resin-3.0/install/cse-apache.xtp, but still have troubles. Here is configuration from…
Madman
  • 3,171
  • 2
  • 32
  • 44
0
votes
1 answer

too many SYN_RECV state of my resin server

here is some information: cat /proc/net/sockstat sockets: used 541 TCP: inuse 4000 orphan 3515 tw 4459 alloc 4011 mem 2012 UDP: inuse 2 RAW: inuse 0 FRAG: inuse 0 memory 0 TIME_WAIT 6014 CLOSE_WAIT 5 FIN_WAIT1 1563 FIN_WAIT2 47 ESTABLISHED…
tanxiuguang
  • 65
  • 1
  • 6
0
votes
2 answers

Detect environment (prod vs test) with a Lift app deployed on Resin?

How would you set the run.mode for a Lift application running on Resin? When deploying on Jetty I included a jetty-web.xml in the war file that set the run.mode property to "production". Now I need to deploy on Resin.
Dr.Haribo
  • 1,778
  • 1
  • 31
  • 43
0
votes
1 answer

Wordpress in Java environments (Resin+Quercus) without any additional code tweak?

There are some threads here about Resin/Quercus being used for Wordpress. I just want to confirm that once Quercus is installed, Wordpress will work just as-is, with .php file extensions and all? And all the usual URL Rewriting etc will work too in…
PKHunter
  • 682
  • 2
  • 13
  • 28
0
votes
1 answer

Change FileServlet root path

I use Resin webserevr. There is great FileServlet class for serving static content. I'd like to remap URIs like /user1/file.txt -> /users/dir1/1/file.txt /user2/file.txt -> /users/dir2/22/file.txt ... in runtime. But username->path mapping is not…
maxp
  • 5,454
  • 7
  • 28
  • 30
0
votes
1 answer

How do I redirect https:// requests to http:// in resin4.0

in fact, i got the method for redirect http to https ,as I add a filter in web.xml. such as, SSL /xxx/*
0
votes
1 answer

The throuput of Nginx reverse proxy Resin

We are using nginx+resin to serve a jsp website. my question is when many requests from web client to ngix and then nginx requests resin, so I want to know: Does resin response the data to clients Or Nginx get the data from resin and then response…
Jack
  • 5,540
  • 13
  • 65
  • 113
0
votes
2 answers

How do I monitor ColdFusion in Resin?

I have ColdFusion 8 installed on resin-3.1.9 (Linux). On my standalone ColdFusion server, I can use /opt/coldfusion8/bin/cfstat to monitor active and queued requests. On Resin, with ColdFusion 8 installed as a multi-server install, I don't know how…
Mike Jr
  • 175
  • 2
  • 7
0
votes
1 answer

phase 3 and 4 are not excecuted in mod_security

Since Railo/Resin does not allow session cookies to be httpOnly I've been trying to catch them with mod-security 2.7. Normally this would be done in phase:3 I can't seem to process any rules on phase:3 or 4 for that matter... A simple rule like…
red-X
  • 5,108
  • 1
  • 25
  • 38
0
votes
1 answer

rmi performance network traffic

I deploy a RMI Service ,write a RMI Client(Java SE project) to access it and is ok, but the some code in web project, I use wireshark to find that every RMI request sent from our client to our server containing the list of all jars in the classpath…
fuyou001
  • 1,594
  • 4
  • 16
  • 27
0
votes
1 answer

Content length is 0 in http post response in resin 3.0

I have a client who is posting some data to our server with http POST method. Our server is resin 3.0 with java. When I send response whether data is saved or not the the content length of the response is not set. client is using curl library(php…
Shwetanka
  • 4,976
  • 11
  • 44
  • 68
0
votes
1 answer

Virtualhosts Configuration in Apache/Resin (running Adobe Coldfusion8)

I have development server setup running Adobe Coldfusion8 (.war install) on top of Caucho Resin v3.1.9. (CentOS 5.3-64bit) note: This is my first experience with Resin. I am trying to run Coldfusion8 on top of Resin as I was suggested that this…
Mike Jr
  • 175
  • 2
  • 7
1 2 3
11
12