Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » JSP osgi server example : how start the exemple?
JSP osgi server example : how start the exemple? [message #100669] Tue, 30 October 2007 14:23 Go to next message
Xavier Méhaut is currently offline Xavier MéhautFriend
Messages: 133
Registered: July 2009
Senior Member
hello,
JSP osgi server example : how start the example?
regards
xavier
Re: JSP osgi server example : how start the exemple? [message #100716 is a reply to message #100669] Wed, 31 October 2007 10:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lifesting.gmail.com

Xavier Méhaut wrote:
> hello,
> JSP osgi server example : how start the example?
> regards
> xavier
Three steps:

Step-1: Download Eclipse Equinox SDK from eclipse.org and set the
*Target Platform* to Equinox (select sequence is
Windows->Preference->Plug-in Development->Target Platform).

Step-2: Open the file MANIFEST.MF in the example project.

Step-3: Select the *Overview* tab and locate on section *Testing*, you
could see two links, one is *Lanuch the framework* and the other is
*Lanuch the framework in Debug Mode*. Click one according to your need.
Re: JSP osgi server example : how start the exemple? [message #100729 is a reply to message #100716] Wed, 31 October 2007 10:51 Go to previous messageGo to next message
Xavier Méhaut is currently offline Xavier MéhautFriend
Messages: 133
Registered: July 2009
Senior Member
Thanks..
I've already followed these stpes without result ; how can I access the
web files through the navigator then(eg soemting like
http://localhost:9090/index.html)
regards
Xavier

> Xavier Méhaut wrote:
>> hello,
>> JSP osgi server example : how start the example?
>> regards
>> xavier
> Three steps:
>
> Step-1: Download Eclipse Equinox SDK from eclipse.org and set the
> *Target Platform* to Equinox (select sequence is
> Windows->Preference->Plug-in Development->Target Platform).
>
> Step-2: Open the file MANIFEST.MF in the example project.
>
> Step-3: Select the *Overview* tab and locate on section *Testing*, you
> could see two links, one is *Lanuch the framework* and the other is
> *Lanuch the framework in Debug Mode*. Click one according to your need.
Re: JSP osgi server example : how start the exemple? [message #100742 is a reply to message #100716] Wed, 31 October 2007 10:53 Go to previous message
Xavier Méhaut is currently offline Xavier MéhautFriend
Messages: 133
Registered: July 2009
Senior Member
Here is my manifest.mf file :

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Examples Plug-in
Bundle-SymbolicName: org.eclipse.equinox.jsp.examples
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.equinox.jsp.examples.Activator
Bundle-Localization: plugin
Import-Package: javax.servlet;version="2.4.0",
javax.servlet.http;version="2.4.0",
javax.servlet.jsp;version="2.0.0",
javax.servlet.jsp.el;version="2.0.0",
javax.servlet.jsp.jstl.core,
javax.servlet.jsp.jstl.fmt,
javax.servlet.jsp.jstl.sql,
javax.servlet.jsp.jstl.tlv,
javax.servlet.jsp.resources;version="2.0.0",
javax.servlet.jsp.tagext;version="2.0.0",
javax.servlet.resources;version="2.4.0",
org.apache.taglibs.standard,
org.apache.taglibs.standard.extra.spath,
org.apache.taglibs.standard.functions,
org.apache.taglibs.standard.lang.jstl,
org.apache.taglibs.standard.lang.jstl.parser,
org.apache.taglibs.standard.lang.jstl.test,
org.apache.taglibs.standard.lang.jstl.test.beans,
org.apache.taglibs.standard.lang.support,
org.apache.taglibs.standard.resources,
org.apache.taglibs.standard.tag.common.core,
org.apache.taglibs.standard.tag.common.fmt,
org.apache.taglibs.standard.tag.common.sql,
org.apache.taglibs.standard.tag.common.xml,
org.apache.taglibs.standard.tag.el.core,
org.apache.taglibs.standard.tag.el.fmt,
org.apache.taglibs.standard.tag.el.sql,
org.apache.taglibs.standard.tag.el.xml,
org.apache.taglibs.standard.tag.rt.core,
org.apache.taglibs.standard.tag.rt.fmt,
org.apache.taglibs.standard.tag.rt.sql,
org.apache.taglibs.standard.tag.rt.xml,
org.apache.taglibs.standard.tei,
org.apache.taglibs.standard.tlv,
org.eclipse.equinox.jsp.jasper,
org.osgi.framework;version="1.3.0",
org.osgi.service.http;version="1.2.0",
org.osgi.util.tracker;version="1.3.1"
Bundle-ClassPath: web/WEB-INF/classes/,
.
Require-Bundle: org.eclipse.equinox.jsp.jstl,
org.eclipse.equinox.jsp.jasper,
org.eclipse.equinox.jsp.jasper.registry,
org.eclipse.equinox.http.helper




> Xavier Méhaut wrote:
>> hello,
>> JSP osgi server example : how start the example?
>> regards
>> xavier
> Three steps:
>
> Step-1: Download Eclipse Equinox SDK from eclipse.org and set the
> *Target Platform* to Equinox (select sequence is
> Windows->Preference->Plug-in Development->Target Platform).
>
> Step-2: Open the file MANIFEST.MF in the example project.
>
> Step-3: Select the *Overview* tab and locate on section *Testing*, you
> could see two links, one is *Lanuch the framework* and the other is
> *Lanuch the framework in Debug Mode*. Click one according to your need.
Previous Topic:basic jetty configuration question
Next Topic:How can I move jetty based bundle to servletbridge based environment?
Goto Forum:
  


Current Time: Thu Mar 28 21:08:11 GMT 2024

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

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

Back to the top