Hi
I am trying to get the default drools-server.war (drools-5.1.1-server.war to be specific )
to work on tomcat.
When I access
http://localhost:8090/drools-5.1.1-server/kservice/rest , I am getting
"No service found" in the browser and in the console,
=================================
May 18, 2011 3:43:44 PM org.apache.cxf.transport.servlet.ServletController invoke
WARNING: Can't find the request for
http://localhost:8090/drools-5.1.1-server/kservice/soap's Observer
=================================
I am able to pass the deployment of the war file and tomcat starts fine. No errors related
to Spring context etc, and I also see the line in the log :
=================================
INFO: Deploying web application archive drools-5.1.1-server.war
INFO 18-05 15:42:36,280 (ContextLoader.java:initWebApplicationContext:189) Root
WebApplicationContext: initialization started
May 18, 2011 3:42:48 PM org.apache.cxf.endpoint.ServerImpl initDestination
INFO: Setting the server's publish address to be /kservice/rest
DEBUG 18-05 15:42:49,146 (ContextLoader.java:initWebApplicationContext:204) Published
root WebApplicationContext as ServletContext attribute with name
[org.springframework.web.context.WebApplicationContext.ROOT]
INFO 18-05 15:42:49,146 (ContextLoader.java:initWebApplicationContext:209) Root
WebApplicationContext: initialization completed in 12866 ms
May 18, 2011 3:42:49 PM org.apache.cxf.transport.servlet.CXFServlet updateContext
INFO: Load the bus with application context
May 18, 2011 3:42:49 PM org.apache.cxf.transport.servlet.AbstractCXFServlet
replaceDestinationFactory
INFO: Servlet transport factory already registered
=================================