0 Replies Latest reply on Jan 24, 2006 3:28 PM by leostar_77

    How to view a Basic Servlet

    leostar_77

      Hi Guys,
      Iam new to J2EE/JBOSS. Before I jump on war/ear/sar, Iam trying to view a very basic Servlet, which displays Hello World on JBOSS. Before moving on to JBOSS, on a standalone Tomcat server, I had enabled the root context and placed the class file on webapps/ROOT/WEB-INF/classes and could view it on the browser, how can I do the same on JBOSS? I see that JBOSS has a embedded Tomcat server on JBOSS_HOME/server/default/deploy/jbossweb-tomcat55.sar, but where do I put my class file?

      Thanks!