Questions tagged [resin]
7 questions
1
vote
2 answers
Resin 4 Windows service name is always "Resin Web Server"
I'm trying to run multiple Resin 4 service instances on a Windows Server 2003 box which means each service name must be unique so I can determine which one of the many that I need to start/stop or restart when changes occur.
According to the Resin 4…

jas
- 147
- 2
- 7
0
votes
1 answer
What is the equivalent Tomcat setup to this Resin configuration?
The Resin configuration (resin.xml) pasted below achieves the following:
Binds the built-in http server to port 8000
Sets the desired maximum memory allocation (-Xmx512m)
Configures the webapp /path/web/root accessible from http://domain.com and…

knorv
- 1,799
- 6
- 19
- 29
0
votes
1 answer
's not added to JVM on Resin 4, Windows Server 2012
We are migrating from Linux (Ubuntu) to Windows Server 2012R2 (don't ask!) and have encountered a setup problem with Resin:
Installing Resin 4 Pro using the packaged setup.exe facility, resin.exe is created as a Windows Service just fine. It starts…

Anders R. Bystrup
- 127
- 9
0
votes
1 answer
Build failing for mod_caucho, no member named 'remote_ip'?
I'm trying to get my module to build correctly but it looks like it is having an issue with Apache 2.4. It looks like this is a known issue and a patch was issued for mod_authnz_external.c. This unfortunetly does not provide a fix for myself as I am…

ehime
- 597
- 2
- 7
- 15
0
votes
1 answer
should I activate keepalive in resin/tomcat ? (with nginx/apache)
I'm using resin(tomcat) back in nginx(apache) parse JSP file only,like this:
location ~ \.jsp {
// 88 is resin(tomcat) port
proxy_pass http://localhost:88;
}
should I activate keepalive in resin(tomcat)?

Koerr
- 511
- 1
- 5
- 11
0
votes
1 answer
How to read Chinese character from MySQL to PHP page by resin server?
My characters are in Chinese Simplified that stored in MySQL database by all tables and character set to UTF-8.
I am reading them to my PHP page that runs under resin server on Windows XP Professional.
My Resin server version is 4.0.15; PHP version…

HexaHow
- 21
- 1
- 5
0
votes
1 answer
Run Resin (caucho.com) on port 80 in Ubuntu, using unprivileged user?
Without getting into proxying, or port redirects, port forwards, etc, is there any native method to bind Resin (a Java server) to port 80, on an Ubuntu server, while Resin is started by root but then operates as an unprivileged user (www-data)?
This…

Jon L.
- 318
- 2
- 9