[
https://issues.apache.org/jira/browse/KARAF-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224268#comment-14224268
]
Marcin Cinik commented on KARAF-1869:
-------------------------------------
The http features are installed as a result of
featuresBoot=config,standard,region,package,kar,ssh,management,http,webconsole
in my org.apache.karaf.features.cfg.
Then in my xxx-framework-feature I have
{quote}
<feature name="xxx-framework-feature" version="1.0.0-SNAPSHOT"
description="XXX">
...
<feature>pax-war</feature>
...
{quote}
I've just added
{quote}
<feature name="xxx-yyy-plugin" version="1.0.0-SNAPSHOT"
description="">
<feature>xxx-framework-feature</feature>
<!-- required for JSP support -->
<feature>pax-http</feature>
<feature>pax-war</feature>
<feature>pax-jetty</feature>
{quote}
to the xxx-yyy-plugin but it did not help.
> 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)