user3145373 ツ
user3145373 ツ

Reputation: 8156

Google AppEngine not displaying web pages

I have installed Google API in my Eclipse 4.3(Kepler). I am trying to deploy my existing project to it but it doesn't so I have copy /paste my directory like web-content, java resources src directory and it's sub directory.

I gives me some error of import javax.servlet.annotation.WebServlet; package also. all other code works fine. I deploy project on AppEngine but when I am trying to access it's webpages then it doesn't show.

My appengine url is something like http://keyurdatadrive.appspot.com

when I am trying to access my page slog.jsp like http://keyurdatadrive.appspot.com/slogin.jsp then it gives me an error.

The requested URL /slogin.jsp was not found on this server.

anyone tell me that what to do to deploy my existing project to it ?

And why I can't access my pages ?

Upvotes: 0

Views: 240

Answers (1)

Mateusz
Mateusz

Reputation: 1224

Did you add slogin.jsp to in web.xml?

read this: documentation

Upvotes: 1

Related Questions