[
https://issues.apache.org/jira/browse/CB-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
JennyGee updated CB-5280:
-------------------------
Description:
When executing the following:
"cordova serve blackberry10 9901"
The webserver doesn't actually run on port 9901 but rather on the default port
"8000". So you can only access your app via
http://0.0.0.0:8000/blackberry10/www/index.html
The following:
"cordova serve 9901"
allows one to access http://0.0.0.0:9901/blackberry10/www/index.html
It seems like this is mostly a bug in the documentation (`cordova help |grep
-C1 8000`)
was:
When executing the following:
"cordova serve blackberry10 9901"
The webserver doesn't actually run on port 9901 but rather on the default port
"8000". So you can only access your app via
http://0.0.0.0:8000/blackberry10/www/index.html
> "cordova serve platformname 9000" as per help does not seem to serve
> platformname on port 9000
> ----------------------------------------------------------------------------------------------
>
> Key: CB-5280
> URL: https://issues.apache.org/jira/browse/CB-5280
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Reporter: JennyGee
> Priority: Minor
>
> When executing the following:
> "cordova serve blackberry10 9901"
> The webserver doesn't actually run on port 9901 but rather on the default
> port "8000". So you can only access your app via
> http://0.0.0.0:8000/blackberry10/www/index.html
> The following:
> "cordova serve 9901"
> allows one to access http://0.0.0.0:9901/blackberry10/www/index.html
> It seems like this is mostly a bug in the documentation (`cordova help |grep
> -C1 8000`)
--
This message was sent by Atlassian JIRA
(v6.1#6144)