I'm not sure what a web instance is. Do you mean a web application??
If so then in Tomcat's webapps/ directory, create a new directory which be your web application. Under this app directory you also need a /WEB-INF/web.xml. Just use a copy of web.xml file from another web application.
So you have:
/myapp/
/myapp/WEB-INF/web.xml
your jsp files go in /myapp
Best Regards, pfist