JSP with OSGI
Hello!!
I am working with osgi bundles, and I would like to add the functionality of JSP in order to add a interface to osgi bundles.
As I use Eclipse I found this page:
http://www.eclipse.org/equinox/server/jsp_support.php
Where it is explained how to use JSP with OSGI. And it also includes an example.
I have installed Tomcat in my server, and I launch all the needed bundles to run servlet functionality. The problem is that now, I don´t know how to test if it works 'cause I don´t know how to access to the main web page and the rest of steps I must take. Could any of you help? I would be very grateful.
Thanks a lot!