Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] replacing tomcat in infocenter

The easiest way is to look at our org.eclipse.tomcat plugin and mimic its
behavior.

The javadoc for the IWebappServer is minimal, but here is the link to the
interface (the URL may appear wrapped in your mail reader):
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.help.appserver/src/org/eclipse/help/internal/appserver/IWebappServer.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
If you use PDE, then you should be able to see the ext point documentation.
Right click on the schema file and select "Preview reference documentation"

-Dorian



|---------+----------------------------------->
|         |           Shikha                  |
|         |           Srivastava/Raleigh/IBM@I|
|         |           BMUS                    |
|         |           Sent by:                |
|         |           platform-help-dev-admin@|
|         |           eclipse.org             |
|         |                                   |
|         |                                   |
|         |           02/12/2003 05:52 PM     |
|         |           Please respond to       |
|         |           platform-help-dev       |
|         |                                   |
|---------+----------------------------------->
  >-------------------------------------------------------------------------------------------------------------|
  |                                                                                                             |
  |       To:       platform-help-dev@xxxxxxxxxxx                                                               |
  |       cc:                                                                                                   |
  |       Subject:  Re: [platform-help-dev] replacing tomcat in infocenter                                      |
  |                                                                                                             |
  |                                                                                                             |
  >-------------------------------------------------------------------------------------------------------------|







Hi Dorian,
I am working with 2.1 .
I looked at
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.help.appserver/schema/server.mxsd
,
 i could not find
interface org.eclipse.help.internal.appserver.IWebappServer.. I could not
gather much from server.mxsd file.

If possible can you please point to me some more specific explicit
directions.

Thanks,
Shikha




birsan@xxxxxxxxxx@eclipse.org on 02/12/2003 04:59:45 PM

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] replacing tomcat in infocenter



Shikha, are you working with a 2.0 driver or a 2.1 driver ?
In 2.1, there is an internal extension point
"org.eclipse.help.appserver.server" that lets you plug in a different help
server.
See the schema file org.eclipse.help.appserver/schema/server.mxsd and the
related interface org.eclipse.help.internal.appserver.IWebappServer

-Dorian



|---------+----------------------------------->
|         |           Shikha                  |
|         |           Srivastava/Raleigh/IBM@I|
|         |           BMUS                    |
|         |           Sent by:                |
|         |           platform-help-dev-admin@|
|         |           eclipse.org             |
|         |                                   |
|         |                                   |
|         |           02/12/2003 04:30 PM     |
|         |           Please respond to       |
|         |           platform-help-dev       |
|         |                                   |
|---------+----------------------------------->
  >
-------------------------------------------------------------------------------------------------------------|


  |
  |
  |       To:       platform-help-dev@xxxxxxxxxxx
  |
  |       cc:
  |
  |       Subject:  [platform-help-dev] replacing tomcat in infocenter
  |
  |
  |
  |
  |
  >
-------------------------------------------------------------------------------------------------------------|








Hi ,
I wish to replace the tomcat web server in infocenter  with another
webserver. But i was not sure of the steps to take. Can you point me to the
war file to install in the web server. also pls point me to any  recomended
steps mentioned some where,
thanks,
Shikha


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



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


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





Back to the top