|
From: Tham W. <ejb...@pr...> - 2013-03-05 22:19:31
|
Hi Kevin, I usually use an apache proxy on another machine or sometimes the same machine. This way you also get to choose any address you want, for example 'http://<ip-address>/ocsp' Or alternatively you could just change the below properties in web.properties to use any unused port of your own choosing: # The public port JBoss will listen to http on # Default 8080 #httpserver.pubhttp=8080 # The public port JBoss will listen to https on, no client cert required # Default 8442 #httpserver.pubhttps=8442 # The private port JBoss will listen to https on, client cert required # Default 8443 #httpserver.privhttps=8443 Cheers, Tham Wickenberg PKI Specialist PrimeKey Solutions On 3/5/13 10:31 PM, 孙伟 wrote: > I got a question on the port number. I am right now using the url > http://<ip-address>:8080/ejbca/publicweb/status/ocsp as the responder > locator, is there anyway that I can change the default port to others, > ie, 80? > > Thanks, > Kevin |