• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Running Servlet in eclipse europa

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Eclipse Europa and I have added Tomcat6.0 as web server as it is being shown in my Eclipse Europa. Now please tell me the further steps so that I can run my simple Servlet application.
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi saurabh srivastav welcome to Javaranch,
first you need to check the library paths in Eclipse so that they contain the servlet-api path.
then you need to build your servlet (or the project)
configure the web.xml for this application.
then run the servlet

For more info refer detailed tutorials for Eclipse.
Also I think this is a IDE question rather than a servlet one.
So one of the bartenders will move it there, I guess.


Hope this helps .
[ July 15, 2008: Message edited by: Amit Ghorpade ]
 
The first person to drink cow's milk. That started off as a dare from this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic