RE: Building a WAR with web services already deployed

2003-09-12 Thread Doug Davis
2003 03:42:03 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject: RE: Building a WAR with web services already deployed Hi Doug I apologize to you if I am asking an obbvious question. I am having a bit of a confusion here since I am new to axis and have been lear

RE: Building a WAR with web services already deployed

2003-09-12 Thread I-Sampige, Srinivas
[mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 6:18 AM To: [EMAIL PROTECTED] Subject: Re: Building a WAR with web services already deployed Mike, Just add them to the server-config.wsdd file in the WEB-INF dir and they're predeployed. -Dug Mike Spreitzer/Watson/[EMAIL PROT

Re: Building a WAR with web services already deployed

2003-09-12 Thread Doug Davis
09:53:10 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject: Re: Building a WAR with web services already deployed Axis 1.1 (final) has no server-config.wsdd in webapps/axis/WEB-INF/ (nor anywhere else)!

Re: Building a WAR with web services already deployed

2003-09-12 Thread Mike Spreitzer
Axis 1.1 (final) has no server-config.wsdd in webapps/axis/WEB-INF/ (nor anywhere else)!

Re: Building a WAR with web services already deployed

2003-09-12 Thread Doug Davis
Mike, Just add them to the server-config.wsdd file in the WEB-INF dir and they're predeployed. -Dug Mike Spreitzer/Watson/[EMAIL PROTECTED] on 09/12/2003 09:14:20 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Building a WAR with web services al

Building a WAR with web services already deployed

2003-09-12 Thread Mike Spreitzer
I would like to build a WAR (Web Application aRchive) that contains Axis with some of my own web services already "deployed".  That is, I want to be able to distribute this WAR to people and tell them to simply install it in their servlet container --- with no need to use the Axis AdminClient afte