• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Deploying ear in Websphere 5.0.2

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Can anyone shed some light on the following?
I've got an EAR file which we created via the AAT. We deployed it in Websphere without any problems. We then changed a few things in the EAR via the AAT:
1. The display name for the application. From xmap.ear to xmap
2. The File name for the web module. From xmap.war to xmap.
We saved the file and then deployed it via Websphere admin console.
We saved the changes etc. and restarted the server. Looking in the system.out log file I get a problem regarding a missing file. For some reason, Websphere is looking for the following:
C:\...\WebSphere\AppServer\config\cells\my_machine\applications\xmap.ear.ear\...
The directory xmap.ear.ear doesn't exist!!! (xmap.ear does however)
I've searched through various files looking for this, but I can't find out why Websphere is looking for this particular directory. I've deinstalled/reinstalled many times and I always get the same problem.
Has anybody seen the same problem, or have any ideas what I can do?
Many thanks in advance,
Andy Lawson.
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
are you deleting the original enterprise app & recreating it?? pls clarify
 
A wop bop a lu bop a womp bam boom! Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic