<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div><br>
</div>
In web.xml I don't see any URL mapping "/rest"
<div><br>
</div>
<div>And although I do see /api and /feed, these give 404's for /mypackage/assets as well:</div>
<div>
<div> <servlet-mapping></div>
<div> <servlet-name>RestAPIServlet</servlet-name></div>
<div> <url-pattern>/org.drools.guvnor.Guvnor/api/*</url-pattern></div>
<div> </servlet-mapping></div>
<div>
<div> <servlet-mapping></div>
<div> <servlet-name>FeedServlet</servlet-name></div>
<div> <url-pattern>/org.drools.guvnor.Guvnor/feed/*</url-pattern></div>
<div> </servlet-mapping></div>
</div>
<div><br>
</div>
<div apple-content-edited="true"><br>
</div>
<div>
<div>On Aug 16, 2013, at 3:21 PM, Mark Bennett <<a href="mailto:mark.bennett@lucidworks.com">mark.bennett@lucidworks.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
JBoss Guvnor download, 5.5.x
<div><br>
</div>
<div>UI running OK on:</div>
<div><a href="http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/Guvnor.html">http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/Guvnor.html</a><br>
<div><br class="webkit-block-placeholder">
</div>
<div>My package name is "<b>rules</b>"</div>
<div>
<div>URL for package source: (which works OK)</div>
<div><a href="http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/">http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/</a><b>rules</b>/LATEST.drl</div>
<div><br>
</div>
</div>
<div apple-content-edited="true">I get 404's on all of these:</div>
</div>
<div apple-content-edited="true">
<div apple-content-edited="true"><a href="http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/rest/packages/">http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/rest/packages/</a><b>rules</b>/assets</div>
<div apple-content-edited="true"><a href="http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/rest/package/">http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/rest/package/</a><b>rules</b>/assets</div>
<div apple-content-edited="true"><a href="http://localhost:8080/drools-guvnor/rest/packages/">http://localhost:8080/drools-guvnor/rest/packages/</a><b>rules</b>/assets</div>
<div apple-content-edited="true"><a href="http://localhost:8080/drools-guvnor/rest/package/">http://localhost:8080/drools-guvnor/rest/package/</a><b>rules</b>/assets</div>
<div apple-content-edited="true"><br>
</div>
<div apple-content-edited="true">I got the default download. Is there some config thing I need to enable rest???</div>
<div apple-content-edited="true"><br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</body>
</html>