Page 1 of 1

restrict the ip reaching OpenKM

PostPosted:Mon Aug 18, 2008 3:55 pm
by hbcomcn
Hello

Does OpenKM provide any machnisim for restricting the visiting ip address except I config it with my firewall?

Thanks!!!

Re:restrict the ip reaching OpenKM

PostPosted:Tue Aug 19, 2008 10:40 am
by jllort
The simply way to protect a server is using a firewall.

Other way is installing apache and some extra module to map ( proxy ) por 80 to 8080 ( jboss ) and set there some ip rules ( that\'s for example how is configured on OpenKM demo ). take a look here

Jboss goes with tomcat, really what you want to secure is a tomcat, you could try to find more infor about it on google ( tomcat secure ).

Here you\'ll find interesting information too.