Re: tomcat causes servlet malfunction???

2005-06-08 Thread Michael Echavez
it is located in the "\web\WEB-INF\classes\chapter2" directory. On 6/9/05, Ben Souther <[EMAIL PROTECTED]> wrote: > > Where is the servlet's class file? > > > On Wed, 2005-06-08 at 11:35, Michael Echavez wrote: > > i didnt use the invoker here. ive explicitly mapped my servlet with > > that url

Re: tomcat causes servlet malfunction???

2005-06-08 Thread Ben Souther
Where is the servlet's class file? On Wed, 2005-06-08 at 11:35, Michael Echavez wrote: > i didnt use the invoker here. ive explicitly mapped my servlet with > that url. below is a part of my web.xml > > > ParameterServlet > > This servlet retrieves the parameters sent

Re: tomcat causes servlet malfunction???

2005-06-08 Thread Jason Bainbridge
On 6/8/05, Michael Echavez <[EMAIL PROTECTED]> wrote: > Hi Everyone! > There is a servlet i found from a book that utilizes the parameters from > servlets but whenever i run it the browser doesnt seem to open the class > properly and instead it only downloads the .class file. I think the problem >

tomcat causes servlet malfunction???

2005-06-08 Thread Michael Echavez
Hi Everyone! There is a servlet i found from a book that utilizes the parameters from servlets but whenever i run it the browser doesnt seem to open the class properly and instead it only downloads the .class file. I think the problem here has something to do with the new Tomcat version. Can som