find the file "env.properties" at WEB-INF/classes/ and if you don't have then create a file with same name as "env.properties" at WEB-INF/classes/ and copy paste the below content and modify the content according your settings
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#
# Mango - Open Source M2M - http://mango.serotoninsoftware.com
# Copyright (C) 2006-2009 Serotonin Software Technologies Inc.
# @author Matthew Lohbihler
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
db.type=mysql
db.url=jdbc:mysql://localhost:3306/suraj
db.username=root
db.password=ashu234
db.pool.maxActive=10
db.pool.maxIdle=10
grove.url=http://mango.serotoninsoftware.com/servlet
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
This message was edited 1 time. Last update was at 18/02/2010 05:27:36
|