Hi I am externalizing the configuration properties in Spring by using a seperate properties file."data.properties" and then I configure the following bean in my bean wiring file:
But on deploying this war on WebLogic 8 .I am getting following problem : Exception:weblogic.management.ApplicationException: start() failed. Module: ITdata Error: weblogic.management.DeploymentException: Could not load properties; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/data.properties] - with nested exception: [java.io.FileNotFoundException: Could not open ServletContext resource [/data.properties]]
Should i put under src or inWebrrot/web-inf/classes?
hi, i think question is not clear to You My question is that whetherWebLogic server can act as Web server or application server or both? Now if we talk about IIS server, it is Web server, not an application server .What about Bea/WebLogic server?
I want to get the driver name and other information about oracle(ora92) that i am using. Is there any command that gives all the information about mysql? Can anyone help me out?
hi to run java program, what complete path and classpath to be set as an enivronment variable. Also tell me ,what value should be set for JAVA_home and why JAVA_HOME is needed
While submitting page from Html to Servlet, how can i determine the request type whether it is get/post [ February 09, 2007: Message edited by: Bear Bibeault ]