|
Home > Archive > WebSphere HTTP Server > February 2004 > HTTP and WAS on different servers
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 |
HTTP and WAS on different servers
|
|
| Rob White 2004-02-20, 7:33 am |
| I'm trying to set up WebSphere Application Server Express 5.1 on a Windows
server to work with a HTTP server (Apache) on an iSeries (AS/400, whatever).
I see how to configure the WAS to see the HTTP server (through the HTTP
transport), but how do I set up the HTTP server to point to the WAS on the
Windows box. The domains listed in the Servlets and JavaServer Pages part
of the HTTP console only list those domains on the iSeries. How do I get it
to point to my Windows server.
Rob
| |
| Ray McVay 2004-02-22, 5:33 am |
| Rob White wrote:
> I'm trying to set up WebSphere Application Server Express 5.1 on a Windows
> server to work with a HTTP server (Apache) on an iSeries (AS/400, whatever).
> I see how to configure the WAS to see the HTTP server (through the HTTP
> transport), but how do I set up the HTTP server to point to the WAS on the
> Windows box. The domains listed in the Servlets and JavaServer Pages part
> of the HTTP console only list those domains on the iSeries. How do I get it
> to point to my Windows server.
>
> Rob
>
>
Does the web server have a WAS plugin installed? Are the plugin
configuration files (generated by the app server side) correct? Does
Express even support a separated web server? I thought it was a quick
and dirty all on one box affair.
| |
| Rob White 2004-02-24, 7:33 am |
| Ray,
That's a lot of questions. As far as I know, the WAS plugin isn't
installed. Is there such a thing for the iSeries? The plug in that I
downloaded looks like it's for Windows.
I couldn't figure out how to configure the HTTP server to see a WAS on
another box, hence my post.
I assume that the plug in will work with WAS Express since it was part of
the download, but as I said, it looks like a plugin for a Windows HTTP
server.
Rob
"Ray McVay" <raymcvay@comcast.net> wrote in message
news:c1atim$7gko$1@news.boulder.ibm.com...
> Rob White wrote:
Windows[color=blue]
whatever).[color=blue]
the[color=blue]
part[color=blue]
get it[color=blue]
> Does the web server have a WAS plugin installed? Are the plugin
> configuration files (generated by the app server side) correct? Does
> Express even support a separated web server? I thought it was a quick
> and dirty all on one box affair.
| |
| Rob White 2004-02-24, 9:33 am |
| Sunit,
I saw your post after I posted my second response. Thanks. I'll try that
and see how it works.
Rob
"Sunit Patke" <nospam.patke@nospam.com> wrote in message
news:c1gj6n$6430$1@news.boulder.ibm.com...
> I have a iSeries server on which I run IHS (Apache) and forward traffic to
> WAS running on
> a Unix server. Yes, there is such a thing as WAS plug-in and it comes with
> WAS iSeries
> install CD.
>
> This is what the config info in httpd.conf looks like:
>
> LoadModule ibm_app_server_http_module
> /QSYS.LIB/QEJBADV4.LIB/QSVTIHSAH.SRVPGM
> WebSpherePluginConfig
/QIBM/UserData/WebASAdv4/default/config/plugin-cfg.xml
>
> You will have to copy the plugin-cfg.xml file from your WAS server to
> iSeries.
>
> Sunit
>
>
>
> "Rob White" <rob.white.removethis@mckesson.com> wrote in message
> news:c1gau6$6l6s$1@news.boulder.ibm.com...
of[color=blue]
> HTTP
on[color=blue]
Pages[color=blue]
I[color=blue]
>
>
| |
| Sunit Patke 2004-02-24, 9:33 am |
| I have a iSeries server on which I run IHS (Apache) and forward traffic to
WAS running on
a Unix server. Yes, there is such a thing as WAS plug-in and it comes with
WAS iSeries
install CD.
This is what the config info in httpd.conf looks like:
LoadModule ibm_app_server_http_module
/QSYS.LIB/QEJBADV4.LIB/QSVTIHSAH.SRVPGM
WebSpherePluginConfig /QIBM/UserData/WebASAdv4/default/config/plugin-cfg.xml
You will have to copy the plugin-cfg.xml file from your WAS server to
iSeries.
Sunit
"Rob White" <rob.white.removethis@mckesson.com> wrote in message
news:c1gau6$6l6s$1@news.boulder.ibm.com...
> Ray,
>
> That's a lot of questions. As far as I know, the WAS plugin isn't
> installed. Is there such a thing for the iSeries? The plug in that I
> downloaded looks like it's for Windows.
>
> I couldn't figure out how to configure the HTTP server to see a WAS on
> another box, hence my post.
>
> I assume that the plug in will work with WAS Express since it was part of
> the download, but as I said, it looks like a plugin for a Windows HTTP
> server.
>
> Rob
>
> "Ray McVay" <raymcvay@comcast.net> wrote in message
> news:c1atim$7gko$1@news.boulder.ibm.com...
> Windows
> whatever).
HTTP[color=blue]
> the
> part
> get it
>
>
| |
| Rob White 2004-02-24, 9:33 am |
| OK. I found a spot on the admin console that generates the plugin. The
screen says that the generated file, plugin-cfg.xml, should be put in the
config directory of the remote machine, but I don't know where that is on
the iSeries.
Can anyone help?
Rob
"Ray McVay" <raymcvay@comcast.net> wrote in message
news:c1atim$7gko$1@news.boulder.ibm.com...
> Rob White wrote:
Windows[color=blue]
whatever).[color=blue]
the[color=blue]
part[color=blue]
get it[color=blue]
> Does the web server have a WAS plugin installed? Are the plugin
> configuration files (generated by the app server side) correct? Does
> Express even support a separated web server? I thought it was a quick
> and dirty all on one box affair.
| |
| Ray McVay 2004-02-24, 11:33 am |
| I know nothing about the AS400. Sorry.
| |
| Rob White 2004-02-25, 11:33 am |
| Sunit,
I changed the httpd.conf although the module I loaded for
ibm_app_server_http_module was found in QHTTPSVR.LIB and not QEJBADV4.LIB.
Now when I look at the server in the HTTP console (port 2001) under the
server name it says "for use with WAS Express on Windows."
However, when I try to run the snoop servlet on the WAS Express server on
Windows through the Apache server I get a Not Found error. What can I check
to make sure that the server is configured properly.
Rob
"Sunit Patke" <nospam.patke@nospam.com> wrote in message
news:c1gj6n$6430$1@news.boulder.ibm.com...
> I have a iSeries server on which I run IHS (Apache) and forward traffic to
> WAS running on
> a Unix server. Yes, there is such a thing as WAS plug-in and it comes with
> WAS iSeries
> install CD.
>
> This is what the config info in httpd.conf looks like:
>
> LoadModule ibm_app_server_http_module
> /QSYS.LIB/QEJBADV4.LIB/QSVTIHSAH.SRVPGM
> WebSpherePluginConfig
/QIBM/UserData/WebASAdv4/default/config/plugin-cfg.xml
>
> You will have to copy the plugin-cfg.xml file from your WAS server to
> iSeries.
>
> Sunit
>
>
>
> "Rob White" <rob.white.removethis@mckesson.com> wrote in message
> news:c1gau6$6l6s$1@news.boulder.ibm.com...
of[color=darkred]
> HTTP
on[color=darkred]
Pages[color=darkred]
I[color=darkred]
>
>
|
|
|
|
|