Hi, > Where to place the jsp file?
It can be in any directory under you webapp. Typically you place it in the root directory of your app. So if your app is called "mygoodapp" the jsp can be placed in <tomcatroot>/webapps/mygoodapp/ or any subdirectory. If it is called jsppage.jsp you can access it with http://localhost:8080/mygoodapp/jsppage.jsp assuming that you have a default installation of tomcat. Regards, Fredrik Rubensson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]