|
Home > Archive > WebSphere Application Server > March 2004 > WebSphere plugin problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WebSphere plugin problem
|
|
| Sabarish 2004-03-30, 12:34 am |
| Hi All,
I am facing a problem. When I update my plugin-cfg.xml file to listen to
HTTPS requests, the IBM HTTP Server 1.3.20 does not start up. It throws a
message that there is a parsing error in plugin-cfg.xml. I face this problem
only when I add the HTTPS transport part in the plugin-cfg.xml.
Ex:
<Transport Hostname="<host-name>" Port="9443" Protocol="https">
<Property name="keyring"
value="E:\WebSphere\AppServer\etc\plugin-key.kdb"/>
<Property name="stashfile"
value="E:\WebSphere\AppServer\etc\plugin-key.sth"/>
</Transport>
If I remove this HTTPS part it works fine. i.e it works fine with the HTTP
transport.
Any suggestions please.
Thanks
Sabarish
| |
| Ken Hygh 2004-03-30, 6:36 am |
| Sabarish wrote:
>Hi All,
>
> I am facing a problem. When I update my plugin-cfg.xml file to listen to
>HTTPS requests, the IBM HTTP Server 1.3.20 does not start up. It throws a
>message that there is a parsing error in plugin-cfg.xml. I face this problem
>only when I add the HTTPS transport part in the plugin-cfg.xml.
>Ex:
>
><Transport Hostname="<host-name>" Port="9443" Protocol="https">
> <Property name="keyring"
>value="E:\WebSphere\AppServer\etc\plugin-key.kdb"/>
> <Property name="stashfile"
>value="E:\WebSphere\AppServer\etc\plugin-key.sth"/>
></Transport>
>
>
> If I remove this HTTPS part it works fine. i.e it works fine with the HTTP
>transport.
>
>Any suggestions please.
>
>
>Thanks
>Sabarish
>
>
>
>
I don't think that '<' can exist in an attribute value.
Ken
|
|
|
|
|