I'm trying to created several urls for different types of users to access my app. For example, I'd like to break my app into the following urls:
myapp.appspot.com/admin myapp.appspot.com/instructor myapp.appspot.com/student I have portions of the app running (i.e. admin) which I created by modifying the starter app created by the eclipse plugin, but not using the url above. Now I'm struggling with servlets and/or modules -- how to create and test them. I haven't found any instructions yet on "How to add your second servlet (and/or module) to an app." Any help would be appreciated. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
