Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] creating two instance of the infocenter

Thanks Konrad for your prompt reply,
Since our product runs over WPS,
So i was trying to install one of the infocenter on WPS, and create another application server to host the other infocenter.
But i could not get the first infocenter running(which i was installing on WPS). Are there some issues related to this. There are offcourse other webmodules along with infocenter.war on WPS.

Also wanted to clarify couple of more things
You said i would need two sets of eclipse zip file, But since i change the web.xml in infocenter to give ECLIPSE_HOME, i would need two sets of infocenters too. IS that correct?
What is the correct uninstall procedure for uninstalling infocenter from WAS AE.

Thanks a lot ,
Shikha





Please respond to platform-help-dev@xxxxxxxxxxx

Sent by: platform-help-dev-admin@xxxxxxxxxxx

To: platform-help-dev@xxxxxxxxxxx
cc:
Subject: Re: [platform-help-dev] creating two instance of the infocenter




Shika,

For multiple Infocenters to work properly they have to run in separate
VMs(bug
http://dev.eclipse.org/bugs/show_bug.cgi?id=22278).

Since you are using WAS AE, you can create a second Application Server
instance in addition to the "Default Server".  It is O.Kl because each
server instance has its own VM.  Expand Websphere Adminstrative Domain ->
Nodes -> HOSTNAME -> Application Servers in the console, right-click
Application Servers, select new, give it a name, OK.  Now you can repeat
Infocenter installation steps (from 3 forwards), using your second server
instead of the Default Server.  If the documentation set is going to be the
same you could use one eclipse installation (d:\eclipse for example), if
documentation will be different between the to servers you need a second
copy of eclipse installed, with a different set of documentation plugins
(for example in d:\eclipse2).  Use that path in installation steps.  There
should not be any issues with it other that one I mentioned first.

Konrad Kolosowski
Eclipse Help System



                Shikha
                Srivastava/Raleigh/IBM@I        To:       platform-help-dev@xxxxxxxxxxx
                BMUS                            cc:
                Sent by:                        Subject:  [platform-help-dev] creating two instance of the infocenter
                platform-help-dev-admin@
                eclipse.org



                08/20/2002 10:17 AM
                Please respond to
                platform-help-dev





HI,
I am working on a product where i need to maintain two base urls for two
different sets of help system for two seperate sets of audience.
I will be using infocenter help system. So i need to create two base urls
one of them may be
http://localhost/help1 which brings up a infocenter with
one set of help docs. SO when i load this url it should bring up its own
navigation and help docs etc
And another something like
http://localhost/help2 which brings up
infocenter with another set of help docs., and when i load this url it
should bring up its own navigation and help docs etc
I actually wish to create trwo instances of the same infocenter.
My product runs on WAS AE.
HAs some body tried this, Or knows how to do it,
Any help would be highly appreciated,
Thanks,
Shikha







_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev

Back to the top