sue sen

Greenhorn
+ Follow
since Jun 23, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sue sen

Hi all,

I have a really peculiar problem. When I deployed my app as a .war file in WL 8.1 it ran fine. But doing the same on WL 9.1 does not invoke the listener class. Does the web.xml need to be configured differently for WL 9.1.

Any help will be appreciated!

Thanks.

-Sue
18 years ago
All right..got this fixed. Thanks to anyone who may have stopped by
18 years ago
Hi all,

I'm using Apache Ant version 1.6.5 and I get the error Unexpected element "{}war".

My code is as follows -

<war destfile="myapp.war" webxml="../Webroot/WEB-INF/web.xml">
<fileset dir="../Webroot"/>
<fileset dir="../Webroot/admin"/>
<fileset dir="../Webroot/conf"/>
<fileset dir="../Webroot/css"/>
<fileset dir="../Webroot/images"/>
<fileset dir="../Webroot/resources"/>
<fileset dir="../Webroot/scripts"/>
<lib dir="../WebRoot/WEB-INF/lib"/>
<classes dir="../WebRoot/WEB-INF/classes"/>
</war>

My build.xml exists in the root directory in a folder called buid

Any help will be appreciated. Hurry please

Thanks!
18 years ago