java - Have issues while trying to access specific URI in Websphere 7.0 version -
Websphere server has some update activity. After the update, I am not able to access my specific URI present in the specific package, but I am able to use other links in my application
it throws the error down
<40> Error: 404: javax.servlet.UnavailableException: SRVE0202E: Servlet was found, but is corrupted: SRVE0227E: Check that the square stays in the appropriate package directory. Done SRVE0228E: Check that the classname is defined in the server using the appropriate case and fully qualified package. SRVE022 9E: Check that the class was transferred to the file system using binary transfer mode. SRVE0230: Check that the class was compiled using the appropriate case (as defined in class definition). SRVE0231E: Check that the class file name was not changed after it was compiled.I have examined the naming conventions, package covers, compiled the file and put the file in the field
but unable to find what is wrong Please suggest some solution
The problem is resolved now. The path mentioned in the shared Libre for the class folder was incorrect. It is working after a valid path.
Before it is related to Web-INF classes in the folder of Web folder and no file exists on that path
Comments
Post a Comment