1 Reply Latest reply on Jan 19, 2004 4:56 AM by darranl

    servlet folder

    new_fire

      Hello,
      i have a problem with my jboss. Since i use an integrated jboss with tomcat, i cannot execute servlets. If i start tomcat as standalone it does, but with jboss no chance. I guess it might be the tomcat41-serivce.xml which has to modify?But i really dont know what. I changed connnector className to .....CoyoteConnector, which was previously a htttpconnector, but it doesnt help. I am using win2000spck3 and my servlet directory is the work directory of tomcat...

        • 1. Re: servlet folder
          darranl

          To run servlets in JBoss with an integrated Tomcat :-

          Install a clean JBoss installation with no changes to the configuration files.

          Start JBoss with run script to start default config.

          Package your servlet into a war archive.

          Place your archive in {jboss.home}/server/default/deploy (JBoss should now deploy it)

          Assuming your war archive was called MyServlet access it through http://localhost:8080/MyServlet