pivotal cloud foundry - Error in accessing the Cloudfoundry Local App URL -
i need locally deployed app in local pivotal cloud foundry vm.
recently, have installed pivotal cloud foundry in windows server 2012 vm , had deployed spring-music app in local. want share url others, when give url generated in app push commands others not able see app. can how share app url others can view app.
http://spring-music.local.pcfdev.io/ -- local app url
i have tried few commands create own shared domain , route still facing issue in accessing app other systems.
cf create-shared-domain tcp.example.com --router-group default-tcp cf push spring-music –d tcp.example.com --random-route cf create-route s1 tcp.example.com --random-port cf map-route myapp tcp.example.com --random-port
after trying these not able access app url generated. can me generating url externals system access app.
thanks in advance.
pcf dev development only, local instance of pcf.
if want expose local application have register dns name points machine, open firewall ports , create newly registered domain in pcf instance.
Comments
Post a Comment