The Artima Developer Community
Sponsored Link

Web Services Forum
Help needed to execute my first servlet

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jenny Thompson

Posts: 1
Nickname: jeenu
Registered: Sep, 2006

Help needed to execute my first servlet Posted: Sep 14, 2006 8:31 AM
Reply to this message Reply
Advertisement
Hi,

I m very new to servlet technology.
I m using Tomcat4.1.
I m trying to execute a servlet 'RequestDemoServlet.java'
I have put my class file in '<%Tomcathome%>\webapps\myApp\WEB-INF\classes..in which myApp is the directory created by me.
In web.xml i mapped the servlet name like follows
"<servlet>
<servlet-name>RequestServlet</servlet-name>
<servlet-class>RequestDemoServlet</servlet-class>
</servlet>
"
I m trying to execute it by
'http://localhost:8080/servlet/TestingServlet'
but i cud not execute it
I m not understanding the concept how we can execute it..What are the things I have to give importance...

Any body clarify please

Topic: axis on high loaded system Previous Topic   Next Topic Topic: Configure Tomcat 5 with SSL

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use