0 Replies Latest reply on Nov 24, 2002 7:26 PM by casanova

    Deploy / Undeploy web apps in Tomcat 3.2.2 via 8082

    casanova

      Hi,

      Using JBoss 2.4 / Tomcat 3.2.2 / MySQL 3.3 / TeaServlet (http://teatrove.sourceforge.net)
      Perhaps my previous message should have been presented differently. In the JBoss admin console (port 8082), there is a link to the embedded tomcat service, in which there are options to deploy, undeploy and check the deployment status of web apps.

      I can't find information in the doco, or on the web about the syntax to enter here. The reason I want to do this is that I have developed web apps using TeaServlet, which can't be hot deployed because it's properties file requires an absolute path to set up it's classpath etc. (If anyone knows of a way to specify the JBoss classpath in server.xml docs, or props files that would be great).

      Can this function in the admin console be used to deploy/undeploy/redeploy web apps under Tomcat's webapps directory, or can it only be used for wars? Either way, what's the correct syntax for doing so?

      Thanks - any help or info would be greatly appreciated.