Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Preview generated page in websphere
Terence
Hi all,
Now I'm working for TeamSite template development.
The situation is that there is a TeamSite server and a websphere server.
TeamSite server is run on Win Server 2003 and websphere is run on linux.
And there is no any web server application on TeamSite server, even IIS havn't installed.
Now I would like to ask, is there any way to config TeamSite server so that after user press preview / generate, the generated page can first pass to websphere and compile, then display on screen???
Someone told me that I can config iw proxy but I'm cannot get it.
Does anyone can give a help?
Thank you very much.
Terence.
Find more posts tagged with
Comments
stefanmaier
Hi Terence,
yes, you can configure iwproxy to redirect a HTTP request to another server (in your case the websphere server).
Check documentation for [iwproxy_preconnect_remap] regex rules in the iw.cfg to do this...
To get this system work you need additionally a connection between the websphere and the TS server.
iwproxy redirects the HTTP request to websphere. But does websphere have all necessary information to render the requested page?
Does websphere have access into the TS store to read all necessary data?
Stefan
Terence
Hi Stefan,
My leader told me that I can map drive to the IWServer in Websphere through Sambe, so that Websphere can get all the necessary information to render the pages.
I'm now trying in this direction, but Does it really work?
Thank you very much.
Terence.
stefanmaier
Hi,
ok, if websphere has access to the TS store, it should be possible.
I reccomend, that you should try in the first step to request a page directly from your websphere server with a webbrowser.
If you get a correct response, try in a second step to create the iwproxy rules.
Stefan