project « Eclipse « JSP-Servlet Q&A





1. Eclipse: Two web projects, one servlet    stackoverflow.com

I use a library which includes, among other things, a servlet. I've fetched the source for this lib to a dynamic web project and it works fine. I'd like to make ...

2. servlet communicate with J2me Project?    stackoverflow.com

i am working with Eclipse to develop a application in J2ME.In This application i am using a servlet called HitServlet and a J2me Class HitMIDlet. I want to run this project using ...

3. Java Dynamic Web Project with Eclipse    stackoverflow.com

Currently to access my dynamic web project (running in a tomcat servlet container) I access the following url:

http://localhost:8080/[Eclipse_Project_Name]
I have a couple questions about this:
  1. Where is the configuration that ...

4. Eclipse: How do I add the javax.servlet package to a project?    stackoverflow.com

I'm using Eclipse 3.6 Helios (for Java Developers) and want to add the javax.servlet package to one of my projects. What do I need to configure/download?

5. Unable to select project for New->Servlet    stackoverflow.com

As the title says, I'm unable to create a new servlet because I cannot assign it a project. Also the browse buttons do not work, at all, as in they silently fail Am ...

6. steps for adapt eclipse dynamic web project to have a site in real server    stackoverflow.com

I Write a small servlet and jsp project on eclipse and tomcat 5.5.but idont know with works i do for make that a real site on a real host.should i war ...