[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.equinox] Re: Deploy demo application sample-http on Tomcat
|
Hi Janos,
I think it should work, if you:
1)import the sample-http.zip as an existing project into eclipse.
2)Open the MANIFEST.MF and on the overview-page select the export-wizard.
3)As destination diretory you can select the platform-directory of the
installed bridge.war; for example:
C:\apache-tomcat-5.5.17\webapps\bridge\WEB-INF\platform
The exported jar-file is then placed into the platform/plugins-directory
automatically. (you can export it somewhere else, and then copy it to
C:\apache-tomcat-5.5.17\webapps\bridge\WEB-INF\platform\plugins)
4)After that, use sp_redeploy, and run the ss-command from the osgi
console. You should now see the sammple-http-bundle resolved and can
start it with start <numberOfBundle>.
I hope this helps. I haven't tried it for the http-example, but that's
the way Im deploying my own bundles at the moment.
Johannes
I am a newbie working with Equinox Bridge. I basically installed an Apache
Tomcat Server and I deployed the bridge.war file successfully.
I can call up localhost/bridge/sp_test and this is working.
Now I am not sure how to deploy the sample-http from
http://www.eclipse.org/equinox/incubator/server/embedding_in_a_servlet_container.php.
Should I create a war file and deploy it the same way in to Tomcat?
This is a really interesting area to work on, and I really hope somebody is
able to help me.
Thanks a lot
Janos V.