RE: Re: off subject ANT

2001-11-14 Thread Tom Tibbetts

They are all 'WEB-INF' and work fine when exploded directly into the WL 
file structure

At 12:02 PM 11/14/2001 -0500, you wrote:
>Open your war file and make sure the directory naming structure is 
>correct.  I rememeber using a war where "WEB-INF" and "web-inf" 
>directories existed which fails on case sensitivity.
>
>Tom Tibbetts <[EMAIL PROTECTED]> wrote:
>
> >Yes, it does have the manifest file.  It is generated by ANT.  BTW, I'm
> >using the  task.  There is nothing really of import in the
> >manifest file generated by either jar or ant; just a 2 line signature.
> >
> >
> >
> >At 12:55 PM 11/13/2001 -0300, you wrote:
> >>Tom, does the WAR file generated by ANT lack the Manifest file?
> >>
> >>As far as I know, it is not optional, but REQUIRED; otherwise, the app will
> >>not work.
> >>
> >>Hope it helps
> >>
> >>Luis
> >>
> >>- Original Message -
> >>From: "Tom Tibbetts" <[EMAIL PROTECTED]>
> >>To: <[EMAIL PROTECTED]>
> >>Sent: Wednesday, November 14, 2001 12:40 PM
> >>Subject: off subject ANT
> >>
> >>
> >> > Hi All, I know this is outside of Struts, but there seem to be a lot of
> >>Ant
> >> > users here and I'm not getting any useable answers to an Ant question I
> >> > have from the ANT user's list.
> >> >
> >> > Basically, the problem I have is that I'm using ANT to generate a 
> WAR file
> >> > for deployment under Weblogic 6.1.  It generates the WAR just 
> fine.  When
> >>I
> >> > go to deploy, my startup servlet can't find a properties file that I
> >> > have.  If I generate the WAR by hand using jar, with an identical file
> >> > structure, the WAR deploys perfectly.  Looking inside the two WARs I 
> can't
> >> > see any difference between the two except for the minimalist 
> manifest file
> >> > which is to be expected.  I've even tried turning off compression in ANT
> >>to
> >> > no avail.  Also, if I take the ANT generated WAR and unzip it directly
> >>into
> >> > the weblogic file structure, it works fine.  I'm wracking my brains over
> >> > this one.  Can someone help??? Thanks in advance, Tom Tibbetts
> >> >
> >> >
> >> > --
> >> > To unsubscribe, e-mail:
> >><mailto:[EMAIL PROTECTED]>
> >> > For additional commands, e-mail:
> >><mailto:[EMAIL PROTECTED]>
> >> >
> >> >
> >>
> >>
> >>--
> >>To unsubscribe, 
> e-mail:   <mailto:[EMAIL PROTECTED]>
> >>For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> >
> >
> >--
> >To unsubscribe, 
> e-mail:   <mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
>__
>Your favorite stores, helpful shopping tools and great gift ideas. 
>Experience the convenience of buying online with Shop@Netscape! 
>http://shopnow.netscape.com/
>
>Get your own FREE, personal Netscape Mail account today at 
>http://webmail.netscape.com/
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Re: off subject ANT

2001-11-14 Thread Steve Bendiola

Open your war file and make sure the directory naming structure is correct.  I 
rememeber using a war where "WEB-INF" and "web-inf" directories existed which fails on 
case sensitivity.

Tom Tibbetts <[EMAIL PROTECTED]> wrote:

