i think, if you have that servlet in the package then http://localost:8080/appdir/servlet/subdir.HelloWorldExample will work, or else i think http://localost:8080/appdir/servlet/subdir/HelloWorldExample may also work i dont no for sure about the second case, but the package thing works for sure --- "Cressatti, Dominique" <[EMAIL PROTECTED]> wrote: > How do I run manually a servlet located in > subdirectory. > I mean I can run HelloWorldExample directly (not > using web.xml) > by doing: > http://localost:8080/appdir/servlet/HelloWorldExample > when it is located in: > /webapp/appdir/WEB-INF/classes/ > > but how would I do it (specify the subdirectory) if > HelloWorldExample.class was located in > /webapp/appdir/WEB-INF/classes/subdir/ > > Thanks > > Dom > >
__________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
