Re: Alias question

2002-07-08 Thread Andrea
[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Alias question

2000-12-31 Thread Koen Maes \(BE-day.com\)
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

Re: Alias question

2000-12-31 Thread Jacob Kjome
You have nothing telling tomcat to map a URL to your registered servlet. You would do that like this: servlet servlet-namehello/servlet-name servlet-classfoo.bar.baz.HelloWorld/servlet-class /servlet servlet-mapping servlet-namehello/servlet-name

Re: Alias question

2000-12-30 Thread William Brogden
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 --