this?? If its the first case, change it to a forward slash i.e. the one that I showed. Also I'm not sure if this will solve the problem that you are having. Are you sure your applications Context Path is "Test"??
Were there any deployment errors in your app. Which servlet container are you using?? If its tomcat, then can you go at http://localhost:8080/manager/html/ and see if the Test application is actually running or not...
your given the url pattern with (\) don't give with that and try with (/) forward slash.
Even thought it was not working the give url pattern with the root directory ex: /test/print.do.
404 exception means ClassNotFoundException it is not finding the action path corretlly. Check once
you don't need to explain your other configuration..... you get the error at the first stage... When you start tomcat and simply call your index page you didn't get your index page.... So, I think you made mistake with create your web application.... other configuration comes after make another resource page request...