You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Erik Onnen <EO...@c-bridge.com> on 2001/03/30 20:10:01 UTC

RE: iPlanet SOAP Configuration

FYI. The attachment should walk you through configuration of SOAP on iPlanet
w/o Servlet modification.

-----Original Message-----
From: Bennett, Timothy (GXS) [mailto:Timothy.Bennett@gxs.ge.com]
Sent: Tuesday, March 27, 2001 6:24 PM
To: 'soap-user@xml.apache.org'
Subject: RE: iPlanet installation


The "usual" setting up of the server classpath, servlet, and servlet alias
is the thing I need to know... can you options you set in the Admin Server?

-----Original Message-----
From: Erik Onnen [mailto:EOnnen@c-bridge.com]
Sent: Tuesday, March 27, 2001 3:12 PM
To: 'soap-user@xml.apache.org'
Subject: RE: iPlanet installation


Haven't had time to write up the exact sequence of steps.

Aside from the usual of setting up server classpath, servlet and servlet
alias, I tweaked the MessageRouterServlet a bit (although I suppose you
could subclass too).

Basically, I needed a way to pass in a name/value pair for the config file
path, something like CONFIG_FILE=/foo/bar/config.xml into the servlet init()
as a startup parameter which the current implementation isn't designed to
do; I didn't want to use system properties. So, I modified the init() method
a bit to extract the value of the CONFIG_FILE param from the ServletConfig
passed in to the init(), set it to a servlet instance variable, and pass
that variable to the service manager when processing requests like so:

ServiceManager serviceManager = ServerHTTPUtils.getServiceManagerFromContext
(context, configFileName);
	  
Probably not a production solution, more of a proof-of-concept.

That was the only additional work I remember although getting the whole
package up and running is no easy task.

-Erik


-----Original Message-----
From: sampath reddy kondam [mailto:reddy_sampath@hotmail.com]
Sent: Tuesday, March 27, 2001 4:08 PM
To: soap-user@xml.apache.org
Subject: RE: iPlanet installation


Can you please expalin what need to be modified, if possible a step by step 
procedure will be of great help
Thanks,
Sampath


>From: Erik Onnen <EO...@c-bridge.com>
>Reply-To: soap-user@xml.apache.org
>To: "'soap-user@xml.apache.org'" <so...@xml.apache.org>
>Subject: RE: iPlanet installation
>Date: Tue, 27 Mar 2001 14:49:06 -0500
>
>Yes, had to modify the servlet init() code though...
>
>-----Original Message-----
>From: Bennett, Timothy (GXS) [mailto:Timothy.Bennett@gxs.ge.com]
>Sent: Tuesday, March 27, 2001 2:43 PM
>To: 'SOAP Mailing List'
>Subject: iPlanet installation
>
>
>Anybody got Apache-SOAP v2.1 server-side installed under iPlanet?
>
>
>GE Global eXchange Services
>  _________________
>Timothy Bennett
>Software Developer
>7101 Executive Center Dr., Suite 333
>Brentwood, TN  37027
>Phone: (615) 371-6001 Fax: (615) 371-6095
>E-Mail: timothy.bennett@gxs.ge.com
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
>For additional commands, email: soap-user-help@xml.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
>For additional commands, email: soap-user-help@xml.apache.org
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org