This is not working !

I have the same exception 404 not found !

You will find, the xml declaration of my module below :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module SYSTEM "module.dtd" >
<module>
        <name>com-test-admin</name>
        <displayName>test</displayName>
        <description>Module of test</description>
        <class>com.test.Core</class>
        <versionHandler>com.test.VersionHandler</versionHandler>
        <version>0.1</version>
        
        <dependencies>
                <dependency>
                        <name>core</name>
                        <version>4.4/*</version>
                </dependency>
        </dependencies>
        
        <servlets>
            <servlet>
              <name>test</name>
              <class>com.test.AdimTest</class>
              <comment>test of admin</comment>
              <mappings>
                <mapping>/magnoliaAuthor/test/</mapping>
              </mappings>
            </servlet>
        </servlets>
</module>


When you read the documentation you can see : servlets can be defined in the 
module descriptor and not must defined in the module descriptor.

Have you an idea ?

Thank again for your reply.

Regards.

-- 
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