Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 配置 Tomcat 以使用属性文件加载数据库连接信息
我想在属性文件中设置一些值并将文件放在tomcat中的某个位置,因为属性文件的值是可变的。我将只提供战争文件和属性文件,客户将在使用应用程序时更改属性文件中的值。
mail.smtp.host=smtp.gmail.com mail.smtp.port= 465
这正是我的需要。我想为此设置mail.smtp.host值mail.smtp.port
mail.smtp.host
mail.smtp.port
我想从 servlet 访问这些值。
请帮我怎么做。
问候托尼
采用
servletContext.getRealPath("/");
然后你可以从tomcat导航到你的目录
另见