]
Nick Boldt commented on JBIDE-20111:
------------------------------------
Patch appears to be this:
Quickstarts from JBoss Central won't run properly via Run AS >
Run in Server
----------------------------------------------------------------------------
Key: JBIDE-20111
URL:
https://issues.jboss.org/browse/JBIDE-20111
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 4.3.0.Beta1
Environment: JBDS 9.0.0.Beta1-v20150617-0654-B56 with bundled EAP
Reporter: Vlado Pakan
Assignee: Fred Bricon
Priority: Blocker
Labels: respin-c
Fix For: 4.3.0.Beta1
1. Import kitchensink-rf from JBoss Central (or any other quickstart)
2. Run kitchensink-rf on bundled EAP server
ERROR: URL opened in internal browser is
http://localhost:8080/jboss-kitchensink-rf/ and
it displays HTTP Status 404 error (JBWEB000124: The requested resource is not available.)
Imported project name in Package Explorer is kitchensink-rf
Deployed war file name is kitchensink-rf.war
Server is creating context for /kitchensink-rf
{noformat}
07:09:58,393 INFO [org.jboss.web] (ServerService Thread Pool -- 51) JBAS018210: Register
web context: /kitchensink-rf
{noformat}
URL
http://localhost:8080/kitchensink-rf/ without 'jboss-' prefix in project name
works fine