Inquire about applying the user custom.jsp file
Hi members I want to apply the .jsp page that the user will use as custom on the codebeamer, but I'm going to proceed with it in the following way
1. Create a views folder in the C:\CB-2.2.2\tomcat\webapps\cb\WEB-INF\ path to register a .jsp file to that folder
2. Deploy code to use as a custom controller in the C:\\CB-2.0.2\tomcat\\webapps\cb\\WEB-INF\\lib folder as a JAR file
3. Add settings for my-applicationContext.xm in /tomcat/conf/server.xml and /tomcat/webapps/cb/WEB-INF/classes
If you call the .jsp file through the controller (for example, http://localhost:80/cb/custom/myCreateProject) in the browser, you will get a 404 error. You will be wondering how to set up the class file to be used as the controller and where to locate and use the .jsp file.

