jboss->default->deploy->jboss-web.deployer->server.xml
search for 8080 and modify to the port you want it to run with.
2. How to enable ssl in Jboss ?
jboss->default->deploy->jboss-web.deployer->server.xml
search for 8443 and uncomment it.
3.Deploying Application outside deploy folder of JBoss server profiles?
jboss->default->conf->jboss-service.xml
Add as many as folder you want to be picked and deployed
Example URLs:
deploy/
scans ${jboss.server.url}/deploy/, which is local or remote
depending on the URL used to boot the server
${jboss.server.home}/deploy/
scans ${jboss.server.home)/deploy, which is always local
file:/var/opt/myapp.ear
deploy myapp.ear from a local location
file:/var/opt/apps/
scans the specified directory
http://www.test.com/netboot/myapp.ear
deploys myapp.ear from a remote location
http://www.test.com/netboot/apps/
scans the specified WebDAV location
-->
deploy/
No comments:
Post a Comment