Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

When installing a Web application with multiple instances, running the psww_web_desc_modify command creates multiple EAR files, with each EAR file containing a different instanceId and i3root value, corresponding to the instances in the Web application.

...

Anchor
IIS7WildcardMapping
IIS7WildcardMapping
Inserting wildcard mapping for Precise post-parameters collection extension

...

For example: products\www\install\psww_insert_isapi_handlers.bat "E:\Precise Installation" 2442 Petshop add-handler PreciseWebHandler "E:\Precise Installation\products\www\instances\2442\bin\IISFilter"

Anchor
UpdatingTag
UpdatingTag
Updating the collect-post-parameters tag

To update the collect-post-parameters tag

...

To add post-parameters collection for all other supported Web servers, see the following section:NOTE

Info

This feature is not supported for Apache 1.3.

Anchor
UpdatingCollectTag
UpdatingCollectTag
Updating the collect-post-parameters tag

To update the collect-post-parameters tag

  1. In

...

  1. Registry Path in the Registry Editor (AdminPoint > Settings > Registry Editor), enter the following path, and then click Go:
    registry/instances/www/<server_name>/

...

  1. <instancec_name>/settings/server-side

...

  1. In the Xml Editor tab, change the value of the <collect-post-parameters>

...

  1.  tag to

...

  1. true.
  2. Click Save.

Removing post-parameters collection for IIS7

To remove wildcard application mapping from a Web server or Web site

  • Go to the Precise_root directory and run the following script:
    products\www\install\psww_insert_isapi_handlers.bat <precise_

...

  • root><instance_id><site_name> remove

...

  • _handler PreciseWebHandler <filter_path>
    where

...

  • filter_

...

  • path is the path to the instance bin folder concatenated with "IISFilter", without the _32.dll or _64.dll extension.

...

  • For example: c:\precise\products\www\instances\2643\bin\IISFilter

For example:
products\www\install\psww_insert_isapi_handlers.bat "E:\Precise Installation"
2442 Petshop remove-handler PreciseWebHandler "E:\Precise
Installation\products\www\instances\2442\bin\IISFilter"