11 Replies Latest reply on Jul 4, 2002 9:04 AM by jules

    Dispatcher seems not to be working

    ampingbulabog

      Ive implemented a web application patterned after sun's mvc architecture. The problem is it would not work on JBoss 3 with Jetty. It works fine though with Jboss 2.4 and Tomcat 4 + Apache.

      Ive used an action objects to implement logins. Logins will be be forwarded to the actionservlet and the actionservlet will select the action class to be used. The actionservlet would then route the request to the appropriate screen. The problem is the routing seems not to be working. The template servlet is searching for the login screen which actually is the login.do where is submitted the form.

      Filters seems not to work also.

      Your help is greatly appreciated.

      thanks