Here it is my setup inside server.xml of Tomcat 6:
<Context path="/continuum-webapp-1.1"
         docBase="webapps/continuum-webapp-1.1.war">

          <Resource name="jdbc/users"
                    auth="Container"
                    type="javax.sql.DataSource"
                    username="sa"
                    password=""
                    driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
                    url="jdbc:derby:database/users;create=true" />

          <Resource name="jdbc/continuum"
                    auth="Container"
                    type="javax.sql.DataSource"
                    username="sa"
                    password=""
                    driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
                    url="jdbc:derby:database/continuum;create=true" />

          <Resource name="mail/Session"
                    auth="Container"
                    type="javax.mail.Session"
                    mail.smtp.host="TRAIANO"
                    mail.smtp.port="25"/>
        </Context>

Need other things?
Thanks
Raffaele
-- 
View this message in context: 
http://www.nabble.com/The-project-was-not-built-because-no-changes-were-detected-in-sources-since-the-last-build.-tp18687862p18687944.html
Sent from the Continuum - Users mailing list archive at Nabble.com.

Reply via email to