2 Replies Latest reply on Jun 26, 2008 12:58 AM by dilipreddy

    Access a servlet from deployed portlet war

      I'm deploying a portlet along with a servlet in my war to:

      JBOSS_HOME/server/default/deploy

      When I try accessing it I get a 404 error. Assuming my war is named test.war and my servlet path is test.test, should the url below be the correct url, or should it be something else?

      http://localhost:8080/test/test.test

      Thanks!