You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2008/12/05 15:47:36 UTC

[jira] Commented: (WW-2719) Struts action gives 404 in websphere with file serving disabled

    [ https://issues.apache.org/struts/browse/WW-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45128#action_45128 ] 

James Holmes commented on WW-2719:
----------------------------------

What is the "File Serving Enabled Setting"? Is that something in WebSphere?

Are you proposing something that needs to be fixed in Struts or do you just need help configuring WebSphere?

> Struts action gives 404 in websphere with file serving disabled
> ---------------------------------------------------------------
>
>                 Key: WW-2719
>                 URL: https://issues.apache.org/struts/browse/WW-2719
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>         Environment: Websphere 6.1 
>            Reporter: Harsh Choudhay
>
> Hi,
> Here is the situation. We are developing application in struts 2.0 on WAS 6.1. I have tried deploying application with below two settings
> File Serving Enabled Setting :
> 1) Everything works fine when I hit following URL in the browser
> https://192.168.1.35/xy zzz/jsp/login/welcome.jsp(Welcome.jsp just redirects to .action after doing some javascript processing)
> 2) The above jsp redirects me to https://192.168.1.35/x yzzz/welcome_success.action . and the page comes up just fine
> File Serving Disabled Setting:
> 1) On hitting https://192.168.1.35/db4/ jsp/login/welcome.jsp
> 2) I am redirected to https://192.168.1.35/db 4/welcome_success.action, I get page cannot be displayed error,
> for file serving disabled I have put all the html,images, js & CSS in the apache webserver. I think problem is that neither webserver nor app server knows which one should serve .action urls. Also when I look at the plug-in config file there is no URL mapping for .action.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.