pavansolapure/opencodez-samples

Not Working on Liberty Profile

Closed this issue · 1 comments

Server.xml

<?xml version="1.0" encoding="UTF-8"?>
<server description="new server">
    <featureManager>
        <feature>webProfile-7.0</feature>
    </featureManager>
    <httpEndpoint id="defaultHttpEndpoint"
                  httpPort="9080"
                  httpsPort="9443" />                  
 <applicationManager autoExpand="true"/>
</server>

Added this dependency :

<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>javax.servlet-api</artifactId>
			<version>3.1.0</version>
			<scope>provided</scope>
		</dependency>

When I hit the http://localhost:9080/apache-cxf-ws-0.0.1-SNAPSHOT/services - it gives an error FileNotfound Exception.