>Yes, it does have the manifest file.  It is generated by ANT.  BTW, I'm 
>using the  task.  There is nothing really of import in the 
>manifest file generated by either jar or ant; just a 2 line signature.
>
>
>
>At 12:55 PM 11/13/2001 -0300, you wrote:
>>Tom, does the WAR file generated by ANT lack the Manifest file?
>>
>>As far as I know, it is not optional, but REQUIRED; otherwise, the app will
>>not work.
>>
>>Hope it helps
>>
>>Luis
>>
>>- Original Message -
>>From: "Tom Tibbetts" <[EMAIL PROTECTED]>
>>To: <[EMAIL PROTECTED]>
>>Sent: Wednesday, November 14, 2001 12:40 PM
>>Subject: off subject ANT
>>
>>
>> > Hi All, I know this is outside of Struts, but there seem to be a lot of
>>Ant
>> > users here and I'm not getting any useable answers to an Ant question I
>> > have from the ANT user's list.
>> >
>> > Basically, the problem I have is that I'm using ANT to generate a WAR file
>> > for deployment under Weblogic 6.1.  It generates the WAR just fine.  When
>>I
>> > go to deploy, my startup servlet can't find a properties file that I
>> > have.  If I generate the WAR by hand using jar, with an identical file
>> > structure, the WAR deploys perfectly.  Looking inside the two WARs I can't
>> > see any difference between the two except for the minimalist manifest file
>> > which is to be expected.  I've even tried turning off compression in ANT
>>to
>> > no avail.  Also, if I take the ANT generated WAR and unzip it directly
>>into
>> > the weblogic file structure, it works fine.  I'm wracking my brains over
>> > this one.  Can someone help??? Thanks in advance, Tom Tibbetts
>> >
>> >
>> > --
>> > To unsubscribe, e-mail:
>><mailto:[EMAIL PROTECTED]>
>> > For additional commands, e-mail:
>><mailto:[EMAIL PROTECTED]>
>> >
>> >
>>
>>
>>--
>>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


__
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: off subject ANT

2001-11-14 Thread Tom Tibbetts

I tried it under Tomcat, and it looks like it finds my properties file 
o.k.  This is probably not a good test since Tomcat unzips the war during 
deployment.

