RAP Deployment on Tomcat with WYSIWYG editor [message #554748] |
Tue, 24 August 2010 06:27  |
Eclipse User |
|
|
|
Hi,
i know there are a lot of posts and help on this, but I somehow could not manage to solve my issue.
I have a WYSIWYG (ckeditor) the resources of which are registered as follows:
[code]
<extension point="org.eclipse.equinox.http.registry.resources">
<resource
alias="/ckeditor"
base-name="ckeditor">
</resource>
</extension>
In my custom Js widget i reference the editor as follows:
qx.ui.embed.Iframe.call(this, "ckeditor/ckeditor.html");
Now, this works fine using Jetty in the Eclipse IDE, but when I export the project to Tomcat i get a 404 error - The requested resource (ProxyServlet: /ckeditor/ckeditor.html) is not available.
Any idea on what coud be wrong ? I register images using the same extension point and they can be accessed just fine.
Thanks in advance
|
|
|
|
Re: RAP Deployment on Tomcat with WYSIWYG editor [message #557265 is a reply to message #554806] |
Mon, 06 September 2010 07:09  |
Eclipse User |
|
|
|
Hi Holger,
sorry for the delayed response, I had the build properties checked,
and I had the necessary resources (ckeditor folder) in the binary
build. Of course, these are the build.properties of the RAP project,
not the feature project. I had also unpacked the WAR and made
sure the resources are in there. It still didn't work.
|
|
|
Powered by
FUDForum. Page generated in 0.03941 seconds