| Author |
ADMA5065E: Exception in FileMergeTask during file update
|
|
|
| Hi, I am evaluating Websphere 6.0. I have successfully deployed my own web-app (war). Now I would like to update a single file of it, eg. the web.xml.
However when I do this I get the following error:
ADMA5065E: Exception in FileMergeTask java.lang.NullPointerException.
I am sure that my relative path is corect.
If I try this with the PlantsByWebsphere sample app, it works.
Can you help?
Thanks
Michael
| |
| Ken Hygh 2005-11-14, 5:58 pm |
| docware@hotmail.com wrote:
>Hi, I am evaluating Websphere 6.0. I have successfully deployed my own web-app (war). Now I would like to update a single file of it, eg. the web.xml.
>However when I do this I get the following error:
>ADMA5065E: Exception in FileMergeTask java.lang.NullPointerException.
>I am sure that my relative path is corect.
>If I try this with the PlantsByWebsphere sample app, it works.
>Can you help?
>Thanks
>Michael
>
>
What's the full path of the .war file you changed? Are you running ND?
Ken
| |
|
| Hi Ken
This is the full path to my web-app
C:\WebSphere\AppServer\profiles\AppSrv01
\installedApps\vmware-w2003sNode01Cell\3_18_16_war.ear\3.18.16.war\WEB-INF
What is ND?
Thanks for your help
| |
|
| Of course this path
C:\WebSphere\AppServer\profiles\AppSrv01
\installedApps\vmware-w2003sNode01Cell\3_18_16_war.ear\3.18.16.war
| |
| Ken Hygh 2005-11-15, 7:55 am |
| docware@hotmail.com wrote:
>Hi Ken
>
>This is the full path to my web-app
> C:\WebSphere\AppServer\profiles\AppSrv01
\installedApps\vmware-w2003sNode01Cell\3_18_16_war.ear\3.18.16.war\WEB-INF
>
>What is ND?
>
>Thanks for your help
>
>
I think you need to change the one under
profiles/AppServ01/config/cells/<cellname>/applications/<ear>/deployments/...
ND is Network Deployment, the multi-node edition of WebSphere. Which
will overwrite from the Deployment Manager any changes you make locally.
Ken
| |
|
| Would an experienced Websphere admin always update the file directly in the file system rather than by using the admin console?
Michael
|
|
|
|