This occurs with most frameworks that use a filter with a wildcard
mapping to dispatch all requests, the Development server's admin
Servlets are no longer found, and are instead being processed by the
your framework (Struts).
<filter-mapping>
<filter-name>frameworkDispatcher</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
I'm unsure on the best way to resolve this - as I'm not from a Java
background, I don't know the best way to set up the filter mappings.
However, when I required access to the Admin in Development, I simply
temporarily commented out the framework's default filter with the
wildcard mapping, accessed the Admin, then added the filter again when
needing to run the app.
Andy
On Jan 30, 1:11 pm, MKumar <[email protected]> wrote:
> Hi,
> I am using JAVA GAE , Everything is working fine, but I am not able to
> access the Admin console, which as given in documentation can be
> accessed usinghttp://localhost:<myport>/_ah/admin
>
> But its giving me following error:
> HTTP ERROR: 404
>
> There is no Action mapped for namespace /_ah and action name admin.
> RequestURI=/_ah/admin
>
> For your information, I had neither used data storage, or queing etc.
> in application, But wanted to directly enter some data using admin
> console.
>
> Please give me some idea so I can access the admin console for data
> entery on development server.
>
> Thanks
> Mrityunjay Kumar
--
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.