Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Following is my entry in plugin descriptor
<servlet name="Project priority report servlet" key="preport"
class="com.project.Priorityreport">
<description>Report</description>
<url-pattern>/test/priority</url-pattern>
</servlet>
But i am getting error whenever I try to access it using following URL
http://<localhost>:8080/plugins/servlet/test/priority
I was using TemplateRenderer to render a velocity page without using <component-import> for this interface. Thats why it was giving an error instantiating the module via Spring because of unresolved dependency.
Thanks Mizan & Renjith.
I guess such errors can be minimised if we use an IDE .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is your plugin enabled? Check in manage plugins or logs to see if there are any loading issues (exceptions I mean)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I still get an error, and this time it doesnt even recognize that I am looking for some servlet.
I get following error:-
/servlet/test/priority
Could not find what you were looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.