Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » eclipse "platform" distribution.
eclipse "platform" distribution. [message #101847] Mon, 28 July 2003 19:53
Eclipse UserFriend
Hello All,

I'm writing a plug-in that works as a server. This plug-in includes custom
application and makes some special efforts to make sure that there no "ui"
plug-ins are activated when this custom application launches. What I would
like to know is whether Eclipse 3.0. will be available in a "basic"
distribution that will include only "core" plug-ins and will be designed to
work in UI-less environment (i.e. include some UI-less launcher instead of
eclipse.exe for win32).

Also, my plug-in starts tomcat server that is bundled with Eclipse, but due
to the restricted access to the tomcat libraries (defined in the
org.eclipse.tomcat plug-in) I have to launch tomcat not using its API
directly, but have to create my own class loader that gives me access to
all tomcat classes, and only then launch and configure my tomcat instance.
What is the intention beside the restrictive access to tomcat classes
(taking in account that tomcat classes could be accessed if required, but
not in "straightforward" way)?

If it is done not to bother about different tomcat versions compatibility,
why not to give one a possibility to launch no just a single webapp (it is
possible through an extension point), that will be accessilbe as
http://host:port/webappname/, but to launch tomcat instance with custom
configuration (not a one hardcoded within Eclipse) and that will later be
accessible, for instance, as http://host:port/ ? More or less "correct"
solution (no custom class loader involved :)) now is to bundle one more
tomcat with the plug-in in addition to one bundled with Eclipse, but this
option looks like a bit heavy one.

--
best regards,
alexander kitaev
Previous Topic:java.net.Authenticator
Next Topic:Searching Workspace
Goto Forum:
  


Current Time: Wed May 07 15:30:42 EDT 2025

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

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

Back to the top