facebook

Tomcat: How can I load external libraries at runtime

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #227639 Reply

    AKunze
    Member

    I’am usually starting my tomcat with external libraries:

    
    C:\lib\bin\start1.cmd external %CATALINA_HOME%\bin\startup.bat
    

    How can I start tomcat in myeclipse with these libraries?

    best regards

    #227642 Reply

    Riyad Kalla
    Member

    Take a look at the Tomcat connector “Paths” preferences under:
    Window > Prefs > MyEclipse > Application Servers > Tomcat 5 > Paths

    Here you can append the libraries to the classpath or if you are referring to native libraries then append them to the Library Path at the bottom.

    #227643 Reply

    AKunze
    Member

    How can I start this cmd-file to load my libraries at tomcat-startup?

    #227645 Reply

    Riyad Kalla
    Member

    You cannot.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Tomcat: How can I load external libraries at runtime

You must be logged in to post in the forum log in