I would like to use a sevlet in the xmlui interface.  I have these two servlet 
mappings in the web.xml file:

  <servlet-mapping>
    <servlet-name>webiso-login</servlet-name>
    <url-pattern>/webiso-login</url-pattern>
  </servlet-mapping>

    <servlet-mapping>
        <servlet-name>Cocoon</servlet-name>
        <url-pattern>/*</url-pattern>
    </servlet-mapping>

But it seems to not go to my webiso-login servlet ( I have log statements there 
that never get written ).  Is this not possible in Manakin?  I guess my other 
option is to use the sitemaps, but I was hopping I could use the web.xml file - 
it's easier to read/understand.

Thank you!
Jose

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to