Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Jetty..absolute path for htmls
RCP Jetty..absolute path for htmls [message #499659] Mon, 23 November 2009 16:05
exquisitus is currently offline exquisitusFriend
Messages: 211
Registered: July 2009
Senior Member
Hi,
i am using Jetty in my RCP Application....but i have the Prob that I can
only reference directores with relative path to my project location...like:

<extension
point="org.eclipse.equinox.http.registry.httpcontexts">
<httpcontext id="html">
<resource-mapping path="/src/html/">
</resource-mapping>
</httpcontext>
</extension>


When I try to use a absolute path like:

<extension
point="org.eclipse.equinox.http.registry.httpcontexts">
<httpcontext id="html">
<resource-mapping path="C:/html/">
</resource-mapping>
</httpcontext>
</extension>

I can not access the htmls. Does anybody know what I am doing wrong ? Is
it possible to specify a full path ?
Previous Topic:Can't get rid of jre in exported product
Next Topic:Editor problems with external files
Goto Forum:
  


Current Time: Fri Apr 26 05:08:22 GMT 2024

Powered by FUDForum. Page generated in 0.03555 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top