why pallada want to modify my config file ?
when debug a web project,
pallada want to modify or override an existing config file of webapp , pls.
don't do that, this is my config file:
:)
factory
org.apache.commons.dbcp.BasicDataSourceFactory
driverClassName
com.sybase.jdbc2.jdbc.SybDriver
url
jdbc:sybase:Tds:182.119.14.51:4100
username
personbank
password
personbank
maxActive
20
maxIdle
10
maxWait
10000
CHARSET
cp936
LANGUAGE
en_US
]]>
请先登录再写评论。
I think I hava to set it read only
On 2004-06-08 03:20:40 -0400, Dragon <no_mail@jetbrains.com> said:
I think it's supposed to copy it (back it up) first, there was bug
filed for that not sure if it's fixed in 2097 or not.
R
Looks fixed in the latest release (according to the bug reports)
Robert Sfeir wrote:
>> I think I hava to set it read only
We need to modify config files in order to start server properly. In IDEA 4.0 we created tepmrorary base directory and copied configuration files there. But it seems it's better to start server inplace, so it will work the same with or without IDEA.