Hi,

please increase the log level of category tntnet to DEBUG and either read the logs or just send them to the list.

         <logger>
           <category>tntnet</category>
           <level>*DEBUG*</level>
         </logger>

Tommi

Am 26.08.2014 17:40, schrieb Jean-Marc Choulet:
Hello,

    <mappings>
      <!-- map / to MyApp@MyApp -->
      <mapping>
        <target>MyApp</target>
        <url>^/$</url>
      </mapping>
      <!-- map /comp.* or /comp to comp@MyApp -->
      <mapping>
        <target>$1</target>
        <url>^/([^.]+)(\..+)?</url>
      </mapping>
    </mappings>



I remove '@MyApp' but I always get the same error.

...
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to