Hello OX Forum!
I am starting to get despaired developing an plugin for our OX.
I want to integrate my own bundle as an IFrame in the configuration area of the OX GUI. Therefor I wrote a bundle with an html resource file (a simple form which is sending the data from the input fields as GET request to the servlet). The servlet is registered at the HttpService with the Alias "/ajax/foo".
This setup works fine in Eclipse and I can reach my bundle with my browser without any problems at the given alias (localhost/ajax/foo/index.html).
But when I export the bundle from Eclipse and install it on my OX Testsystem (put the bundle in the /opt/open-xchange/bundles/ directory an set an .ini file at /opt/open-xchange/etc/groupware/osgi/bundle.d pointing on the bundle) I can not reach my index.html with the browser on the expected path (http://ox-server.com/ajax/foo/index.html)
The bundle is shown as ACTIVE in the listbundles list. What did I do wrong or doesn't this work this way?
I am starting to get despaired developing an plugin for our OX.
I want to integrate my own bundle as an IFrame in the configuration area of the OX GUI. Therefor I wrote a bundle with an html resource file (a simple form which is sending the data from the input fields as GET request to the servlet). The servlet is registered at the HttpService with the Alias "/ajax/foo".
This setup works fine in Eclipse and I can reach my bundle with my browser without any problems at the given alias (localhost/ajax/foo/index.html).
But when I export the bundle from Eclipse and install it on my OX Testsystem (put the bundle in the /opt/open-xchange/bundles/ directory an set an .ini file at /opt/open-xchange/etc/groupware/osgi/bundle.d pointing on the bundle) I can not reach my index.html with the browser on the expected path (http://ox-server.com/ajax/foo/index.html)
The bundle is shown as ACTIVE in the listbundles list. What did I do wrong or doesn't this work this way?
Comment