Tagged Questions
1
vote
1answer
60 views
Where is the “caucho.com” new Maven2 repository address?
I add the "http://caucho.com/m2" or "http://caucho.com/m2-snapshot" repository address but is error .Message is
Unable to update index for caucho release repository|http://caucho.com/m2: Resource ...
0
votes
1answer
22 views
How do you execute cleanup code on shutdown in Resin?
Is there a way to register a function in Resin so that it runs whenever Resin is shut down? I know you can init servlets on startup, but I need to make sure that all of my exec()'ed processes are ...
0
votes
1answer
278 views
Resin's `pomegranate' - auto-magical-loading maven jar dependencies for a project - but how to generate jars with pom.xml for them?
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 directory (project-jars/) and ...
0
votes
2answers
149 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, with ColdFusion 8 ...
0
votes
1answer
473 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 trying to run ...
0
votes
1answer
505 views
User authentication on Resin webserver
I'm currently tasked with replacing an Apache + Resin Java web server with a Resin-only configuration.
Currently in our apache setup, we use .htaccess and a small user database to provide passwording ...