Esclipse

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SAIRAAM
    New Member
    • Feb 2007
    • 45

    #1

    Esclipse

    How Can I Run A Jsp Page In Esclipse Ide......
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by SAIRAAM
    How Can I Run A Jsp Page In Esclipse Ide......
    Consult the Eclipse manual

    Comment

    • SAIRAAM
      New Member
      • Feb 2007
      • 45

      #3
      how cam i do that.... am a beginner of this IDE so help me...

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by SAIRAAM
        how cam i do that.... am a beginner of this IDE so help me...
        Surely there is a help button somewhere on your menu.

        What errors did you get when you tried to run the JSP? Remember that the JSP must be in the WebContent folder

        Comment

        • hirak1984
          Contributor
          • Jan 2007
          • 316

          #5
          you have to include some jars, like servlet-api.jar

          please post in the errors you got,so that we can understand the exact problem

          Originally posted by SAIRAAM
          how cam i do that.... am a beginner of this IDE so help me...

          Comment

          • 123456prakash
            New Member
            • Jan 2007
            • 35

            #6
            I don't know which server r u using but i can tell u with tomcat


            for that first u have to download the plugin
            copy that plugin in the eclipse plugin folder
            ie where u have installed ecilpse there will be folder called plugin

            this is the plugin which i m using
            com.sysdeo.ecli pse.tomcat_3.2. 0.beta3
            you can get this from internet

            Then restart the eclipse
            go to windows - preference
            you will see tomcat option give the path of tomact
            you will see start stop and restart icon on eclipse tool bar

            ...

            Comment

            • SAIRAAM
              New Member
              • Feb 2007
              • 45

              #7
              how to deploy a webservice using tomcat server?
              we are not using any wizard.


              do reply

              Comment

              • 123456prakash
                New Member
                • Jan 2007
                • 35

                #8
                after setting tomcat with eclipse ...
                when you create new project you will get a option ..for
                tomcat project also ... this will automatically create all the required folder
                xml files ... etc ... after that u can edit that n make ur required changes
                I hope u might be knowing how to deploy a web application ...

                Comment

                Working...