How to Run Java Servlet Program using Tomcat 7.0 : 2014

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 35

  • @ShreyanGoswami
    @ShreyanGoswami 8 лет назад +4

    Tip: Shift right click on explorer to open cmd in that directory

  • @shonildabreo5228
    @shonildabreo5228 8 лет назад

    done perfectly and point to point as needed

  • @dharmendersingh7406
    @dharmendersingh7406 4 года назад

    Can you share the code written in Demo.java file

  • @Dr.walimsd
    @Dr.walimsd 8 лет назад

    thanks a lot...
    Do you have complete series on SERVLET

    • @64bitProgrammer
      @64bitProgrammer  8 лет назад +1

      +WALI MASOOD Sorry , I don't have any such tutorial series. You can refer to books or other channel for that. Thanks for checking out the video !

  • @sushant582
    @sushant582 7 лет назад

    Thanks dude..The video was very helpful to me

  • @AnnaJeanine
    @AnnaJeanine 8 лет назад

    Thank you for the tutorial! I do have a question. Perhaps if I made two .java classes, one homepage and one for contact info. How would i link these two in the href? Could someone help me ou?

    • @64bitProgrammer
      @64bitProgrammer  8 лет назад

      +Anna Jeanine Just copy paste whatever was typed for single java application right below it and rename the file name. i.e. copy paste the and tags as they were typed, and replace demo with one and two which are the java file names.

    • @AnnaJeanine
      @AnnaJeanine 8 лет назад

      +64-bit Programmer you just saved my life! thank you very much!

    • @64bitProgrammer
      @64bitProgrammer  8 лет назад

      I'm glad i could help you out ! Cheers ! :)

  • @iProCombo
    @iProCombo 6 лет назад

    Mine doesn't find it. Completely ignores it for some reason... I can / into the folder but can't access any .java files within. Quite frustrating

    • @64bitProgrammer
      @64bitProgrammer  6 лет назад

      Did you try running command prompt as Admin? Also make sure you're using right commands to navigate folders.

    • @iProCombo
      @iProCombo 6 лет назад

      I'm using the right commands. I'm using a CentOS server so no access to command prompt in that regard. Just terminal

    • @64bitProgrammer
      @64bitProgrammer  6 лет назад

      Don't you have root access to the OS? If not, you might have to change some settings in order to run it locally in your user home directory I think.

    • @iProCombo
      @iProCombo 6 лет назад

      Yeah I was using root. Using root doesn't help it to see the java files unfortunately. Like they don't exist

    • @iProCombo
      @iProCombo 6 лет назад

      Even though I can see the class files in those specific folders through FTP

  • @ashokraj9830
    @ashokraj9830 7 лет назад

    smart explanation thank you so much......

  • @michaellaposata5489
    @michaellaposata5489 9 лет назад

    what goes in the classes file

  • @bilalahmadbil3999
    @bilalahmadbil3999 7 лет назад

    greate method sir

  • @ohchinlucky
    @ohchinlucky 10 лет назад

    then how to compile

  • @vaibhavgole6982
    @vaibhavgole6982 8 лет назад

    thank you very much

  • @surajmahtosbg
    @surajmahtosbg 8 лет назад

    tooo good man..thanks

  • @t0p103
    @t0p103 7 лет назад

    i hava an internal today on servlets hope i can execute ...
    thx u

  • @A2ZHub2
    @A2ZHub2 8 лет назад

    how to configure and install servlet jsdk2.0

    • @64bitProgrammer
      @64bitProgrammer  8 лет назад

      Download JDK and Tomcat from the link given in the description and install them. After installation you can follow the steps from this video.

  • @solairajs8752
    @solairajs8752 6 лет назад

    javac isnot recognized internal path what i do

    • @IoTLearner
      @IoTLearner 5 лет назад

      first set the environment variable correctly and then Run the cmd as administrator for compiling

  • @sujisri948
    @sujisri948 9 лет назад

    thank u

  • @ohchinlucky
    @ohchinlucky 10 лет назад

    i have installed my tomcat in other directory than C:

    • @64bitProgrammer
      @64bitProgrammer  9 лет назад

      Mahesh Dhoundiyal While setting the path if you give the path properly then everything should work nicely. eg: If your drive is "D: then D:/tomcat/bin" like this will be the path.