Hi guys,
I really need your help very badly. I have an existing application
running on Resin server and I want to deploy Axis2 on the Resin Server.
What I did was to drop the axis2.war on the webapps folder inside resin
(resin/webapps). My problem is that when I started our application, I
got the below error:
[15:40:05.843] WebApp[http://localhost:90/axis] starting
[15:40:07.859] WebApp[http://localhost:90/axis2] starting
*[15:40:19.609] com.caucho.config.ConfigException: java.io
<http://java.io.Fi>.FileNotFoundException:\\usr\local\resin\lib\resin.jar
(The network path was not found)*
[15:40:19.609] at
com.caucho.config.TypeStrategyFactory.init(TypeStrategyFactory.java:162)
When I removed axis2.war, I was able to successfully start our
application so I am certain that it's axis2.war that is causing this
problem. From the given logs above, \\usr\local\resin\lib\resin.jar is
really an invalid directory because it should
be \usr\local\resin\lib\resin.jar.Does anybody knows how to resolve this
problem? This issue is bugging for days already.
Thanks in advance for your help.
-Claire