Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Eclipse Help system: packaging it as a web app
Eclipse Help system: packaging it as a web app [message #471598] Wed, 30 January 2008 15:05 Go to next message
Ilya is currently offline IlyaFriend
Messages: 12
Registered: July 2009
Junior Member
I apologize for second post...
I posted this message a week ago on newcomer group but have not gotten any
response yet. Perhaps my question does not belong to that group.

Anyhow the question is:
I have Web application running in servlet container. Application launches
Eclipse Help and I want to make Eclipse Help system to use my web server
where application runs to serve help pages.

Is it possible in Eclipse 3.3 or 3.4?

Or is it possible to package up Help system as a web application and
deploy
it on my web server?


Thank you
Re: Eclipse Help system: packaging it as a web app [message #471600 is a reply to message #471598] Wed, 30 January 2008 17:11 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
In Eclipse 3.4 we added the capability to package the help system as a
war file.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=201666 for more
details, and also
http://wiki.eclipse.org/FAQ_How_can_I_run_an_infocenter_on_d ifferent_servers%3F
Re: Eclipse Help system: packaging it as a web app [message #471603 is a reply to message #471600] Wed, 30 January 2008 19:25 Go to previous messageGo to next message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
Chris Goldthorpe wrote:

> In Eclipse 3.4 we added the capability to package the help system as a
> war file.

> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=201666 for more
> details, and also
>
http://wiki.eclipse.org/FAQ_How_can_I_run_an_infocenter_on_d ifferent_servers%3F


Thanks a lot Chris! I've got it running. Will do more experiments with
deployment.
Re: Eclipse Help system: packaging it as a web app [message #471605 is a reply to message #471600] Wed, 30 January 2008 21:09 Go to previous messageGo to next message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
Chris,

Just curious why org.mortbay.jetty_5.1.11.v200711021015.jar listed among
dependent plug ins. I would think that the main point of your excellent
work is to get rid of hard dependency of an embedded web server.

Thanks
Re: Eclipse Help system: packaging it as a web app [message #471607 is a reply to message #471605] Wed, 30 January 2008 21:33 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
ilya wrote:
> Chris,
> Just curious why org.mortbay.jetty_5.1.11.v200711021015.jar listed among
> dependent plug ins. I would think that the main point of your excellent
> work is to get rid of hard dependency of an embedded web server.
>
> Thanks
>

It's possible that we have more jars than we need. It's also possible
that one of the projects has a non optional dependency on
org.mortbay.jetty. Did you try taking jetty out to see what happens? I'd
try it myself but I'm in the middle of working on something else right now.
Re: Eclipse Help system: packaging it as a web app [message #471613 is a reply to message #471607] Thu, 31 January 2008 16:46 Go to previous messageGo to next message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
Chris Goldthorpe wrote:

> It's possible that we have more jars than we need. It's also possible
> that one of the projects has a non optional dependency on
> org.mortbay.jetty. Did you try taking jetty out to see what happens? I'd
> try it myself but I'm in the middle of working on something else right now.

Done as you suggested. Do not see any problems so far.
BTW my environemtn is Windows & Tomcat 6.0.14 (standalone or embedded).
Will try against embedded Jetty later.

Thanks Chris. Excellent and extremely useful job!
Re: Eclipse Help system: packaging it as a web app [message #472290 is a reply to message #471613] Thu, 31 January 2008 18:04 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
I verified that removing org.eclipse.mortbay.jetty does not break
anything - I have removed it from the feature in the
org.eclipse.help.webapp project.
Re: Eclipse Help system: packaging it as a web app [message #472291 is a reply to message #471600] Fri, 01 February 2008 18:23 Go to previous messageGo to next message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
Chris Goldthorpe wrote:

> In Eclipse 3.4 we added the capability to package the help system as a
> war file.

> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=201666 for more
> details, and also
>
http://wiki.eclipse.org/FAQ_How_can_I_run_an_infocenter_on_d ifferent_servers%3F


Can not make it working on Jetty. Did anybody try it?

Thanks
Re: Eclipse Help system: packaging it as a web app [message #472293 is a reply to message #472291] Sat, 02 February 2008 22:38 Go to previous message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
ilya wrote:

> Chris Goldthorpe wrote:

>> In Eclipse 3.4 we added the capability to package the help system as a
>> war file.

>> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=201666 for more
>> details, and also
>>
>
http://wiki.eclipse.org/FAQ_How_can_I_run_an_infocenter_on_d ifferent_servers%3F


> Can not make it working on Jetty. Did anybody try it?

> Thanks

All set after I got rid of extraneous /help level.

Thanks
Re: Eclipse Help system: packaging it as a web app [message #608434 is a reply to message #471598] Wed, 30 January 2008 17:11 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
In Eclipse 3.4 we added the capability to package the help system as a
war file.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=201666 for more
details, and also
http://wiki.eclipse.org/FAQ_How_can_I_run_an_infocenter_on_d ifferent_servers%3F
Re: Eclipse Help system: packaging it as a web app [message #608436 is a reply to message #471600] Wed, 30 January 2008 19:25 Go to previous message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
Chris Goldthorpe wrote:

> In Eclipse 3.4 we added the capability to package the help system as a
> war file.

> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=201666 for more
> details, and also
>
http://wiki.eclipse.org/FAQ_How_can_I_run_an_infocenter_on_d ifferent_servers%3F


Thanks a lot Chris! I've got it running. Will do more experiments with
deployment.
Re: Eclipse Help system: packaging it as a web app [message #608437 is a reply to message #471600] Wed, 30 January 2008 21:09 Go to previous message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
Chris,

Just curious why org.mortbay.jetty_5.1.11.v200711021015.jar listed among
dependent plug ins. I would think that the main point of your excellent
work is to get rid of hard dependency of an embedded web server.

Thanks
Re: Eclipse Help system: packaging it as a web app [message #608438 is a reply to message #471605] Wed, 30 January 2008 21:33 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
ilya wrote:
> Chris,
> Just curious why org.mortbay.jetty_5.1.11.v200711021015.jar listed among
> dependent plug ins. I would think that the main point of your excellent
> work is to get rid of hard dependency of an embedded web server.
>
> Thanks
>

It's possible that we have more jars than we need. It's also possible
that one of the projects has a non optional dependency on
org.mortbay.jetty. Did you try taking jetty out to see what happens? I'd
try it myself but I'm in the middle of working on something else right now.
Re: Eclipse Help system: packaging it as a web app [message #608441 is a reply to message #471607] Thu, 31 January 2008 16:46 Go to previous message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
Chris Goldthorpe wrote:

> It's possible that we have more jars than we need. It's also possible
> that one of the projects has a non optional dependency on
> org.mortbay.jetty. Did you try taking jetty out to see what happens? I'd
> try it myself but I'm in the middle of working on something else right now.

Done as you suggested. Do not see any problems so far.
BTW my environemtn is Windows & Tomcat 6.0.14 (standalone or embedded).
Will try against embedded Jetty later.

Thanks Chris. Excellent and extremely useful job!
Re: Eclipse Help system: packaging it as a web app [message #609351 is a reply to message #471613] Thu, 31 January 2008 18:04 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
I verified that removing org.eclipse.mortbay.jetty does not break
anything - I have removed it from the feature in the
org.eclipse.help.webapp project.
Re: Eclipse Help system: packaging it as a web app [message #609353 is a reply to message #471600] Fri, 01 February 2008 18:23 Go to previous message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
Chris Goldthorpe wrote:

> In Eclipse 3.4 we added the capability to package the help system as a
> war file.

> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=201666 for more
> details, and also
>
http://wiki.eclipse.org/FAQ_How_can_I_run_an_infocenter_on_d ifferent_servers%3F


Can not make it working on Jetty. Did anybody try it?

Thanks
Re: Eclipse Help system: packaging it as a web app [message #609358 is a reply to message #472291] Sat, 02 February 2008 22:38 Go to previous message
ilya is currently offline ilyaFriend
Messages: 14
Registered: July 2009
Junior Member
ilya wrote:

> Chris Goldthorpe wrote:

>> In Eclipse 3.4 we added the capability to package the help system as a
>> war file.

>> See https://bugs.eclipse.org/bugs/show_bug.cgi?id=201666 for more
>> details, and also
>>
>
http://wiki.eclipse.org/FAQ_How_can_I_run_an_infocenter_on_d ifferent_servers%3F


> Can not make it working on Jetty. Did anybody try it?

> Thanks

All set after I got rid of extraneous /help level.

Thanks
Previous Topic:Eclipse Help Server - Remote Port
Next Topic:XHTML Custom Intro Site – How to trigger a workbench action?
Goto Forum:
  


Current Time: Fri Apr 19 19:37:24 GMT 2024

Powered by FUDForum. Page generated in 0.03695 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top