Hi guys, 

I'm trying to do a custom  Admin Magniola interface. I created a button and I 
would like when I push on this button call a servlet. But I have a not found 
404 exception. 

I call the uri.

The uri is :    http://localhost:8080/magnoliaAuthor/test/

The declaration in web.xml :
<servlet>
        <servlet-name>test</servlet-name>
        <servlet-class>com.test.AdimTest</servlet-class>
 </servlet>
 <servlet-mapping>
        <servlet-name>test</servlet-name>
        <url-pattern>/magnoliaAuthor/test/</url-pattern>
 </servlet-mapping> 

I would like to know if there's a set of filter on the Author Admin.

Have you have any suggestion to resolve my problem ?

Thanks in advance.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=46792229-594e-4050-ad6c-94a43ced29d7


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to