Tomcat started at port 80 and when I write http://localhost or
http://localhost:80 I can see tomcat running properly. 
When I write http://localhost/Login/login.jsp or
http://localhost:80/Login/login.jsp it gives exception that it couldn't
find ftm.tld in WEB-INF/lib. But this ftm.tld is exist in WEB-INF/lib
 I'm still searching why it doesn't work.


-----Original Message-----
From: suchitha koneru [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 8:48 PM
To: Tomcat Users List
Subject: Re: Deployment problem on tomcat

how are you acessing the jsp files . Acording to your explanation , jsp
files are placed in
tomcat/webapps/Login/

assuming taht tomcat is started at 8080 , if you have a jsp called
hello.jsp, you have to acess it
as
http://localhost:8080/Login/hello.jsp.




On 3/9/07, Ersoy, Perihan <[EMAIL PROTECTED]> wrote:
>
> Hi Everyone,
> I'm new user on Tomcat. My problem maybe quite simple but I couldn't
> find the solution. I'm doing some web application by using Struts
> framework and Tomcat 5.5.17 using eclipse 3.2 IDE.
> I'm new developer on Struts, so I'm doing to some small coding. I
> developed some small code in struts document - The name of the
document
> is Struts for Dummies -
> The document explain the deployment like that:
> In the webapps subfolder in the tomcat create Folder with the
> application name (My application project name  Login, so I created
Login
> folder)
> In the workspace folder select JSP files from WEB-INF folder and copy
> these jsp to tomcat/webapps/CreatedFolder ( in my situation
> tomcat/webapps/Login folder)
> I did it but It gave me
> HTTP Status 404 - /Login/
> type Status report
> message /Login/
> description The requested resource (/Login/) is not available.
> Apache Tomcat/5.5.17
> Error. I searched for the solution in the internet and tried too many
> ways, but I couldn't solve.
> May anybody help me.
> I really need help
> PS: It might be easy problem, but I couldn't find out the solution
> Thank you very much
> Perihan Ersoy
>
>
************************************************************************
> The information contained in this message or any of its attachments
may be
> confidential and is intended for the exclusive use of the
addressee(s).  Any
> disclosure, reproduction, distribution or other dissemination or use
of this
> communication is strictly prohibited without the express permission of
the
> sender.  The views expressed in this email are those of the individual
and
> not necessarily those of Sony or Sony affiliated companies.  Sony
email is
> for business use only.
>
> This email and any response may be monitored by Sony to be in
compliance
> with Sony's global policies and standards
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

************************************************************************
The information contained in this message or any of its attachments may be 
confidential and is intended for the exclusive use of the addressee(s).  Any 
disclosure, reproduction, distribution or other dissemination or use of this 
communication is strictly prohibited without the express permission of the 
sender.  The views expressed in this email are those of the individual and not 
necessarily those of Sony or Sony affiliated companies.  Sony email is for 
business use only.

This email and any response may be monitored by Sony to be in compliance with 
Sony’s global policies and standards

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to