Are you using Python or JAVA to build your servlets?

If You're using Java you need to define your servlet in your web.XML
file. You simply define the servlet name, the class it points to and
then the mapping of the servlet name to it's URL. If you checkout the
default web.XML file that is created when you build the default GWT
app in eclipse you'll see a good example of this.

On Apr 11, 7:26 am, Divyahans <divyaha...@gmail.com> wrote:
> Hi, I'm just starting off with App Engine and was looking for a little
> help.
>
> I've made Java Servlets on App Engine with the URLs like 
> -http://www.test.appspot.com/test
>
> But, how would I make a Java Servlet with the URL 
> -http://www.test.appspot.com/test/page2
>
> Could someone give me some advice?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to