At 05:23 PM 11/14/2001 +0100, you wrote:
>Does the .war file work with other app'servers and does the problem only
>occur with WL, or is it a general problem with your .war file?
>I am using the  task with JBoss and it works perfectly.
>
>-moritz.
>
> > -Original Message-
> > From: Tom Tibbetts [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, November 14, 2001 5:15 PM
> > To: Struts Users Mailing List
> > Subject: Re: off subject ANT
> >
> >
> > Yes, it does have the manifest file.  It is generated by ANT.  BTW, I'm
> > using the  task.  There is nothing really of import in the
> > manifest file generated by either jar or ant; just a 2 line signature.
> >
> >
> >
> > At 12:55 PM 11/13/2001 -0300, you wrote:
> > >Tom, does the WAR file generated by ANT lack the Manifest file?
> > >
> > >As far as I know, it is not optional, but REQUIRED; otherwise,
> > the app will
> > >not work.
> > >
> > >Hope it helps
> > >
> > >Luis
> > >
> > >- Original Message -
> > >From: "Tom Tibbetts" <[EMAIL PROTECTED]>
> > >To: <[EMAIL PROTECTED]>
> > >Sent: Wednesday, November 14, 2001 12:40 PM
> > >Subject: off subject ANT
> > >
> > >
> > > > Hi All, I know this is outside of Struts, but there seem to
> > be a lot of
> > >Ant
> > > > users here and I'm not getting any useable answers to an Ant
> > question I
> > > > have from the ANT user's list.
> > > >
> > > > Basically, the problem I have is that I'm using ANT to
> > generate a WAR file
> > > > for deployment under Weblogic 6.1.  It generates the WAR just
> > fine.  When
> > >I
> > > > go to deploy, my startup servlet can't find a properties file that I
> > > > have.  If I generate the WAR by hand using jar, with an identical file
> > > > structure, the WAR deploys perfectly.  Looking inside the two
> > WARs I can't
> > > > see any difference between the two except for the minimalist
> > manifest file
> > > > which is to be expected.  I've even tried turning off
> > compression in ANT
> > >to
> > > > no avail.  Also, if I take the ANT generated WAR and unzip it directly
> > >into
> > > > the weblogic file structure, it works fine.  I'm wracking my
> > brains over
> > > > this one.  Can someone help??? Thanks in advance, Tom Tibbetts
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > ><mailto:[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > ><mailto:[EMAIL PROTECTED]>
> > > >
> > > >
> > >
> > >
> > >--
> > >To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: off subject ANT

2001-11-14 Thread Ajay Chitre

I am using the  task myself and deploying the war file under Weblogic
5.1.  It works fine.  I am using Ant 1.4.

If possible give us your  script.  Thanks.


-- Original Message --

>Does the .war file work with other app'servers and does the problem only
>occur with WL, or is it a general problem with your .war file?
>I am using the  task with JBoss and it works perfectly.
>
>-moritz.
>
>> -Original Message-
>> From: Tom Tibbetts [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, November 14, 2001 5:15 PM
>> To: Struts Users Mailing List
>> Subject: Re: off subject ANT
>>
>>
>> Yes, it does have the manifest file.  It is generated by ANT.  BTW, I'm
>> using the  task.  There is nothing really of import in the
>> manifest file generated by either jar or ant; just a 2 line signature.
>>
>>
>>
>> At 12:55 PM 11/13/2001 -0300, you wrote:
>> >Tom, does the WAR file generated by ANT lack the Manifest file?
>> >
>> >As far as I know, it is not optional, but REQUIRED; otherwise,
>> the app will
>> >not work.
>> >
>> >Hope it helps
>> >
>> >Luis
>> >
>> >- Original Message -
>> >From: "Tom Tibbetts" <[EMAIL PROTECTED]>
>> >To: <[EMAIL PROTECTED]>
>> >Sent: Wednesday, November 14, 2001 12:40 PM
>> >Subject: off subject ANT
>> >
>> >
>> > > Hi All, I know this is outside of Struts, but there seem to
>> be a lot of
>> >Ant
>> > > users here and I'm not getting any useable answers to an Ant
>> question I
>> > > have from the ANT user's list.
>> > >
>> > > Basically, the problem I have is that I'm using ANT to
>> generate a WAR file
>> > > for deployment under Weblogic 6.1.  It generates the WAR just
>> fine.  When
>> >I
>> > > go to deploy, my startup servlet can't find a properties file that
>I
>> > > have.  If I generate the WAR by hand using jar, with an identical
file
>> > > structure, the WAR deploys perfectly.  Looking inside the two
>> WARs I can't
>> > > see any difference between the two except for the minimalist
>> manifest file
>> > > which is to be expected.  I've even tried turning off
>> compression in ANT
>> >to
>> > > no avail.  Also, if I take the ANT generated WAR and unzip it directly
>> >into
>> > > the weblogic file structure, it works fine.  I'm wracking my
>> brains over
>> > > this one.  Can someone help??? Thanks in advance, Tom Tibbetts
>> > >
>> > >
>> > > --
>> > > To unsubscribe, e-mail:
>> ><mailto:[EMAIL PROTECTED]>
>> > > For additional commands, e-mail:
>> ><mailto:[EMAIL PROTECTED]>
>> > >
>> > >
>> >
>> >
>> >--
>> >To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>

Ajay Chitre

Diligent Team, Inc.
(Where Diligent People Work as a Team)

http://www.DiligentTeam.com



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: off subject ANT

2001-11-14 Thread Tom Tibbetts

Not sure what you mean by permissions.  The servlet starts up, goes to read 
the properties file, then it can't find it.  In both the Ant generated and 
hand generated WARs, the file attributes are the same.

At 08:07 AM 11/14/2001 -0800, you wrote:
>just a quick thought: is it permissions?  (I may have
>missed your intention)
>
>Sandeep
>--- Tom Tibbetts <[EMAIL PROTECTED]> wrote:
> > Hi All, I know this is outside of Struts, but there
> > seem to be a lot of Ant
> > users here and I'm not getting any useable answers
> > to an Ant question I
> > have from the ANT user's list.
> >
> > Basically, the problem I have is that I'm using ANT
> > to generate a WAR file
> > for deployment under Weblogic 6.1.  It generates the
> > WAR just fine.  When I
> > go to deploy, my startup servlet can't find a
> > properties file that I
> > have.  If I generate the WAR by hand using jar, with
> > an identical file
> > structure, the WAR deploys perfectly.  Looking
> > inside the two WARs I can't
> > see any difference between the two except for the
> > minimalist manifest file
> > which is to be expected.  I've even tried turning
> > off compression in ANT to
> > no avail.  Also, if I take the ANT generated WAR and
> > unzip it directly into
> > the weblogic file structure, it works fine.  I'm
> > wracking my brains over
> > this one.  Can someone help??? Thanks in advance,
> > Tom Tibbetts
> >
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
>
>
>__
>Do You Yahoo!?
>Find the one for you at Yahoo! Personals
>http://personals.yahoo.com
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: off subject ANT

2001-11-14 Thread moritz petersen

Does the .war file work with other app'servers and does the problem only
occur with WL, or is it a general problem with your .war file?
I am using the  task with JBoss and it works perfectly.

-moritz.

> -Original Message-
> From: Tom Tibbetts [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 14, 2001 5:15 PM
> To: Struts Users Mailing List
> Subject: Re: off subject ANT
>
>
> Yes, it does have the manifest file.  It is generated by ANT.  BTW, I'm
> using the  task.  There is nothing really of import in the
> manifest file generated by either jar or ant; just a 2 line signature.
>
>
>
> At 12:55 PM 11/13/2001 -0300, you wrote:
> >Tom, does the WAR file generated by ANT lack the Manifest file?
> >
> >As far as I know, it is not optional, but REQUIRED; otherwise,
> the app will
> >not work.
> >
> >Hope it helps
> >
> >Luis
> >
> >- Original Message -
> >From: "Tom Tibbetts" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Wednesday, November 14, 2001 12:40 PM
> >Subject: off subject ANT
> >
> >
> > > Hi All, I know this is outside of Struts, but there seem to
> be a lot of
> >Ant
> > > users here and I'm not getting any useable answers to an Ant
> question I
> > > have from the ANT user's list.
> > >
> > > Basically, the problem I have is that I'm using ANT to
> generate a WAR file
> > > for deployment under Weblogic 6.1.  It generates the WAR just
> fine.  When
> >I
> > > go to deploy, my startup servlet can't find a properties file that I
> > > have.  If I generate the WAR by hand using jar, with an identical file
> > > structure, the WAR deploys perfectly.  Looking inside the two
> WARs I can't
> > > see any difference between the two except for the minimalist
> manifest file
> > > which is to be expected.  I've even tried turning off
> compression in ANT
> >to
> > > no avail.  Also, if I take the ANT generated WAR and unzip it directly
> >into
> > > the weblogic file structure, it works fine.  I'm wracking my
> brains over
> > > this one.  Can someone help??? Thanks in advance, Tom Tibbetts
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> ><mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> ><mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> >
> >--
> >To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: off subject ANT

2001-11-14 Thread Tom Tibbetts

Yes, it does have the manifest file.  It is generated by ANT.  BTW, I'm 
using the  task.  There is nothing really of import in the 
manifest file generated by either jar or ant; just a 2 line signature.



At 12:55 PM 11/13/2001 -0300, you wrote:
>Tom, does the WAR file generated by ANT lack the Manifest file?
>
>As far as I know, it is not optional, but REQUIRED; otherwise, the app will
>not work.
>
>Hope it helps
>
>Luis
>
>- Original Message -
>From: "Tom Tibbetts" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, November 14, 2001 12:40 PM
>Subject: off subject ANT
>
>
> > Hi All, I know this is outside of Struts, but there seem to be a lot of
>Ant
> > users here and I'm not getting any useable answers to an Ant question I
> > have from the ANT user's list.
> >
> > Basically, the problem I have is that I'm using ANT to generate a WAR file
> > for deployment under Weblogic 6.1.  It generates the WAR just fine.  When
>I
> > go to deploy, my startup servlet can't find a properties file that I
> > have.  If I generate the WAR by hand using jar, with an identical file
> > structure, the WAR deploys perfectly.  Looking inside the two WARs I can't
> > see any difference between the two except for the minimalist manifest file
> > which is to be expected.  I've even tried turning off compression in ANT
>to
> > no avail.  Also, if I take the ANT generated WAR and unzip it directly
>into
> > the weblogic file structure, it works fine.  I'm wracking my brains over
> > this one.  Can someone help??? Thanks in advance, Tom Tibbetts
> >
> >
> > --
> > To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
> >
> >
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: off subject ANT

2001-11-14 Thread Sandeep Takhar

just a quick thought: is it permissions?  (I may have
missed your intention)

Sandeep
--- Tom Tibbetts <[EMAIL PROTECTED]> wrote:
> Hi All, I know this is outside of Struts, but there
> seem to be a lot of Ant 
> users here and I'm not getting any useable answers
> to an Ant question I 
> have from the ANT user's list.
> 
> Basically, the problem I have is that I'm using ANT
> to generate a WAR file 
> for deployment under Weblogic 6.1.  It generates the
> WAR just fine.  When I 
> go to deploy, my startup servlet can't find a
> properties file that I 
> have.  If I generate the WAR by hand using jar, with
> an identical file 
> structure, the WAR deploys perfectly.  Looking
> inside the two WARs I can't 
> see any difference between the two except for the
> minimalist manifest file 
> which is to be expected.  I've even tried turning
> off compression in ANT to 
> no avail.  Also, if I take the ANT generated WAR and
> unzip it directly into 
> the weblogic file structure, it works fine.  I'm
> wracking my brains over 
> this one.  Can someone help??? Thanks in advance,
> Tom Tibbetts
> 
> 
> --
> To unsubscribe, e-mail:  
> 
> For additional commands, e-mail:
> 
> 


__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: off subject ANT

2001-11-14 Thread Luis M. Rosso

Tom, does the WAR file generated by ANT lack the Manifest file?

As far as I know, it is not optional, but REQUIRED; otherwise, the app will
not work.

Hope it helps

Luis

- Original Message -
From: "Tom Tibbetts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 14, 2001 12:40 PM
Subject: off subject ANT


> Hi All, I know this is outside of Struts, but there seem to be a lot of
Ant
> users here and I'm not getting any useable answers to an Ant question I
> have from the ANT user's list.
>
> Basically, the problem I have is that I'm using ANT to generate a WAR file
> for deployment under Weblogic 6.1.  It generates the WAR just fine.  When
I
> go to deploy, my startup servlet can't find a properties file that I
> have.  If I generate the WAR by hand using jar, with an identical file
> structure, the WAR deploys perfectly.  Looking inside the two WARs I can't
> see any difference between the two except for the minimalist manifest file
> which is to be expected.  I've even tried turning off compression in ANT
to
> no avail.  Also, if I take the ANT generated WAR and unzip it directly
into
> the weblogic file structure, it works fine.  I'm wracking my brains over
> this one.  Can someone help??? Thanks in advance, Tom Tibbetts
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




off subject ANT

2001-11-14 Thread Tom Tibbetts

Hi All, I know this is outside of Struts, but there seem to be a lot of Ant 
users here and I'm not getting any useable answers to an Ant question I 
have from the ANT user's list.

Basically, the problem I have is that I'm using ANT to generate a WAR file 
for deployment under Weblogic 6.1.  It generates the WAR just fine.  When I 
go to deploy, my startup servlet can't find a properties file that I 
have.  If I generate the WAR by hand using jar, with an identical file 
structure, the WAR deploys perfectly.  Looking inside the two WARs I can't 
see any difference between the two except for the minimalist manifest file 
which is to be expected.  I've even tried turning off compression in ANT to 
no avail.  Also, if I take the ANT generated WAR and unzip it directly into 
the weblogic file structure, it works fine.  I'm wracking my brains over 
this one.  Can someone help??? Thanks in advance, Tom Tibbetts


--
To unsubscribe, e-mail:   
For additional commands, e-mail: