• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deployment issues while deploying EAR file

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everybody,
I am trying to deploy a EAR file in the Application server,but iam getting the following compilation error while deploying it.The erraor is as follows:

An error occurred while redeploying application "CommID". Base Exception:
Jar file: /tmp/jar37868.tmp is missing its standard xml descriptor located at WEB-INF/web.xml

I have tried to redploy and again newly deploy the ear file but i am still getting the same error.Can You Please help.


Regards
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Manish,
Welcome to JavaRanch.

Tomcat doesn't support EAR file deployment.
What container are you using?
 
manish satyam
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ben,
I am using Weblogic server for the purpose of deployment.If you could guide me where to post my question or if you could give me some good advice on this problem it will be great.

Thanks
Manish
 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please add your question BEA/Weblogic forum and mention the version of weblogic you are using and also copy-paste the exception you are getting.
 
manish satyam
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Bea Weblogic 8.1

The error is as follows--->

An error occurred while redeploying application "CommID". Base Exception:
Jar file: /tmp/jar37868.tmp is missing its standard xml descriptor located at WEB-INF/web.xml

I have tried to redploy and again newly deploy the ear file but i am still getting the same error.Can You Please help.


Regards
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic