|
From: William G. T. Jr. <wg...@rc...> - 2003-04-16 01:41:15
|
I would check these things: 1) file permissions are properly set 2) file name casing is correct (unix is case sensitive, NT is not) Kopylenko, Dmitry wrote: > Hello everybody. I just have a quick question. I'm trying to deploy the > Spring web app. on Jboss3.0.6/Tomcat 4.1.x on Solaris 8 OS. Locally (NT) > deploys ok, but on UNIX it throws the following: > parsing XML document for application context with display name [Root > WebApplicationContext'; nested exception is: > java.io.FileNotFoundException: /WEB-INF/applicationContext.xml (No > such file or directory) > > All the necessary files including applicationContext.xml are in the WEB-INF > for sure. Any suggestions. > > Thanks a lot. > > Dmitriy. > > > |