]
Vlado Pakan closed JBIDE-17933.
-------------------------------
Verified with JBDS 8.0.0.CR1-v20140831-0335-B201
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
Assignee: Ilya Buziuk
Fix For: 4.2.0.CR1
Attachments: config.xml.png, cordovasim-running.png, download-cordova.png,
error-no-stack.png, error.png, install-jboss-hmt-cordovasim-beta2.png,
new-hmt-project.png, pick-a-plugin.png, update-jboss-hmt-cordovasim-to-CR1.png, us.png
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(a)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.