0 Replies Latest reply on Jul 13, 2009 3:58 PM by jmchiaradia

    Hot deployment on Tomcat 6

      Hello,


      I'm new on Seam (about 2 month of using it) and I couldn't configure my seam project to work with hot-deployment on tomcat 6.


      On every page change I need to restart tomcat in order to reload the changes so I want avoid this with hot-deployment.


      Could you help me?.


      Here is my context.xml:



      <?xml version="1.0" encoding="UTF-8"?>
      <Context crossContext="true" debug="5" docBase="edsNotas" path="/edsNotas"
              reloadable="true">
              <Resource auth="Container" driverClassName="com.mysql.jdbc.Driver"
                      maxActive="20" maxIdle="10" maxWait="-1" name="jdbc/edsNotas" 
                      type="javax.sql.DataSource" url="jdbc:mysql://localhost:3306/edsNotas_db"
                      username="root" password=""/>
      </Context>
      



      I already have the debug mode enabled on components.xml:


      <core:init debug="true" />