Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Problem Running Servlet On Tomcat 5

  Asked By: Bogart    Date: Jul 29    Category: Java    Views: 717
  

I am using Tomcat 5... I wrote a simple servlet and compiled it successfully...
I tested that on old/(gold?) JSWDK by putting my servlet file in

C:\jswdk\webpages\WEB-INF\servlets

It worked well... when i accessed it using
http://localhost:8080/servlet/MyServlet

But.. Then i did the same with Tomcat and it is not running... I am putting my
servlet class file in

C:\tomcat\webapps\ROOT\WEB-INF\classes

and accessing it via http://localhost:8080/servlet/MyServlet

{i know how to run any server and how to stop... means u dont consider that i am
running "both" at same time on "same" port... I am not that silly... :) }

Please any one can help me...

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Problem Running Servlet On Tomcat 5 Or get search suggestion and latest updates.




Tagged: