Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] Silent install and unistall of Infocenter on WAS AE

Hi,
I am using Eclipse infocenter, and the product i am working on runs on WAS AE.
I got the infocenter running on WAS AE, but i used the WAS Admin gui to do all the configurations.
Actually i wish to installl the infocenter during product install, HAs anyone tried that,
Has anyone used a script to install and uninstall the infocenter.
thanks a lot,

Shikha
IBM Pervasive Computing
Research Triangle Park, NC
919 254 2870 (tl 444)
ssriva@xxxxxxxxxx





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