I've got just another question in this area: is it allowed by license
and all to distribute such an "web app added to Axis" .war to customers?
I mean, at the end you distribute your code AND Axis. I guess you have
to add something like "This product includes software developed by the
Apache Software Foundation." in the readme and include the license file,
but you don't have to offer your code for the web app, or?

What are the reasons for Axis to not include in the distribution the
activation.jar file from Sun JAF? Maybe some license stuff?

BTW: I tried my stuff without activation.jar. The happyaxis page tells
me "Axis will not work" because of this file missing. But my simple web
app works. So, for which scenarios is this .jar needed?

Thank you
   Merten

> -----Original Message-----
> From: Peter Smith [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 16, 2005 1:55 AM
> To: [email protected]
> Subject: Re: adding Axis to your own Webapp
> 
> I build an Axis WAR as follows and it deploys into my container OK.
> 
>     <!--
>         Make an Axis WAR file (suitable for deployment into an 
> Interstage IJServer).
> 
>         This is made from the provided webapps axis files except that 
> the web.xml
>         has to be modified because Interstage deployment does 
> not allow 
> the DOCTYPE
>         element to be split across multiple lines as the original 
> web.xml has.
>     -->
>     <target name="axis.make.axis.war.for.interstage" 
> description="Make 
> Axis WAR file">
>          <delete file="${dist.dir}/${axis.war.filename}" 
> verbose="true"/>
>          <war destfile="${dist.dir}/${axis.war.filename}"
>              webxml="${src.dir}/metadata/axis/axis-war-web.xml"
>              basedir="${axis.root.dir}/webapps/axis">
>              <metainf dir="${src.dir}/metadata/axis" 
> includes="services/**.*"/>
>          </war>
>     </target>
> 
> The only quirk for me was the original Axis web.xml DOCTYPE was split 
> across multiple lines which for some reason caused deployment 
> to fail. 
> This might not apply to you.
> 
> Maybe a JIRA issue should be raised for this.
> 
> And there is nothing in my metadata/axis/services/ directory so you 
> could probably leave that part out.
> 
> Regrds,
> Peter.
> 
> 
> nafise hassani wrote:
> 
> >hi
> >I want to add Axis to my own webapp (I read the user
> >guide but it was incomplete and also the link for the
> >Chapter 15 of Java Development with Ant pdf format
> >did'nt work )
> >
> >what should I do???
> >I don't know how can I Run the Axis AdminClient
> >against my own webapp and realy need a clear
> >instruction.
> >
> >
> >
> >
> >
> >             
> >__________________________________ 
> >Do you Yahoo!? 
> >Yahoo! Small Business - Try our new resources site!
> >http://smallbusiness.yahoo.com/resources/ 
> >
> >
> >  
> >
> 
> This is an email from Fujitsu Australia Software Technology 
> Pty Ltd, ABN 27 003 693 481. It is confidential to the 
> ordinary user of the email address to which it was addressed 
> and may contain copyright and/or legally privileged 
> information. No one else may read, print, store, copy or 
> forward all or any of it or its attachments. If you receive 
> this email in error, please return to sender. Thank you.
> 
> If you do not wish to receive commercial email messages from 
> Fujitsu Australia Software Technology Pty Ltd, please email 
> [EMAIL PROTECTED]
> 
> 
> 

Reply via email to