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

Spring Boot application WAR deployment to Resin 4: is there a way to use app (WEB-INF/lib) classloader first?

I'm trying to deploy Spring Boot app as a WAR to Caucho Resin 4. I'm getting an error on hitting the app: org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception…
Dima Korobskiy
  • 1,479
  • 16
  • 26
0
votes
4 answers

java.awt.Color error

I have this simple Jsp page: <%@ page language="java" import="java.awt.Color"%> <% Color background = Color.white; %> Which fails with following error: java.lang.NoClassDefFoundError at _text__jsp._jspService(/text.jsp:3) at…
daniels
  • 18,416
  • 31
  • 103
  • 173
0
votes
2 answers

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 Resin and their language is Java(TM) SE Runtime…
0
votes
1 answer

how to use jconsole remote connect to Resin 4

I want to use jconsole remote connect to Resin 4,but it doesn't work when I modify the resin.properties: #Jconsole config -Dcom.sun.management.jmxremote.port : 8080 -Dcom.sun.management.jmxremote.ssl :…
Gan Zhang
  • 33
  • 5
0
votes
1 answer

How to install Resin 3.x server adapter with eclipse?

bonjour! As a Java developer, I'm using Eclipse IDE for Java EE Developers for web development, Mars.2 Release (4.5.2) particularly. Mars is shipped with WTP component (very nice), which in turn supports Resin 4.x adapter, but our production…
Jerry Chin
  • 657
  • 1
  • 8
  • 25
0
votes
1 answer

Resin plugin for IntelliJ Ultimate- where is conf folder

I just installed Resin plugin for IntelliJ, but I couldn't set the configuration correctly. Running Resin separately has worked for my application. Here's what I did to configure Resin (the standalone application) Download…
dodgerblue
  • 255
  • 3
  • 7
  • 18
0
votes
1 answer

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 for Jetty?)
0
votes
1 answer

Not able to read the property file

I am working on one web application in which i want to retrieve values from property files which are present outside of the application i.e on system drive. but while doing this i am facing the problem.Interestingly if i put property files at class…
0
votes
2 answers

Using Google email service with SSL on Resin 3.1 in AWS

First ever question. I looking for help configuring java & resin to allow me to open a https URL connection from within my app. The Resin docs don't say, I think I'm doing the right thing in Java, but I'm running into a…
tfield
  • 1
  • 1
0
votes
0 answers

MySqli with Resin Server

I have a problem with MySqli for which I would appreciate your help or comments. I am trying to use Set_charset("utf8") in a MySQL database running in a Resin webserver. I have looked and tried several options found here in other posts, like: …
JPMD
  • 644
  • 1
  • 7
  • 19
0
votes
0 answers

How do you deploy resteasy 3 ResteasyServletInitializer with Resn 4.0.36 or newer?

I have been unable to get the ResteasyServletInitializer to initialize properly in Resin 4. I get a log as follows [15-10-06 12:23:22.651] {resin-29} Annotation @WebFilter at 'org.jboss.resteasy.plugins.server.servlet.Filter30Dispatcher' must…
Jeff
  • 63
  • 8
0
votes
0 answers

Spring batch IllegalArgumentException: 'beanName' must not be empty

i'm trying to deploy a spring batch application on Resin 2.1 with java 5 but i cannot figure out this exception. The problem seems to be related to conflicting libraries, because JobRepository has always null transaction-manager attribute (even if I…
Raffaele
  • 461
  • 1
  • 7
  • 20
0
votes
1 answer

System.Web.HttpException: Maximum request length exceeded

I am getting above exception. I have tried many solutions from SO, which didn't work, because most of them are for asp.net. This is part of web.xml of my web app: MainPageServlet
Ondrej Tokar
  • 4,898
  • 8
  • 53
  • 103
0
votes
1 answer

MySQL Data Truncation Error on Certain Servers

I have done a lot of internet searches, and can't find a report of a problem quite like this one, so I'm hoping someone here might have an idea of what is going wrong. In my java code I have a query that is pulling data from the database. I have…
Maria S
  • 3
  • 1
0
votes
0 answers

resin project, jdk8 has a high cpu load ,but jdk7 not

It is a project deployed in resin.the OS is Red Hat Enterprise Linux Server release 6.5 (Santiago) it uses spring 2.5.6 and struts2 , .. for some reason ,we need to deploy it in jdk8 ,it is too complex to upgrade the spring version ,so we change…
long
  • 59
  • 6