[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: web app does not compile on Windows

Nagrik wrote:

Hello Group,

I created my first web app on Windows XP professional with eclipse IDE for EE version 3.3.2. However, at the last step when I try to compile the application by going to

Project->Build All,

it does not create any class file for SnoopServlet.class.

I tried is several times.

And thus my application does not display in the window although the server has started. The page comes up with

"The page cannot be displayed" and host of other messages.

Can someone help me with the compilation of the web app.

Thanks

nagrikHello Group,

Actually it compiles now but does not display. I am following the WTP tutorial given on eclipse site.


I reached the end, build all, started the server, but the page does not display. It appears I am missing a .jar file or something very minor.

I am running eclipse IDE 3.3.2 on Windows XP.

The application does not run on stand alone web server with the following url

localhost:8080/snoop
or
localhost:8080/WTP-Tutorial-1/snoop.

Help needed.

Thanks.

nagrik