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 protected]> 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 protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com
>
> This email sent to [email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]