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

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. below

tomcat newbie : cant make a simple servlet work

2005-06-04 Thread Michael Echavez
Greetings everyone! I'm a newbie with Tomcat and i've already been trying out a simple server example for about 2 days now and still it wouldnt work. I really hope someone would help me out. Specifications: 1. operating system : windows xp sp2 2. java : jdk 1.5 3. tomcat : version 5.5 *i'm