You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Michael <mi...@idtect.com> on 2002/08/30 14:08:06 UTC

404 error when calling /admin/reload.do

I can't figure out why I'm getting a 404 when calling /admin/reload.do:

Access log:

127.0.0.1 - - [30/Aug/2002:14:05:18 1000] "GET
/oemserver/admin/reload.do HTTP/1.1" 500 795

Localhost log:

2002-08-30 14:05:18 Authenticator[/oemserver]: Security checking request
GET /oemserver/admin/reload.do
2002-08-30 14:05:18 Authenticator[/oemserver]:   Checking constraint
'SecurityConstraint[Test 1]' against GET /admin/reload.do --> false
2002-08-30 14:05:18 Authenticator[/oemserver]:   No applicable
constraint located
2002-08-30 14:05:18 Authenticator[/oemserver]:  Not subject to any
constraint
2002-08-30 14:05:18 StandardContext[/oemserver]: Mapping
contextPath='/oemserver' with requestURI='/oemserver/admin/reload.do'
and relativeURI='/admin/reload.do'
2002-08-30 14:05:18 StandardContext[/oemserver]: Decoded
relativeURI='/admin/reload.do'
2002-08-30 14:05:18 StandardContext[/oemserver]:   Trying exact match
2002-08-30 14:05:18 StandardContext[/oemserver]:   Trying prefix match
2002-08-30 14:05:18 StandardContext[/oemserver]:   Trying extension
match

Struts-config:

    <action    path="/admin/reload"
               type="org.apache.struts.actions.ReloadAction"/>


My actions work fine, just not the admin ones.

Michael


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>