facebook

Tomcat 5 on Windows [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #199313 Reply

    vitodc
    Member

    Hi Scott,

    The only difference I can tell is that I am running Eclipse 3.0M3
    and MyEclipse 3.6.2. Is there a known issue?

    #199315 Reply

    vitodc
    Member

    Hi Scott,

    I resolved the issue.
    I placed j2ee.jar in the tomcat common lib folder and it didn’t like it. So I placed the JDBC driver that I needed alone. classes12.jar.
    Do you know why the j2ee.jar doesn’t work?

    Thanks for all your help.
    Vito

    #199317 Reply

    Scott Anderson
    Participant

    Vito,

    I placed j2ee.jar in the tomcat common lib folder and it didn’t like it.

    That’s the kind of information that would’ve allowed me to diagnose the problem in about one post, if you’d mentioned it initially. 😉

    Do you know why the j2ee.jar doesn’t work?

    Yes, because it is redundant with a lot of the other classes that are already loaded in other Tomcat jars.

    So I placed the JDBC driver that I needed alone. classes12.jar.

    That’s fine, or you could’ve just used the ‘Append to Classpath’ setting in the connector to add classes12.jar from whereever it was, without copying it to the common lib directory. Either will work however.

    Glad to hear you’re up and running now.

    –Scott
    MyEclipse Support

    #199325 Reply

    vitodc
    Member

    Sorry Scott, I will know for next time.

    #199326 Reply

    Scott Anderson
    Participant

    No problem. Live and learn. 🙂

    –Scott
    MyEclipse Support

Viewing 5 posts - 16 through 20 (of 20 total)
Reply To: Tomcat 5 on Windows [Closed]

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