dimanche 26 octobre 2014

runtime configurable reverse proxy for tomcat


Vote count:

0




I have a website running on tomcat. The website listens on multiple domains/urls. (e.g. www.mysite.de, www.mysite.com, www.myothersite.uk) There are about 70 of them and getting more.


Currently I'm serving the website directly with tomcat and using keytool to manage certificates.


But every time I add another domain (or if a certificate runs out) I have to install it manually and restart tomcat. This produces noticable downtime (tomcat needs > 1min to restart) and gets on my nerves which I'd like to avoid.


Currently I'm working on an extension to my webinterface which will do the management of the domains for my application.


What I'm looking for is a way to install new certificates (and ip addresses) in tomcat without restarting it. As far as I can tell tomcat is not capable of doing this.


Now the idea is to use a reverse proxy.


So I'm looking for a reverse proxy in which I can install certificates (and perhaps ip addresses) without reboot. Best case would be if this could be done via some interface which I can use from a java web app.



asked 38 secs ago

Scheintod

1,222






runtime configurable reverse proxy for tomcat

Aucun commentaire:

Enregistrer un commentaire