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
2
votes
0 answers

Resin (Quercus) PHP functions do not work when app is compiled

Forgive me if I make any mistakes as this is my first time posting a question. I'm working on a web app that uses the Resin Embedded Libraries -- It depends heavily on the PHP Engine (Quercus) that is included with Resin. After 3 days of coding I…
2
votes
2 answers

Optimize workflow for Front End development on Java Resin Project

I have started a new job from a couple months, I work as front developer in a company where up until now everyone was using classic development patterns, but the goal is to move to a new ajax/rest services approach and that's what I do. In our local…
David Fregoli
  • 3,377
  • 1
  • 19
  • 40
2
votes
2 answers

How do you configure jax-ws to work with Spring using jax-ws commons?

In web.xml I have the following: JAX-WS endpoint - EARM jaxws-servlet jaxws-servlet
les2
  • 14,093
  • 16
  • 59
  • 76
1
vote
1 answer

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.
Bogdacutu
  • 763
  • 7
  • 24
1
vote
3 answers

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 log4j.properties. This is thrown when the servlet is trying…
Java Guy
  • 3,391
  • 14
  • 49
  • 55
1
vote
1 answer

Spring 5.0.7 With Hibernate 5.4.1 on resin server

This example is working fine in Tomcat9 with same jar but not working in Resin 4.0.61 Web server Configuration for Spring MVC in resin.xml file -…
Dev Singh
  • 11
  • 3
1
vote
0 answers

No suitable default RequestUpgradeStrategy found in Resin 4

Is Resin 4 support Spring-websocket? I want to upload client's Apps which uses Spring-websocket(spring-websocket 4.3.17) on Resin4(Resin 4.0.59 64bit for Windows/Linux). But, When I tried to Upload, that Error logs appears…
1
vote
1 answer

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: Unfortunately, Microsoft has added a clever…
user673256
  • 11
  • 2
1
vote
0 answers

Firefox prevents POST requests

I have a web application that uses xhr POST to upload files, the issue here is that when the web application sends another ajax POST request (not to upload data) the request is blocked until the first one is finished, in the firefox developer tools,…
1
vote
0 answers

How to configure an AWS SQS message listener with Resin web application

Currently I'm working on a Java web application which runs on Resin 4.0.55 and I am new to working with AWS SQS. I need to implement a SQS message listener (JMS message listener as consumer) for my resin application. The listener should listen to…
1
vote
2 answers

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 not resolve bean definition resource pattern…
MeBigFatGuy
  • 28,272
  • 7
  • 61
  • 66
1
vote
1 answer

What is the cause of Resin saying `@Named('dpa') is a duplicate name for ...` when there is no such value?

I have an existing Java EE 7 webprofile web application working on TomEE and Glassfish. I have now tried to deploy it on Resin 4.0.55 Open Source edition. My mechanism to have CDI inject configuration strings using @Named("key") String fails…
Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
1
vote
2 answers

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 the answer in the Resin docs, though I might be…
Simon Willison
  • 15,642
  • 5
  • 36
  • 44
1
vote
0 answers

Confused about nginx proxy and sni

Server info I have a server with nginx 1.12.1 enabled sni and resin 3.1.6 on jdk 1.6.0 The nginx here use 80 port to proxy 8080 and 443 port to proxy 8443 of resin. First issue When the nginx is running, I can get access with 80. But access to 443,…
Yvan
  • 21
  • 4
1
vote
1 answer

Providing connection time out in Derby client driver

I have a requirement that retrieving a connection times out within specified time from the connection pool if there is any problem in the network. This should be handled through a java application. Basically, want to give timeout to…
Satyabrata
  • 21
  • 2
1 2
3
11 12