Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Adding libraries in a existing Tomcat context
Adding libraries in a existing Tomcat context [message #53771] Thu, 18 November 2004 15:45
Eclipse UserFriend
Originally posted by: bvogt.sooja.de

I have an eclipse RCP application including a tomcat in terms of a common
eclipse plug-in. This tomcat plug-in is able to deploy a web application (some
JSPs) provided by a third plug-in.
It is assumed that the plug-in which contains the web application requires
another plug-in that provides some libraries (by setting the dependency in the
'plugin.xml' of the web application plug-in)... so far so good...

The problem: When the tomcat deploys the web application it creates a new
context including the web application plug-in but ignores the plug-in
dependencies. Eventually, the web application deployed in the tomcat isn't able
to find the required libraries.

Now I must find a way to add these libraries, provided by the required plug-in,
or the whole plug-in into the existing context, ore something...
I think, one method of resolution is to parse the 'plugin.xml' to get the
information which plug-ins are required and add these into the context of the
web application... but no idea how to add something in a existing context.

Regards

Bernd Vogt
bvogt@sooja.de
www.sooja.de
Previous Topic:new project set?
Next Topic:Ibm-genuitec
Goto Forum:
  


Current Time: Mon Jul 22 04:56:37 GMT 2024

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

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

Back to the top