Setting Up Development Environment: 2.1.apache Server
Setting Up Development Environment: 2.1.apache Server
Setting Up Development Environment: 2.1.apache Server
com/Gctpak
Before installing tomcat , make sure you have JDK (java development
kit)
www.youtube.com/AdeebTechnologyLab www.facebook.com/Adeeb.Technology.Lab
www.SalmanAdeeb.wixsite.com/DAE-CIT-books www.facebook.com/Gctpak
3- After downloading click the <next button then click <I Agree
<select the type of install<Full<Next<Give path from program
files<jdk<JRE<Next<Finish<installed.
go to properties <security<manual<start
you can also search this service from Bin folder. Open tomcat9w.exe
<%=’’Hello World’’%>
Now you go on localhost8080 and also type the name of your jsp file
For example
Localhost:8080/app1
www.youtube.com/AdeebTechnologyLab www.facebook.com/Adeeb.Technology.Lab
www.SalmanAdeeb.wixsite.com/DAE-CIT-books www.facebook.com/Gctpak
www.youtube.com/AdeebTechnologyLab www.facebook.com/Adeeb.Technology.Lab
www.SalmanAdeeb.wixsite.com/DAE-CIT-books www.facebook.com/Gctpak
in the WEB-INF directory are visible to servlets and Java classes that
reside within the web application.
www.youtube.com/AdeebTechnologyLab www.facebook.com/Adeeb.Technology.Lab
www.SalmanAdeeb.wixsite.com/DAE-CIT-books www.facebook.com/Gctpak
2. classes Directory :
The classes directory contains all compiled Java classes that are part of your web
application. The classes should be located in a directory structure matching their package
structure.
lib folder :
The lib directory contains all JAR files used by your web application. This directory most
often contains any third party libraries that your application is using. You could, however,
also put your own classes into a JAR file, and locate it here, rather than putting those
classes in the classes directory.
www.youtube.com/AdeebTechnologyLab www.facebook.com/Adeeb.Technology.Lab