[jbosstools-issues] [JBoss JIRA] (JBIDE-17933) CordovaSim 404 error

Asif Kilwani (JIRA) issues at jboss.org
Sat Jul 19 05:58:29 EDT 2014


Asif Kilwani created JBIDE-17933:
------------------------------------

             Summary: CordovaSim 404 error
                 Key: JBIDE-17933
                 URL: https://issues.jboss.org/browse/JBIDE-17933
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: browsersim
    Affects Versions: 4.2.0.Beta2
         Environment: Mac OSx 10.9.4, Eclipse Luna (4.4.0), Jboss Tools for Luna (4.2.0.Beta2), with  Jboss Hybrid Mobile Tools + CordovaSim.
            Reporter: Asif Kilwani


Created sample hybrid mobile app and tried to run with CordovSim, It shows error

HTTP ERROR: 404
Problem accessing /ripple/assets/index.html. Reason:
Not Found

Config.xml

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"
	id="com.bac.bac" version="1.0.0">
	<name>abc</name>

	<description>
		A sample Apache Cordova application that responds to the
		deviceready
		event.
	</description>

	<author href="http://aerogear.org/" email="aerogear-dev at lists.jboss.org">
		JBoss by Red Hat
	</author>

	<content src="index.html" />

	<access origin="*" />
	<preference name="fullscreen" value="true" />
	<preference name="webviewbounce" value="true" />

	<feature name="App">
		<param name="android-package" value="org.apache.cordova.App" />
	</feature>
	<feature name="Console">
		<param name="ios-package" value="CDVLogger" />
	</feature>

</widget>

Index.html exisits in www folder.




--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list