K
Kermit Piper
Hello,
I cannot seem to get a response from the forums at JBoss.org, so I
thought I'd try here. I have a properties file (test.properties)
located here:
C:\jboss\server\default\deploy\test.war\config
Here is a sample from the file:
##############################################
#
# General Properties File for TEST Application
#
##############################################
# database properties
test.db_servername=TEST
test.db_databasename=DEV
test.db_username=xx
test.db_password=xxxxxx
When I start JBoss I get these errors:
17:12:57,370 INFO [STDOUT] PropertiesManager:
getAttribute(test.db_servername): property not found in
C:\jboss\bin\..\webapps\test\config\test.properties
17:12:57,370 INFO [STDOUT] PropertiesManager:
getAttribute(test.db_databasename): property not found in
C:\jboss\bin\..\webapps\test\config\test.properties
17:12:57,370 INFO [STDOUT] PropertiesManager:
getAttribute(test.db_username): property not found in
C:\jboss\bin\..\webapps\test\config\test.properties
17:12:57,370 INFO [STDOUT] PropertiesManager:
getAttribute(test.db_password): property not found in
C:\jboss\bin\..\webapps\test\config\test.properties
17:12:57,495 INFO [STDOUT] PropertiesManager:
getAttribute(test.testds_initial_pool_size): property not found in
C:\jboss\ bin\..\webapps\test\config\test.properties
Can someone please explain to me what I'm doing wrong as far as the way
JBoss reads properties files? I've migrated this webapp from
astandalone version of Tomcat to run on embedded Tomcat in JBoss. Any
help would be greatly appreciated.
Thanks,
KP
I cannot seem to get a response from the forums at JBoss.org, so I
thought I'd try here. I have a properties file (test.properties)
located here:
C:\jboss\server\default\deploy\test.war\config
Here is a sample from the file:
##############################################
#
# General Properties File for TEST Application
#
##############################################
# database properties
test.db_servername=TEST
test.db_databasename=DEV
test.db_username=xx
test.db_password=xxxxxx
When I start JBoss I get these errors:
17:12:57,370 INFO [STDOUT] PropertiesManager:
getAttribute(test.db_servername): property not found in
C:\jboss\bin\..\webapps\test\config\test.properties
17:12:57,370 INFO [STDOUT] PropertiesManager:
getAttribute(test.db_databasename): property not found in
C:\jboss\bin\..\webapps\test\config\test.properties
17:12:57,370 INFO [STDOUT] PropertiesManager:
getAttribute(test.db_username): property not found in
C:\jboss\bin\..\webapps\test\config\test.properties
17:12:57,370 INFO [STDOUT] PropertiesManager:
getAttribute(test.db_password): property not found in
C:\jboss\bin\..\webapps\test\config\test.properties
17:12:57,495 INFO [STDOUT] PropertiesManager:
getAttribute(test.testds_initial_pool_size): property not found in
C:\jboss\ bin\..\webapps\test\config\test.properties
Can someone please explain to me what I'm doing wrong as far as the way
JBoss reads properties files? I've migrated this webapp from
astandalone version of Tomcat to run on embedded Tomcat in JBoss. Any
help would be greatly appreciated.
Thanks,
KP