-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR ro.pippo.core.PippoFilter - Cannot create application with className 'com.ab.abc.APIApplication' #516
Comments
at ro.pippo.core.PippoFilter.createApplication(PippoFilter.java:271) |
APIApplication extends ro.pippo.core.Application |
How is packaged the application, it's a war file deployed in Tomcat or you use the Pippo launcher from a main static void method? Please give us more information. |
yes a war file deployed in Tomcat. my web.xml: <filter>
<filter-name>pippo</filter-name>
<filter-class>ro.pippo.core.PippoFilter</filter-class>
<init-param>
<param-name>applicationClassName</param-name>
<param-value>com.ab.abc.APIApplication</param-value>
</init-param>
</filter> |
In this case please take a look inside of your I recommand you to develope your application using Pippo launcher (to use the Tomcat container embeded in your application via the |
|
I will try myself to reproduce the problem and I will come back with a response asap. |
No description provided.
The text was updated successfully, but these errors were encountered: