Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: how to run servlet on Blazix


Message #1 by "finch" <zhangpingchina@h...> on Mon, 5 Aug 2002 11:27:24
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

  Return to Index