fyntadryg
Programmer
- Apr 8, 2009
- 1
There is tomcat, and application under tomcat. Application is using file server.properties. It is located here: D:\tomcat\webapps\axis2\WEB-INF\classes\ and application see it. I need to move this file to D:\tomcat\configuration\ but can't do it correct because after removing i have FileNotFoundException. I've set environment variable CLATHPATH to this folder (and in application i had applicationContext.xml and in it <contextroperty-placeholder location="classpath:server.properties" />)), but nothing is changed. How to set classpath correctly for my app or how to teach it to see server.properties?