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
> here has something to do with the new Tomcat version. Can someone try
> deploying the application so that I'll be able to find out whether what the
> problem really is. Below are the codes i used:

That is using the ancient /servlet directory default servlet thingy,
the class you have needs to be packaged and then placed in
%TOMCAT_HOME%/webapps/yourwebapp/WEB-INF/classes for it to work
properly.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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

Reply via email to