You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Richard Bolen <bo...@GretagMacbeth.com> on 2002/03/14 19:26:47 UTC

Packaging soap.war in an EAR file with persistently deployed services?

I'm including soap.war in a .ear file that contains my entire application.  I'd like my soap services to be automatically deployed when the .ear file is deployed.  

How can I do this?

Can I just include my soap deployment descriptors in my ear file somewhere?  Or do I need to create a DeployedServices.ds file (which I think is just a serialized class) and include it in my ear file?

If there are docs that explain this I'd appreciate someone pointing me to them.

Thanks,
Rich

--------------------------------------------------------------------
Rich Bolen
Senior Software Developer
GretagMacbeth Advanced Technologies Center
79 T. W. Alexander Drive - Bldg. 4401 - Suite 250
PO Box 14026
Research Triangle Park, North Carolina 27709-4026  USA
Phone:  919-549-7575 x239,  Fax: 919-549-0421		

http://www.gretagmacbeth.com/		
--------------------------------------------------------------------


Re: Packaging soap.war in an EAR file with persistently deployed services?

Posted by David Hirst <dh...@mitre.org>.
What would be in the .war file (soap.war) and/or the deployment
descriptors for the services that should be deployed?
Are there docs for this anywhere. I'm not using Tomcat, but an
application server running the soap container and would like to do
basically the same thing.

akshay saluja wrote:

> what u have to do is
>
> create a .war file
>
> deploy this .war file in the <tomcat_home>/common/lib
> folder
>
> now u need to restart tomcat this will make the
> context of ur application in tomcat
>
> otherwise without stopping tomcat u have to use
> tomcat4 and use the command called
> http://<server>:<port>/manager<deploy>
>
> in the second case this will automatically start ur
> service in the server
> --- Richard Bolen <bo...@GretagMacbeth.com> wrote:
> > I'm including soap.war in a .ear file that contains
> > my entire application.  I'd like my soap services to
> > be automatically deployed when the .ear file is
> > deployed.
> >
> > How can I do this?
> >
> > Can I just include my soap deployment descriptors in
> > my ear file somewhere?  Or do I need to create a
> > DeployedServices.ds file (which I think is just a
> > serialized class) and include it in my ear file?
> >
> > If there are docs that explain this I'd appreciate
> > someone pointing me to them.
> >
> > Thanks,
> > Rich
> >
> >
> --------------------------------------------------------------------
> > Rich Bolen
> > Senior Software Developer
> > GretagMacbeth Advanced Technologies Center
> > 79 T. W. Alexander Drive - Bldg. 4401 - Suite 250
> > PO Box 14026
> > Research Triangle Park, North Carolina 27709-4026
> > USA
> > Phone:  919-549-7575 x239,  Fax: 919-549-0421
> >
> > http://www.gretagmacbeth.com/
> >
> --------------------------------------------------------------------
> >
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - live college hoops coverage
> http://sports.yahoo.com/



Re: Packaging soap.war in an EAR file with persistently deployed services?

Posted by David Hirst <dh...@mitre.org>.
What would be in the .war file (soap.war) and/or the deployment
descriptors for the services that should be deployed?
Are there docs for this anywhere. I'm not using Tomcat, but an
application server running the soap container and would like to do
basically the same thing.

akshay saluja wrote:

