6th Semester CSE Lab manual's1. Principles of Compiler Design
- View / Download 2. Web technology - Lab manual 1 (GKMCET) - View / Download - Lab manual 2 (LAEC) - View / Download 3. Object Oriented Analysis & Design - Study of UML - View / Download - Lab Manual 1 (GKMCET) - View / Download - Lab manual 2 - View / Download - Lab Manual 3 (SKPIT) ---> Mr.N.Gopinath, AP/CSE, SKPIT <--- - View / Download 4. English Lab - GD Topics & hints - View / Download TOMCAT ProcedureHow to Run Tomcat for servlet programs.?
with Sample & simple servlet program.. --------CSE TUBE--------- This is our servlet program. ex5a.html 1.Create a new directory in Tomcat->webapps. 2.create a dir WEB-INF inside it.. 3.Create Classes dir inside web-inf.. 4.you will be having the java program. 5.run it & generate the class fle.. 6.place it in the classes.. 7.goto examples folder & find "web.xml" 8.copy the contents & paste it in new notepad 9.Delete all except servlet & servlet mapping as shown 10.change the name as class name 11.don delete tat"/" 12.save it in any location & copy it to WEB-INF 13.place ur html program in ur servlet demo folder 14.edit the html file 15.myservletdemo is the name of java class & servletdemo is the name of our folder here. 16.For java compilation errors - now copy servlet-api from tomcat->library & place it in the jdk library if ur program is not compiling. 17.now run the program. 18.remember to start tomcat before start executing. 19.If program not executing, try to restart tomcat. 20.thus servlet program is executed. ---------------CSE TUBE------------ Thanku for watching. LIKE us ,Share us in Facebook. +1 us and follow us in GOOGLE+. To get more updates from us subscribe via sms. view our site www.csetube.in Well suited for lab program shared in our site - servletdemo |