404 when accessing plugin configuration page

Dusan Spaic October 26, 2017

I am trying to write a simple hello world administration page for my plugin. I simply cannot make my page appear. What i did:

In atlassian-plugin.xml i added

<param name="configure.url">/myplugin/admin/adminPlugin.action</param>
<webwork1 key="myUniqueKey" name="abc" class="java.lang.Object">
<actions>
<action name="cmypackage.MyAction" alias="adminPlugin">
<view name="input-test">/templates/runtime/test.vm</view>
</action>
</actions>
</webwork1>

 

I tried  searching for answers on internet, etc but I simply cannot connect those two.

 

Can you help?

 

Thank you

1 answer

1 accepted

0 votes
Answer accepted
Dusan Spaic October 26, 2017

I got the solution.

What was missing is 

/secure/.../AdminPluginAction!default.jspa

 in my webwork1... Simple but not easy to find..

Suggest an answer

Log in or Sign up to answer