1 Reply Latest reply on Dec 5, 2006 9:16 AM by infinity2heaven

    IDE 2.0beta - Tomcat server doesnt show  Web Modules

    infinity2heaven

      I can run my Tomcat on command line and all my web applications in /../webapps folder get deployed. However after configured a Tomcat 5.5 Server in JBOSS eclipse ide and
      1) I dont see any web modules to be added (the button is disabled)
      2) When I right click and click "Add or remove projects", it says "There are no projects that can be added"

      I notice that eclipse has create a "Servers" project in my workspace and created a catalina.policy, server.xml,tomcat-users,web.xml

      Now, how do I configure this to deploy all/a particular app in my webapps folder?

      -----

      Tomcat - 5.5.x
      Java - 1.5
      JBoss Eclipse IDE - 2.0beta

        • 1. Re: IDE 2.0beta - Tomcat server doesnt show  Web Modules
          infinity2heaven

          I couldnt fnd the reason but I believe the runtume config of Tomcat within JBossIDE is different than that of default tomcat install. (I dont know where it is even after looking in server.xml). The workaround for now is to click on Servers, in the config dialog click on web modules, add "external web module" and give the path to your webapp.

          This should deploy your webapp