0
votes
2answers
43 views
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 Q …
0
votes
2answers
28 views
How do I configure Apache to forward some URLs to two resin containers?
Good day,
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 …
11
votes
13answers
591 views
Best practices for deploying Java webapps with minimal downtime?
When deploying a large Java webapp (>100 MB .war) I'm currently use the following deployment process:
The application .war file is expanded locally on the development machine.
Th …
0
votes
1answer
23 views
Resin’s `pomegranate’ - auto-magical-loading maven jar dependencies for a project - but how to generate jars with pom.xml for them?
Hi.
Resin java server has a neat feature they call pomegranate ( http://www.caucho.com/projects/pomegranate/ ) which allows to just put various jar dependencies in server's direct …
1
vote
1answer
69 views
Installing Resin on Snow Leopard?
Has anyone has success installing Resin 4 on Snow Leopard? I get linker errors when I try it which are maddening.
0
votes
1answer
36 views
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 a …
0
votes
1answer
28 views
Resin Restarts when class files or Servlets are uploaded.
Hi. When we upload a .class file or a servlet to the server, the web server restarts. This does not happen when we upload a JSP. Is there a way to configure Resin so that it dynami …
0
votes
1answer
39 views
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 -> …
0
votes
1answer
253 views
How do you configure jax-ws to work with Spring using jax-ws commons?
In web.xml I have the following:
<servlet>
<description>JAX-WS endpoint - EARM</description>
<display-name>jaxws-servlet</display-name&g …
1
vote
1answer
95 views
Help on Axis2 Deployment Exception
Hi,
I am currently working on Axis2 deployed on Resin 3.1.3. However, I got the below error during deployment:
org.apache.axis2.deployment.DeploymentException: The "Dispatch" ph …
0
votes
0answers
48 views
Configuring servlet logging properly under Resin
Hello.
I have trouble to configure standard JDK logging resin uses. I have
read the documentation many times and looked for examples, but in the
end I'm still puzzled.
I run a se …
0
votes
1answer
44 views
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 …
0
votes
2answers
61 views
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, w …
3
votes
2answers
509 views
How to configure Caucho Resin’s Java classpath to the system’s library directory
I have a folder, '/var/unity/conf' with some properties files in it, and I'd like the Caucho's Resin JVM to have that directory on the classpath.
What is the best way to modifiy r …
0
votes
1answer
127 views
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 try …
