What do the logs say ??
Isnt this HANDLER THREAD  PROBLEM : java.lang.NullPointerException ??
----- Original Message -----
From: "Pete Ehli" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 31, 2000 12:34 AM
Subject: Re: Alias question


> Yes exactly and it generates a server 500 error.
>
> ----- Original Message -----
> From: "William Brogden" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, December 30, 2000 8:39 AM
> Subject: Re: Alias question
>
>
> >
> >
> > 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]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to