procedure for excecuting and writing the Servlets program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mailavi
    New Member
    • Aug 2007
    • 13

    procedure for excecuting and writing the Servlets program

    Sir! thanks i got reply for my last posting.

    now please tell me the procedure for excecuting and writing the Servlets programs and please also explain the procedure for seting the path for my computer .............. if possible with an example.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by mailavi
    Sir! thanks i got reply for my last posting.

    now please tell me the procedure for excecuting and writing the Servlets programs and please also explain the procedure for seting the path for my computer .............. if possible with an example.
    Please don't ask you question in the Java Articles section; I'll move your question
    over to the Java Forum section.

    kind regards,

    Jos

    Comment

    • Nepomuk
      Recognized Expert Specialist
      • Aug 2007
      • 3111

      #3
      Originally posted by mailavi
      Sir! thanks i got reply for my last posting.

      now please tell me the procedure for excecuting and writing the Servlets programs and please also explain the procedure for seting the path for my computer .............. if possible with an example.
      If you want to run a Servlet, you'll need a Java Server. A good choice would be Tomcat, maybe connected with Apache.

      Using this isn't that easy, when you're a beginner, but you can find tutorials online - both on handeling Servlets and on using Tomcat. I would suggest, you download and install Tomcat, have a look at a few Tutorials and if you have questions, ask here! As I said, it isn't that easy, so don't worry if you don't manage directly.

      Greetings,
      Nepomuk

      Comment

      • ttamilvanan81
        New Member
        • Mar 2007
        • 35

        #4
        hai, please refer the following link, you will get the solution for your problem
        In this link also provide to download option for the Tomcat server

        http://www.roseindia.n et/servlets/index.shtml

        Please visit the link above

        Regards

        Tamilvanan

        Comment

        • javafriend
          New Member
          • Sep 2007
          • 1

          #5
          For servlet purpose you have to import javax package. we can write servlets in two ways. 1. implements servlet interface. 2. extends Generic Servlet. First u install Tomacat keep your programme WEB-INF/classes. write web.xml

          Comment

          Working...