Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Deploy with the libraries
Deploy with the libraries [message #155194] Fri, 06 January 2006 15:31 Go to next message
Eclipse UserFriend
Originally posted by: asiemsuk.yahoo.com

Hi,

I am trying to deploy a web application with tomcat 5.5.12. This project
has references to others projects and i have included some "libraries" in
the "java build path". But when i try to run the application in the "Run
on Server" option, the console of tomcat throw a ClassNotFoundException
with a Listener class, but this Listener is into one of the libraries
defined before. I try to configure this library as a "J2EE module
dependencies" but it did not work.

How can i configure the libraries in eclipse to run the application
without copying all the jars to the tomcat common/lib ??

Thanks
Re: Deploy with the libraries [message #158531 is a reply to message #155194] Tue, 31 January 2006 04:02 Go to previous message
Max Giesbert is currently offline Max GiesbertFriend
Messages: 38
Registered: July 2009
Member
If you wanna run tomcat applications from inside eclipse you should copy (drag) all libaries to the WebContent/WEB-INF/lib directory, which is created with any Tomcat "Dynamic Web Project". Afterwards you should fing the library in the "Web App Libraries" folder.
Previous Topic:Deploy EAR in Exploded format
Next Topic:Extending J2EE Project Wizard
Goto Forum:
  


Current Time: Thu Sep 26 01:22:52 GMT 2024

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

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

Back to the top