• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Deployment WAR problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deployment WAR problem


  • Subject: Re: Deployment WAR problem
  • From: Henrique Prange <email@hidden>
  • Date: Mon, 30 Dec 2013 21:19:49 -0200

Ron,

What is the name of the application JAR inside the lib folder? Do you have the following configuration for maven-war-plugin in your project’s pom.xml file?

<plugin>
   <artifactId>maven-war-plugin</artifactId>
   <configuration>
      <archiveClasses>true</archiveClasses>
      <outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
   </configuration>
</plugin>

Cheers,

Henrique

On 27/12/2013, at 07:42, Ron X <email@hidden> wrote:

Hello!

after deployment I have runtime exception:
Problem accessing /ronxapp/WebObjects/ronxapp.woa. Reason:

    Can't find application bundle. You can either define WOROOT, LOCALROOT and WOAINSTALLROOT as Java system properties (e.g. in your application server's launch script as command line arguments) or in the application Deployment Descriptor file (web.xml).

Caused by:

javax.servlet.UnavailableException: Can't find application bundle. You can either

but actually i setted this properties in web.xml !
Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Deployment WAR problem (From: Ron X <email@hidden>)

  • Prev by Date: Re: WAR Deployment Paths
  • Next by Date: failed to open database channel: Openbase
  • Previous by thread: Deployment WAR problem
  • Next by thread: AjaxModalDialog issue
  • Index(es):
    • Date
    • Thread