1 Reply Latest reply on Oct 20, 2008 8:12 PM by luxspes

    Deploy to Tomcat

    hubaghdadi

      Hey,
      I generated a Seam skeleton war application via seam-gen tool.
      I want to deploy the application on Tomcat not JBoss AS.
      The only thing that I have to change is build.xml file, right?
      replace jboss.home with tomcat.home and remove the datasource target.
      Thanks.