0 Replies Latest reply on Aug 10, 2011 10:25 PM by yinyue_1977

    <HELP>JBOSS 3.2.7 to 5.1.0.GA

    yinyue_1977

      Before, I used JBOSS 3.2.7.

      I put the ear file into jboss\server\default\deploy\.

      And put other jar file into jboss\server\default\deploy\jbossweb-tomcat50.sar\ROOT.war

      Client user can download one jar file from server and can access web's servlet by it.

       

      Now, I need to upgrade to JBOSS 5.1.0.GA.

      I put jar files into jboss-5.1.0.GA\server\default\deploy\ROOT.war

      Modified the web.xml which is in jboss-5.1.0.GA\server\default\deploy\ROOT.war\WEB-INF

      Modified the application.xml, add a jboss-app.xml and recompiled the ear file.

       

      By now, I can run JBOSS 5.1.0 normally and can run the jar file after download from server.

      But the jar file can't access web's servlet.

      There's not error message in the jboss console.

      I just can find the follow message in the localhost_access_log

      "POST /twrweb/twrservlet HTTP/1.1" 404 985

       

      It would be great full if somebody tell me point wise.

      Don't mind I am new to Jboss.