> Hello .
> I am a new bee in java servlet.
[quoted text clipped - 14 lines]
>
> Thousand thanx for help in advance.
> > Hello .
> > I am a new bee in java servlet.
[quoted text clipped - 26 lines]
>
> - Show quoted text -
I agree with Lew. Whatever Lew stated is the usual method to deploy a
web app from eclipse.
nitin, Since you are a newbie to java servlet, I strongly recomment
you not to use any IDE for learning. Use a simple text editor like
notepad for creating the servlet and do the compilation & deployment
manually. Once you get the fundamentals right, you may move to an IDE
like eclipse. Because eclipse tends to make things easier and you may
never learn some settings about deployment.
-Sundar
http://heysundar.blogspot.com
Lew - 20 Jul 2007 13:11 GMT
nitin hotmale wrote:
>>> Hello .
>>> I am a new bee in java servlet.
> nitin, Since you are a newbie to java servlet, I strongly recomment
> you not to use any IDE for learning. Use a simple text editor like
> notepad for creating the servlet and do the compilation & deployment
> manually. Once you get the fundamentals right, you may move to an IDE
> like eclipse. Because eclipse tends to make things easier and you may
> never learn some settings about deployment.
More useful is to read the Sun JEE tutorial and just about anything written by
Marty Hall.

Signature
Lew