You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Natalia Esteban <na...@yahoo.com> on 2004/07/19 18:56:44 UTC

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

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
http://localhost:8080/myapp/servlet/myapp.Controller 
I receive the following message
------------------
type Status report

message /myapp/jsp/View.jsp

description The requested resource
(/myapp/jsp/View.jsp) is not available.
------------------
If I write http://localhost:8080/myapp/jsp/View.jsp
I can access and see the page well, but with the
servlet I can access View,jsp file.
Any idea?
Regards
Natalia


------------
Internet gratis ¡y que funciona!
Tres nuevas ciudades con números locales: 
Escobar, Zárate y Campana
Yahoo! Conexión
http://ar.online.yahoo.com
¿Qué esperas para navegar bien y a bajo costo?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


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

Posted by Natalia Esteban <na...@yahoo.com>.
Still not work
My web.xml it's
-------------------
<web-app>

    <display-name>Site name</display-name>
    <description>
      My Site.
    </description>
  
    <!-- Define servlets that are included in the
example application -->

    <servlet>
        <servlet-name>myapp</servlet-name>
       
<servlet-class>myapp.Controller</servlet-class>
    </servlet>
    
    <servlet-mapping>
        <servlet-name>myapp</servlet-name>
	<url-pattern>/home</url-pattern>        
    </servlet-mapping>
      
</web-app>
-------------------
http://localhost:8080/myapp/home

not work too the error in this case it's
----------------
Status report

message /myapp/myapp.Controller

description The requested resource
(/myapp/myapp.Controller) is not available.
-------------------
I have a myapp.jar file with the Controller.class
inside
and I have clasees/myapp/Controller.class too created,
just in case

No idea wich it's the problem :(


--- Schalk Neethling <sc...@volume4.co.za> escribió:
> 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
> >put all the necessaries files inside. The problems
> >it's that when I excecute the Servlet
>
>http://localhost:8080/myapp/servlet/myapp.Controller
> 
> >I receive the following message
> >------------------
> >type Status report
> >
> >message /myapp/jsp/View.jsp
> >
> >description The requested resource
> >(/myapp/jsp/View.jsp) is not available.
> >------------------
> >If I write http://localhost:8080/myapp/jsp/View.jsp
> >I can access and see the page well, but with the
> >servlet I can access View,jsp file.
> >Any idea?
> >Regards
> >Natalia
> >
> >
> >------------
> >Internet gratis ¡y que funciona!
> >Tres nuevas ciudades con números locales: 
> >Escobar, Zárate y Campana
> >Yahoo! Conexión
> >http://ar.online.yahoo.com
> >¿Qué esperas para navegar bien y a bajo costo?
> >
>
>---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> tomcat-dev-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail:
> tomcat-dev-help@jakarta.apache.org
> >
> >  
> >
> 
> -- 
> Kind Regards
> Schalk Neethling
> Web Developer.Designer.Programmer.President
> Volume4.Development.Multimedia.Branding
> emotionalize.conceptualize.visualize.realize
> Tel: +27125468436
> Fax: +27125468436
> email:schalk@volume4.co.za
> web: www.volume4.co.za
>  
> This message contains information that is considered
> to be sensitive or confidential and may not be
> forwarded or disclosed to any other party without
> the permission of the sender. If you received this
> message in error, please notify me immediately so
> that I can correct and delete the original email.
> Thank you.
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tomcat-dev-help@jakarta.apache.org
> 
>  


	
	
		
___________________________________________________________
100mb gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


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

Posted by Schalk Neethling <sc...@volume4.co.za>.
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
>put all the necessaries files inside. The problems
>it's that when I excecute the Servlet
>http://localhost:8080/myapp/servlet/myapp.Controller 
>I receive the following message
>------------------
>type Status report
>
>message /myapp/jsp/View.jsp
>
>description The requested resource
>(/myapp/jsp/View.jsp) is not available.
>------------------
>If I write http://localhost:8080/myapp/jsp/View.jsp
>I can access and see the page well, but with the
>servlet I can access View,jsp file.
>Any idea?
>Regards
>Natalia
>
>
>------------
>Internet gratis ¡y que funciona!
>Tres nuevas ciudades con números locales: 
>Escobar, Zárate y Campana
>Yahoo! Conexión
>http://ar.online.yahoo.com
>¿Qué esperas para navegar bien y a bajo costo?
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>  
>

-- 
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:schalk@volume4.co.za
web: www.volume4.co.za
 
This message contains information that is considered to be sensitive or confidential and may not be forwarded or disclosed to any other party without the permission of the sender. If you received this message in error, please notify me immediately so that I can correct and delete the original email. Thank you.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


There is a differencein the way tomcat and Resin process RequestDispatcher handles

Posted by Natalia Esteban <na...@yahoo.com>.
Hi again, today I post the email below this one!
I try with the same application in resin and I have
the same code in an application working with
VisualWork 7.2 Server Console. And It's work ok!! I
still can't understand why I have problems in tomcat.
We try Windows 2k professional, xp and Linux debian
and mozila. In all the operating systems we receive
the same error.
Regards

Naty

> 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
> http://localhost:8080/myapp/servlet/myapp.Controller
> 
> I receive the following message
> ------------------
> type Status report
> 
> message /myapp/jsp/View.jsp
> 
> description The requested resource
> (/myapp/jsp/View.jsp) is not available.
> ------------------
> If I write http://localhost:8080/myapp/jsp/View.jsp
> I can access and see the page well, but with the
> servlet I can access View,jsp file.
> Any idea?
> Regards
> Natalia
> 
> 
> ------------
> Internet gratis �y que funciona!
> Tres nuevas ciudades con n�meros locales: 
> Escobar, Z�rate y Campana
> Yahoo! Conexi�n
> http://ar.online.yahoo.com
> �Qu� esperas para navegar bien y a bajo costo?
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tomcat-dev-help@jakarta.apache.org
> 
> 



		
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org