>>Some suggest turning this off b/c for security reasons you might not want
>>users to be able to access any old servlet through this mapping.  My
>>thinking is, you want them to access them through the manner that you set
up
>>in your struts framework and not arbitrarily.

I am aware of the security problem, but i just turned it on for debugging
purposes.

>>It sounds like you've got the servlet deployed but that there might be a
>>problem with the deployment descriptor which should be handling your
>>mapping.

>>What URL are you trying for the example?

Yes the ActionServlet is deployed coz i can see some debug info, the web.xml
is out of the box from struts example war file. I am just trying to login
from login page (http://localhost/logon.jsp), although I don't know the
login/password I was hoping to get at least a sensible error page but all i
got was a page not found and the url was http://localhost/logon.do I am
attaching my web.xml and ibm's xmi files.

I don't get any parser exceptions, it looks like struts-config gets read
fine, during start-up. But the mapping does'nt seem to work.

> After some further testing, i found that I can access some servlets by
name
> as long as they are mapped to "/servlet/...." but since the action
servlets
> are mapped as "*.do", it does'nt seem to like it.
>

thanks 
rajiv

Attachment: web.xml
Description: Binary data

Attachment: ibm-web-ext.xmi
Description: Binary data

Attachment: ibm-web-bnd.xmi
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to