Scenario: websphere published the project successfully, but at the time of access, enter the username and password, click the login button, wait for a long time, and then the page reports an error
Error 404:SRVE0190E: File not found: index.Action
Solutions:
1. Login to the websphere console as http://IP address :9060/admin
2. Enter the directory
Server webSphere Application Server Server1 Container Settings Web Container Settings Web Container custom properties, as shown in the figure below:
Error 404:SRVE0190E: File not found: index.Action
Solutions:
1. Login to the websphere console as http://IP address :9060/admin
2. Enter the directory
Server webSphere Application Server Server1 Container Settings Web Container Settings Web Container custom properties, as shown in the figure below:
The configuration is as follows:
1.
com.ibm.ws.webcontainer.invokefilterscompatibility=true
2,
com.ibm.ws.webcontainer.mapFiltersToAsterisk=true
3,
com.ibm.ws.webcontainer.removetrailingservletpathslash=true
3. After configuration, restart websphere, exit the console and log in again. This is important.