cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Configuration of Web Modules

Sigiswald
Contributor
0 Kudos

Hi,

How can I configure the initialization parameters of an already deployed web application? I can see the servlet init-params defined at design time using NetWeaver Administrator (NWA), but I can't change them. That should however be the case according to <a href="http://help.sap.com/saphelp_nw04/helpdata/en/92/5f5a42091de32ce10000000a1550b0/frameset.htm">Runtime Configuration of Web Modules</a> (this applies also for NW04s).

Redefining the parameters at design time and redeploying the application is not an option in my case. Maybe it's possible using Visual Administrator, but I can't find it either.

FYI, we're using NW04 SPS18 and NW04s SPS10.

Kind regards,

Sigiswald

Accepted Solutions (1)

Accepted Solutions (1)

SRudra
Contributor
0 Kudos

Hi,

Let us know how do you intend to run this web application? To be very specific are you goign to create an iView / etc out of the web application. If that is case, then specifiy initialization parametrs during iView creation.

Cheers!!!

Sukanta Rudra

Sigiswald
Contributor
0 Kudos

Hi Sukanta,

Thanks for your reply. The web application consists of a couple of servlets without a user interface; they perform some actions and eventually redirect to an iView or an external website. So no, creating an iView for those servlets is not an option either (the URLs are already defined etc.).

BTW, the link I mentioned in the original post is correct, but I'm mainly refering to the subsection <a href="http://help.sap.com/saphelp_nw04/helpdata/en/f7/5f5a42091de32ce10000000a1550b0/frameset.htm">Managing Servlet and Filter Settings</a>

Kind regards,

Sigiswald

Sigiswald
Contributor
0 Kudos

A colleague noticed this can be done using the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d0/b1aa9b972a034ca9517aaa17bf5cbc/frameset.htm">Web Container Service</a> in Visual Administrator. More specifically <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/a9/8251424e514fdd9138c200e8f1c70d/frameset.htm">Runtime Administration of Web Applications</a>.

Kind regards,

Sigiswald

Answers (0)