0 Replies Latest reply on Feb 10, 2004 12:53 AM by harsh_pandit

    how to run servlet in jbos-3.2.3

    harsh_pandit

      I am new user of jboss-3.2.3 and I have no idea about how to run servlet in JBOSS-3.2.3.
      Where the servlet class file is deployed and how to access it.
      means in tomcat 4.0
      If we put servletclass file into
      \examples\WEB-INF\Classes\xyz.class
      and we call this file to
      http://localhost:8080/example/servlet/xyz
      then it works .
      But how to run this same class file into jboss-3.2.3.
      thanks.