The requested resource (/......./view.jsp) is not available.

2004-07-19 Thread Natalia Esteban
Hi!!! I installed jakarta-tomcat-4.1.30 and I did a .war file to deploy my webapplication. The Tomcat start ok, and construct the correct folder (inside webapps) and put all the necessaries files inside. The problems it's that when I excecute the Servlet

Re: The requested resource (/......./view.jsp) is not available.

2004-07-19 Thread Schalk Neethling
Did you set the mapping up in your web.xml? If you did try: http://localhost:8080/myapp/myapp.Controller HTH Natalia Esteban wrote: Hi!!! I installed jakarta-tomcat-4.1.30 and I did a .war file to deploy my webapplication. The Tomcat start ok, and construct the correct folder (inside webapps) and

Re: The requested resource (/......./view.jsp) is not available.

2004-07-19 Thread Natalia Esteban
Still not work My web.xml it's --- web-app display-nameSite name/display-name description My Site. /description !-- Define servlets that are included in the example application -- servlet servlet-namemyapp/servlet-name