> From: pinky88 [mailto:[EMAIL PROTECTED] 
> Subject: Re: How to deploy a web app on tomcat.. help needed plz.. :)
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <web-app xmlns="http://java.sun.com/xml/ns/j2ee";
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
>     version="2.4">
>     <servlet>
>         <servlet-name>login</servlet-name>
>         <servlet-class>com.cellusys.test.LoginApp</servlet-class>
>     </servlet>
>       <servlet-mapping>
>               <servlet-name>login</servlet-name>
>               <url-pattern>/login</url-pattern>
>       </servlet-mapping>
> </web-app>

That defines a class name, not a webapp name.

Since you seem to be deploying from a .war file, what is the name of
that .war file and where exactly did you put it?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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