I've got a web app that uses a mix of servlets and JSP. I currently have
a manually written web.xml and want to autogenerate it. I've found the
tags for servlet definition (@web.servlet) and defining the mappings of
the servlet (@web.servlet-mapping). Additionally I've managed to specify
the display-name, description, session-config, welcome-file-list,
login-config (via web-security.xml merge file), security-role
(web-sec-roles.xml merge file) sections of web.xml

What I am missing is the generation of security-constraint's for each
servlet method or JSP page. I can obviously use a merge file, but feel
that this info would be better in the actual JSP file or servlet method.
How can I do this ?

TIA
-- 
Andy


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to