[
https://issues.jboss.org/browse/JBIDE-20111?page=com.atlassian.jira.plugi...
]
Fred Bricon commented on JBIDE-20111:
-------------------------------------
So this is caused by the examples having an artifactId != folder name, which eclipse
doesn't support if installed at the root of the workspace.
A workaround is to create the project in a non default location.
I have a patch ready, that'll unzip examples not directly under the workspace root.
kitchensink-rf doesn'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
1. Import kitchensink-rf from JBoss Central
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
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)