Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Configure to call JSP in embedded Jetty 7.2.2

Hi Mitul,
Make sure that org.eclise.jetty.osgi.boot.jsp is installed and running
You did point us to the bundle repository for jety 7.2.2 but I am not
sure how you installed jetty itself.
From our previous conversations, maybe you are downloading the bundles
one by one.
You will find the dependencies required for jsp here:
http://ftp.kaist.ac.kr/eclipse/jetty/updates/jetty-rt-3.7milestones/S-3.7.M4-201101210140/plugins/

As an alternative you could download the EclipseRT Web Starter Kit
where all these bundles are already packaged.
We are working on a new project for the packaging of eclipse projects here:
http://eclipse.org/rtp

I hope this helps,
Hugues

On Tue, Feb 22, 2011 at 3:32 PM, Mitul Adhia <mituladhia19@xxxxxxxxx> wrote:
> Hi All,
> I wanted to call index.jsp file using the following url
> http://localhost:8080/mytestcontext/index.jsp .  Also jetty 7.2.2 is
> embedded in eclipse based equinox container . When i start the jetty i get
> the following INFO message on osgi console
> 2011-02-22 12:46:32.537:INFO::NO JSP Support for /lmauto, did not find
> org.apache.jasper.servlet.JspServlet
> I used following url to add jetty bundle dependeny in my application
>  http://ftp.kaist.ac.kr/eclipse/jetty/updates/jetty-bundles-7.x/7.2.2.v20101205/ .
> My Open question :
> 1) Is there any dependency which is missing to lanch jsp file ? If yes then
> which osgified bundle i have to add.
> 2) The web.xml entry is shown below . Is there any extra stuff i have to add
> to xml file .
>          <welcome-file-list>
>   <!--  <welcome-file>LMAutomation.html</welcome-file>-->
> <welcome-file>index.jsp</welcome-file>
> </welcome-file-list>
> Best Regards,
> Mitul
>
>
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>


Back to the top