| Author |
How do i create servlet program without EE pluing in Eclipse
|
kaviyazhagan kajendiran
Greenhorn
Joined: Apr 24, 2011
Posts: 4
|
|
Hi all,
I am new guy of J2ee and i have to develop servlet application in eclipse IDE without EE plugin on ubuntu...plase let me kow if know
Thanks
Kavik
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
|
With a text editor?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
That's how I've been doing it. You just need to make sure that you add the servlet.jar file to your class path when you compile the servlets.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
kaviyazhagan kajendiran
Greenhorn
Joined: Apr 24, 2011
Posts: 4
|
|
After compiling my servlet application. The server throws exception as mentioned below
HTTP Status 404 - /sample/
type Status report
message /sample/
description The requested resource (/sample/) is not available.
please can you guide me on that
Thanks in advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
|
Have you properly set up the servlet and its mapping in the deployment descriptor?
|
 |
 |
|
|
subject: How do i create servlet program without EE pluing in Eclipse
|
|
|