• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

RAD 6 - CHKJ3008E: Missing or invalid WAR file error

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am facing a problem in migrating a web application to RAD6 .The applications works fine in WSAD 5.1

After importing, I get the following error in the web module

CHKJ3008E: Missing or invalid WAR file

I searched on google, it says the directory structure is not acceptable to RAD and we need to alter the WebContent folder name. but my RAD6 does not allow me to do that and gives error.


my directory struture(for web module) is :

RGUtilityJava

RGUtilityWeb
-source
-webApplication
-WEB-INF
...

Can someone please tell what should be done in this case.

Thanks
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try renaming your webApplication folder to WebContent.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic