> I put my servlets under myapp/web-inf/classes directory. They works fine.
> But if I put the servlets under subdirectory("subclasses") of classes,
> I try different URL:
> localhost:8080/myapp/servlet/myservlet
> or
> localhost:8080/myapp/servlet/subclasses/myservlet
try
localhost:8080/myapp
I put my servlets under myapp/web-inf/classes directory. They works fine.
But if I put the servlets under subdirectory("subclasses") of classes,
I try different URL:
localhost:8080/myapp/servlet/myservlet
or
localhost:8080/myapp/servlet/subclasses/myservlet
Both didn't work.
Please help me.
___