eclipse with tomcat5.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    eclipse with tomcat5.5

    is there any way i could run jsp files from eclipse
    i have tomcat added in eclipse but when i try to run a jsp file on a server it says the server failed to start
    i dont want to copy the files everytime i modify them into webapps folder
    and when i copied the folder (in which i have all the files) it cannot compile the classes
    Thank You
  • oll3i
    Contributor
    • Mar 2007
    • 679

    #2
    i use eclipse 3.2.2 and when i go to window->preferences i dont have tomcat on the list

    Comment

    • oll3i
      Contributor
      • Mar 2007
      • 679

      #3
      i downloaded Sysdeo but now when i try to use some class in .jsp file eclipse doesnt see the class

      Comment

      • oll3i
        Contributor
        • Mar 2007
        • 679

        #4
        hihi it was windows firewall blocking tomcat :)

        Comment

        • Dököll
          Recognized Expert Top Contributor
          • Nov 2006
          • 2379

          #5
          Originally posted by oll3i
          hihi it was windows firewall blocking tomcat :)
          Have you tried using the built in HTTP/J2EE Preview web server instead, there is information listed I hear, in tomcat's docs, please have a look there... Let us know if that works but do try firing your jsps using the built in software:-)

          Also, I would by now go with Tomcat 6, if you know what I mean...

          In a bit!

          Comment

          • venukb
            New Member
            • Jun 2008
            • 3

            #6
            Originally posted by oll3i
            i downloaded Sysdeo but now when i try to use some class in .jsp file eclipse doesnt see the class
            I would definitely suggest you to use WTP.
            A new J2EE perspective is added which can help you to
            1. Configure/Add Application or Web Servers
            2. Create JSP/Servlet projects and deploy them from within eclipse.

            You can even run the server in debug mode and debug the JSP.

            Also if you intend to edit JSP's using some kind of Visual editor, do consider
            JBoss Tools Plugins.

            --Venu

            Comment

            Working...