|
Home > Archive > WebSphere HTTP Server > October 2005 > Having IHS6.0.2.1 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 |
Having IHS6.0.2.1 plugin problem
|
|
| gtopuz 2005-10-03, 7:52 am |
| Hi,
I am using WAS6.0.2.1 with HttpServer6.0.2.1 and having a plugin problem.
My httpd.conf has this info ;
LoadModule Was_ap20_module /WebSphere/Plugins/bin/mod_was_ap20_http.so
WebSpherePluginConfig
/WebSphere/AppServer/profiles/AppSrv01/config/cells/Cell01/nodes/opcweblab01
Node01/servers/WebSrv01/plugin-cfg.xml
And the error is in the http_plugin.log ;
Failed to match: /includes/keypad.js
TRACE: ws_common: websphereShouldHandleRequest: No route found
TRACE: mod_was_ap20_http: as_handler: In the app server handler
ERROR: mod_was_ap20_http: as_handler: strange - NOT WAS request
My plugin-cfg.xml resides under the
"WebSphere/AppServer/profiles/AppSrv01/config/cells/Cell01/nodes/opcweblab01
Node01/servers/WebSrv01" directory as mentioned in the httpd.conf file.
I have regenerated the plugin and propagated it many times. I can see that
the plugin-cfg.xml in being updated eachtime. So there is no pronlem with
that.
Do you have any suggestions?
Thanks,
Gozde TOPUZ.
| |
| gtopuz 2005-10-03, 6:07 pm |
| Hi,
I have dicsovered the problem. Somehow the context root was being changed
during the redirection from the code.
Therefore I have added this line "<systemProperties
name="com.ibm.websphere.sendredirect.compatibility" value="true"
required="false"/>" into "server.xml"
under INSTALL_ROOT
/config/cells/Cell01/nodes/opcweblab01Node01/servers/Tweb1.
Now it works fine.
F.Y.I.
"gtopuz" <gtopuz@ykb.com> wrote in message
news:dhr707$29q0$1@news.boulder.ibm.com...
> Hi,
> I am using WAS6.0.2.1 with HttpServer6.0.2.1 and having a plugin problem.
>
> My httpd.conf has this info ;
> LoadModule Was_ap20_module /WebSphere/Plugins/bin/mod_was_ap20_http.so
> WebSpherePluginConfig
>
/WebSphere/AppServer/profiles/AppSrv01/config/cells/Cell01/nodes/opcweblab01
> Node01/servers/WebSrv01/plugin-cfg.xml
>
> And the error is in the http_plugin.log ;
> Failed to match: /includes/keypad.js
> TRACE: ws_common: websphereShouldHandleRequest: No route found
> TRACE: mod_was_ap20_http: as_handler: In the app server handler
> ERROR: mod_was_ap20_http: as_handler: strange - NOT WAS request
>
> My plugin-cfg.xml resides under the
>
"WebSphere/AppServer/profiles/AppSrv01/config/cells/Cell01/nodes/opcweblab01
> Node01/servers/WebSrv01" directory as mentioned in the httpd.conf file.
>
> I have regenerated the plugin and propagated it many times. I can see that
> the plugin-cfg.xml in being updated eachtime. So there is no pronlem with
> that.
>
> Do you have any suggestions?
>
> Thanks,
> Gozde TOPUZ.
>
>
|
|
|
|
|