[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.equinox] Re: demo application integrating JSP/JSTL, Struts...

Hi Simon,

great! got it all working with Jetty under Eclipse and on the tomcat.

I tried to modify the config.ini to start all the bundles automatically, but that didn't work. When I start the bridge with the default config.ini and then start all the rest from the console, the examples work fine. When I try and put all the needed bundles in the config.ini it seems that they are all started without problem (as they are all marked "active"), bun the examples won't run (tomcat can find /bridge/jsp-examples).

Johannes



Hi Johannes,

No equinox framework patches are needed.
e.g. all of the various bridge bundles will support the use of org.eclipse.equinox.http.jsp.
The instructions in comment 24 should do the trick.


-Simon

"Johannes" <ridcully560@xxxxxxxxx> wrote in message news:eeu4ng$50s$1@xxxxxxxxxxxxxxxxxxxx
Hi Simon,

I think that demo is getting updated but in the meantime you can see the "struts-examples" run in the server-side environment here. ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=140430 )
There are some patches mentioned to be used to make jsp's available. Is this still needed, or are the bride-bundles on the equinox-site already "jsp-enabled"?

Johannes