Hello everyone, I am new to this forum and also to
tomcat.
I have been trying and searching for 3 days and with no success and i have an assignment due in a week,reason why i wanted to setup tomcat at home so I can do some work at home.
I have installed jdk and I can deploy
java files use the command javac filename.java
actually everything works perfectly in the university but at home I do have some problem which seems to come from some sort of wrong configuration.
I cant run
servlets, I can run website which are in the folder ROOT but then i have a WEB-INF/classes/ folder which contains all the classes and the
string to call them is
<form action="/servlet/AllStudents" method="get">
when i do this it says the requested resource is not available, how do it set my tomcat in order to read the classes inside the folder classes and call them using /servlet/name of the class ?
i hope someone can help
thank you
---------------
ps:
this is the error I get
type Status report
message /servlet/AllStudents
description The requested resource (/servlet/AllStudents) is not available.
i tried everything but nothing works
please help!