> what u have to do is
>
> create a .war file
>
> deploy this .war file in the <tomcat_home>/common/lib
> folder
>
> now u need to restart tomcat this will make the
> context of ur application in tomcat
>
> otherwise without stopping tomcat u have to use
> tomcat4 and use the command called
> http://<server>:<port>/manager<deploy>
>
> in the second case this will automatically start ur
> service in the server
> --- Richard Bolen <bo...@GretagMacbeth.com> wrote:
> > I'm including soap.war in a .ear file that contains
> > my entire application.  I'd like my soap services to
> > be automatically deployed when the .ear file is
> > deployed.
> >
> > How can I do this?
> >
> > Can I just include my soap deployment descriptors in
> > my ear file somewhere?  Or do I need to create a
> > DeployedServices.ds file (which I think is just a
> > serialized class) and include it in my ear file?
> >
> > If there are docs that explain this I'd appreciate
> > someone pointing me to them.
> >
> > Thanks,
> > Rich
> >
> >
> --------------------------------------------------------------------
> > Rich Bolen
> > Senior Software Developer
> > GretagMacbeth Advanced Technologies Center
> > 79 T. W. Alexander Drive - Bldg. 4401 - Suite 250
> > PO Box 14026
> > Research Triangle Park, North Carolina 27709-4026
> > USA
> > Phone:  919-549-7575 x239,  Fax: 919-549-0421
> >
> > http://www.gretagmacbeth.com/
> >
> --------------------------------------------------------------------
> >
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - live college hoops coverage
> http://sports.yahoo.com/



Re: Packaging soap.war in an EAR file with persistently deployed services?

Posted by akshay saluja <ak...@yahoo.com>.
what u have to do is

create a .war file 

deploy this .war file in the <tomcat_home>/common/lib
folder 

now u need to restart tomcat this will make the
context of ur application in tomcat

otherwise without stopping tomcat u have to use
tomcat4 and use the command called
http://<server>:<port>/manager<deploy>

in the second case this will automatically start ur
service in the server
--- Richard Bolen <bo...@GretagMacbeth.com> wrote:
> I'm including soap.war in a .ear file that contains
> my entire application.  I'd like my soap services to
> be automatically deployed when the .ear file is
> deployed.  
> 
> How can I do this?
> 
> Can I just include my soap deployment descriptors in
> my ear file somewhere?  Or do I need to create a
> DeployedServices.ds file (which I think is just a
> serialized class) and include it in my ear file?
> 
> If there are docs that explain this I'd appreciate
> someone pointing me to them.
> 
> Thanks,
> Rich
> 
>
--------------------------------------------------------------------
> Rich Bolen
> Senior Software Developer
> GretagMacbeth Advanced Technologies Center
> 79 T. W. Alexander Drive - Bldg. 4401 - Suite 250
> PO Box 14026
> Research Triangle Park, North Carolina 27709-4026 
> USA
> Phone:  919-549-7575 x239,  Fax: 919-549-0421		
> 
> http://www.gretagmacbeth.com/		
>
--------------------------------------------------------------------
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

Re: Packaging soap.war in an EAR file with persistently deployed services?

Posted by akshay saluja <ak...@yahoo.com>.
what u have to do is

create a .war file 

deploy this .war file in the <tomcat_home>/common/lib
folder 

now u need to restart tomcat this will make the
context of ur application in tomcat

otherwise without stopping tomcat u have to use
tomcat4 and use the command called
http://<server>:<port>/manager<deploy>

in the second case this will automatically start ur
service in the server
--- Richard Bolen <bo...@GretagMacbeth.com> wrote:
> I'm including soap.war in a .ear file that contains
> my entire application.  I'd like my soap services to
> be automatically deployed when the .ear file is
> deployed.  
> 
> How can I do this?
> 
> Can I just include my soap deployment descriptors in
> my ear file somewhere?  Or do I need to create a
> DeployedServices.ds file (which I think is just a
> serialized class) and include it in my ear file?
> 
> If there are docs that explain this I'd appreciate
> someone pointing me to them.
> 
> Thanks,
> Rich
> 
>
--------------------------------------------------------------------
> Rich Bolen
> Senior Software Developer
> GretagMacbeth Advanced Technologies Center
> 79 T. W. Alexander Drive - Bldg. 4401 - Suite 250
> PO Box 14026
> Research Triangle Park, North Carolina 27709-4026 
> USA
> Phone:  919-549-7575 x239,  Fax: 919-549-0421		
> 
> http://www.gretagmacbeth.com/		
>
--------------------------------------------------------------------
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/