Pete Ehli wrote:
>
> Hello group -- I am trying to access a servlet via an alias. This I thought
> was done through the web.xml file in my directory
> webapps\practice\Web-inf\web.xml - practice is of course the name of my web
> application. I have changed only my web.xml file to run my servlet --
>
> This is what I have put into my web.xml file (this is the only thing in it).
> <servlet>
> <servlet-name>hello</servlet-name>
> <servlet-class>foo.bar.baz.HelloWorld</servlet-class>
> </servlet>
Looks to me like Tomcat will look for:
webapps/practice/WEB-INF/classes/foo/bar/baz/HelloWorld.class
is that what you have?
WBB
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]