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

apache2.4.2+resin-3.1.9

for creating mod_caucho.so, i run resin configure, when i execute make command, some errors: /home/xsmapp/temp/resin-3.1.9/>make (cd modules/c/src; make) make[1]: Entering directory `/home/xsmapp/temp/resin-3.1.9/modules/c/src' for dir in common…
-1
votes
1 answer

Resin 4.0.47 com.caucho.server.webapp.WebApp.hasListener(ArrayList listeners, Class listenerClass) have a incorrect code

I am using Resin 4.0.47, and i found a bug in the class com.caucho.server.webapp.WebApp, the method /** * Returns true if a listener with the given type exists. */ public boolean hasListener(ArrayList listeners, Class listenerClass) …
1 2 3
11
12