0 Replies Latest reply on Sep 2, 2002 11:59 AM by chojes

    jboss-3.0.1_tomcat-4.0.4 servlet problem

    chojes

      Hi all.

      I have a war file running on tomcat server. I just put that war file to server/default/deploy/ directory in Jboss-3.01_tomcat-4.04. The index.jsp page in war file works, because it is just a user interface. When I post that page to a servlet, jboss can't find it.
      My war file name is test.war
      I think, if I call servlet "test/loginProcess" instead of "/loginProcess", it may work.
      Is there a way that I can keep post url like "/loginProcess" ?