Hello,

   I  have a problem running WAB with specific connector. I have 2
connectors in jetty.xml with names *https-user(8081)* and
*https-admin(9081)*.

*context file*
<cxf:bus>
<cxf:features>
<cxf:logging />
</cxf:features>
</cxf:bus>

<jaxrs:server id="services" address="/logger">

........................


*MANIFEST.MF*

Web-Connectors: https-admin
Created-By: Apache Maven Bundle Plugin
Web-ContextPath: logger
Web-VirtualHosts: localhost
Build-Jdk: 1.7.0_45
Bundle-Version: 1.0.0.SNAPSHOT
Bnd-LastModified: 1410945232372

--------------------------------------------

*org.apache.cxf.osgi.cfg*
org.apache.cxf.servlet.context=/css
org.apache.cxf.servlet.name=CSSService


*org.ops4j.pax.web.cfg*
org.ops4j.pax.web.config.file=${karaf.home}/etc/jetty.xml
org.osgi.service.http.secure.enabled=true

According to my understanding service should be running with only port
*9081*, but service is accessible from both ports.

What could be the issue here?
-- 
 Srikanth
www. <http://www.srikanthugar.in>gharki.com

Reply via email to