Results 1 to 2 of 2

Thread: Global filters in conf/web.xml

  1. #1
    Join Date
    Mar 2005
    Posts
    5

    Default Global filters in conf/web.xml

    I am landing into problems trying to add the acegi security filters in the conf/web.xml file.
    Basically I want global filters and not filter specifications in web.xml file of every war application.

    I added the <filter> and <filter-mapping> at the start of conf/web.xml file, and when the server starts up it just hangs and it doesn't even show any logs/errors. Basically the server doesn't come up at all.

    I have all the required jars in server/lib and common/lib.

    Any inputs would be of great help.

    Regards
    Arun

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Does the Contacts Sample work in your container? What container are you using? What is conf/web.xml (I presume just the standard Servlet Spec web.xml)? Please post your web.xml to the forum, and I can take a look for you.

Similar Threads

  1. Global errors
    By montana in forum Web
    Replies: 4
    Last Post: Jan 22nd, 2006, 04:29 AM
  2. Replies: 2
    Last Post: May 15th, 2005, 11:27 PM
  3. struts plugin / acegi filters
    By ctu in forum Web
    Replies: 0
    Last Post: Apr 10th, 2005, 05:31 AM
  4. Where to place global configuration settings?
    By vmarcinko in forum Container
    Replies: 5
    Last Post: Dec 31st, 2004, 05:11 PM
  5. Replies: 2
    Last Post: Oct 8th, 2004, 04:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •