RE: how the servlets put under subdirectory of web-inf/classes

2000-12-16 Thread Simon Freytag
> 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

how the servlets put under subdirectory of web-inf/classes

2000-12-15 Thread David Hua
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. ___