Hello Ian and John, Thanks a lotz guys. I guess i found the solution. Will go home and try it.
we need to include a exclude pattern in our struts.xml <constant name="struts.action.excludePattern" value="/_ah/.*"/> @ lisandrodc I guess that should solve our problem. Below link would help you. http://www.benmccann.com/dev-blog/tag/struts-2/ Thanks for all you support. Be Happy Prateek. On Jun 24, 10:45 am, Prateek <[email protected]> wrote: > Hello Ian , > > Hello John, > > Thanks for the response. > > @Ian : Yes, i m using the same URL but with my own port config > iehttp://localhost:8888/_ah/admin. I even triedhttp://localhost:8888/_ah/login > but no output. I can see the local_db.bin file in my WEB-INF/appengine- > generated/ directory. > > @ John, yep you are correct, all my request are mapped to be handle by > struts. its by default '/' mapping. But that is required for my apps. > if i config my struts to handle /_ah/admin as well where would i > redirect him. > > Thanks and Regards > Prateek > > So you > > On Jun 24, 10:19 am, John Patterson <[email protected]> wrote: > > > > > You probably have struts configured to handle all requests. Wicket > > uses a filter rather than a servlet so it can pass unhandled URL's > > down the chain. Can you configure Struts like this? > > > On 24 Jun 2010, at 06:36, lisandrodc wrote: > > > > Hi! I have a same problem that Prateek. I use Struts 2. > > > I try to access the development web server console web > > > application.http://localhost:8080, run, but at run > > >http://localhost:8080/_ah/admin > > > or: > > >http://localhost:8080/_ah/login > > > But for both, says the page: > > > > "Struts Problem Report > > > > Struts has detected an unhandled exception: > > > # Messages: There is no Action mapped for action name login." > > > > On 23 jun, 16:50, Ian Marshall <[email protected]> wrote: > > >> Hello Prateek, > > > >> Are you trying to access the development web server console web > > >> application? If so, is the full URL you tried > > > >> http://localhost:8080/_ah/admin > > > >> (or whatever port number you use locally to test your URLs using the > > >> dev app server)? > > > >> Cheers, > > > >> Ian > > > >> On Jun 23, 6:37 pm, Prateek <[email protected]> wrote: > > > >>> Hello Ian, > > > >>> I did try the URL but couldnt get the VIEW. I have configured my > > >>> apps > > >>> with struts2 and tiles2. do i have to included any thing else in my > > >>> Mapping. I m getting an ERROR as > > > >>> HTTP ERROR 404 > > > >>> Problem accessing /_ah/admin. Reason: > > > >>> There is no Action mapped for namespace / and action name admin. > > >>> Powered by Jetty:// > > > >>> can you guide me to as how to resolve it. > > > >>> Thanks and Regards > > >>> Prateek > > > >>> On Jun 23, 6:37 am, Ian Marshall <[email protected]> wrote: > > > >>>> You're welcome. > > > >>>> Of course, if you do not want to view your locally-persisted > > >>>> entities > > >>>> and just want to delete them all, just follow the instructions give > > >>>> at: > > > >>>> http://code.google.com/intl/en/appengine/docs/java/tools/devserver.ht > > >>>> ... > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Google App Engine for Java" 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 > > > athttp://groups.google.com/group/google-appengine-java?hl=en > > > . -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
