[
https://issues.apache.org/jira/browse/KARAF-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223029#comment-14223029
]
Marcin Cinik commented on KARAF-1869:
-------------------------------------
I'm facing the same issue. What is important is that for me it dissappears
after restarting Karaf. So the sequence is
New karaf instance
1. Deploy my bundles (including web app)
2. See the " Jsp support is not enabled" in the log file
3. Go to the http://localhost:8181/osgi/ui and see a JSP tags like '<%@ taglib
uri="http://java.sun.com/jstl/core" prefix="c" %>' rendered on the page, which
means that the JSP support is not there
4. Restart Karaf
5. The " Jsp support is not enabled" is not there anymore.
6. The web page is rendered correctly.
> war deployer fails to find seemingly present jsp
> ------------------------------------------------
>
> Key: KARAF-1869
> URL: https://issues.apache.org/jira/browse/KARAF-1869
> Project: Karaf
> Issue Type: Bug
> Components: karaf-webcontainer
> Environment: 3.0.0-SNAPSHOT
> Reporter: Andrei Pozolotin
>
> when I manually deploy war with *.jsp inside, I consistently get "Jsp support
> is not enabled", although it looks like it is there.
> war in question comes from this zip
> http://www.hazelcast.com/files/hazelcast-2.3.1.zip
> {code}
> 2012-09-25 11:25:25,643 | INFO | Executor: 1 | HttpServiceFactoryImpl
> | 93 - org.ops4j.pax.web.pax-web-runtime - 2.1.0 | Binding bundle:
> [mancenter [132]] to http service
> 2012-09-25 11:25:25,649 | WARN | Executor: 1 | RegisterWebAppVisitorWC
> | 127 - org.ops4j.pax.web.pax-web-extender-war - 2.1.0 | Jsp support
> is not enabled. Is org.ops4j.pax.web.jsp bundle installed?
> {code}
> {code}
> andrei2@root()> list -t 0 | grep Web
> [ 91] [ Active] [ 30] OPS4J Pax Web - API (2.1.0)
> [ 92] [ Active] [ 30] OPS4J Pax Web - Service SPI (2.1.0)
> [ 93] [ Active] [ 30] OPS4J Pax Web - Runtime (2.1.0)
> [ 94] [ Active] [ 30] OPS4J Pax Web - Jetty (2.1.0)
> [ 97] [ Resolved] [ 30] Apache Karaf :: Web Console :: Branding
> (3.0.0.SNAPSHOT), Hosts: 98
> [ 98] [ Active] [ 30] Apache Karaf :: Web Console :: Console
> (3.0.0.SNAPSHOT), Fragments: 97
> [ 101] [ Active] [ 30] Apache Karaf :: Web Console :: Instance Plugin
> (3.0.0.SNAPSHOT)
> [ 102] [ Active] [ 30] Apache Karaf :: Web Console :: Features Plugin
> (3.0.0.SNAPSHOT)
> [ 103] [ Active] [ 30] Apache Karaf :: Web Console :: Gogo Plugin
> (3.0.0.SNAPSHOT)
> [ 104] [ Active] [ 30] Apache Karaf :: Web Console :: HTTP Plugin
> (3.0.0.SNAPSHOT)
> [ 124] [ Active] [ 30] Apache Felix Web Console Event Plugin (1.0.2)
> [ 125] [ Active] [ 30] OPS4J Pax Web - Jsp Support (2.1.0)
> [ 126] [ Active] [ 30] OPS4J Pax Web - Extender - Whiteboard (2.1.0)
> [ 127] [ Active] [ 30] OPS4J Pax Web - Extender - WAR (2.1.0)
> [ 128] [ Active] [ 30] OPS4J Pax Web - FileInstall Deployer (2.1.0)
> [ 130] [ Active] [ 30] Apache Karaf :: Web :: Core (3.0.0.SNAPSHOT)
> [ 131] [ Active] [ 30] Apache Karaf :: Web :: Commands (3.0.0.SNAPSHOT)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)