Hi!
I just start learning Jakarta Tomcat. My first assignment is to create a new context (called learning) under webapps directory. After following the instruction carefully, and copying a java class called IsItWorking into /learning/servlet, I ended up with a message that says this class can not be found, even though I put it in a correct directory.
On my browser, I typed:
I've made several trials, like putting this class one directory higher (/learning) and tried to open it with:
and still, it didn't work.
Is there some procedure I might overlook? What can cause this error message?
Please help! And thanks in advance...
Andre
I just start learning Jakarta Tomcat. My first assignment is to create a new context (called learning) under webapps directory. After following the instruction carefully, and copying a java class called IsItWorking into /learning/servlet, I ended up with a message that says this class can not be found, even though I put it in a correct directory.
On my browser, I typed:
I've made several trials, like putting this class one directory higher (/learning) and tried to open it with:
and still, it didn't work.
Is there some procedure I might overlook? What can cause this error message?
Please help! And thanks in advance...
Andre