[
https://issues.apache.org/jira/browse/WINK-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryant Luk reassigned WINK-244:
-------------------------------
Assignee: Bryant Luk
> Wrong log during servlet startup
> --------------------------------
>
> Key: WINK-244
> URL: https://issues.apache.org/jira/browse/WINK-244
> Project: Wink
> Issue Type: Bug
> Reporter: Davanum Srinivas
> Assignee: Bryant Luk
> Priority: Minor
>
> My Web.xml says:
> <servlet>
> <servlet-name>restSdkService</servlet-name>
>
> <servlet-class>org.apache.wink.server.internal.servlet.RestServlet</servlet-class>
> <init-param>
> <param-name>applicationConfigLocation</param-name>
> <param-value>/WEB-INF/application</param-value>
> </init-param>
> </servlet>
> When i start the servlet, i see the following in the logs
> 189 [http-8080-1] INFO
> org.apache.wink.common.internal.application.ApplicationFileLoader - Loading
> application from META-INF/core/wink-providers.
>
> 616 [http-8080-1] INFO org.apache.wink.server.internal.servlet.RestServlet -
> Using application classes null named in init-param applicationConfigLocation
>
> The first line makes sense, the second one does not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.