servlets thread: how to run servlet on Blazix
I am studying servlet by Blazix. Could please tell me how to make the simplest servlet running in Blazix. I put the servlet folder in classes or webfiles folders, and run url in browser like this: http://localhost/classes/mysrvlet/mypackage.MyClass but the error is servlet class not found my web.ini is like this(added like following) servlet.name: pz servlet.pz.className: mypackage.MyClass servlet.pz.url: /mysrvlet Thanks
|





