Re: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-17 Thread Pid
nd web.xml, it worked. The /MyWebApp showed the hello world message. The /sayMyNameBitch (excuse the language,my cousin was joking ;]) shows a form asking for a name, and then i changed the servlet to print "hello ". I hope this makes things clearer as regards having the two URLs.. T

Re: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread ben short
she can build on it from there. [1] http://maven.apache.org/guides/mini/guide-webapp.html On 7/16/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: pinky88 [mailto:[EMAIL PROTECTED] > Subject: RE: How to deploy a web app on tomcat.. help needed plz.. :) I would recommend

RE: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread Caldarale, Charles R
> From: pinky88 [mailto:[EMAIL PROTECTED] > Subject: RE: How to deploy a web app on tomcat.. help needed plz.. :) I would recommend cleaning up your examples before posting. This is an international, multi-cultural, multi-gender mailing list, and you (or your cousin's) attempts a

RE: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread pinky88
ge. The /sayMyNameBitch (excuse the language,my cousin was joking ;]) shows a form asking for a name, and then i changed the servlet to print "hello ". I hope this makes things clearer as regards having the two URLs.. Thanks, Karen Caldarale, Charles R wrote: > &g

Re: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread David kerber
What are you typing into the browser to access this app? Your error message says "LoginApp" wasn't found, but here your servlet is named "login". Try using "login" in your URL instead of LoginApp. pinky88 wrote: yup i have it defined in a web.xml in the WEB-INF folder.. my web.xml is as fol

RE: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread Caldarale, Charles R
> From: pinky88 [mailto:[EMAIL PROTECTED] > Subject: Re: How to deploy a web app on tomcat.. help needed plz.. :) > > > http://java.sun.com/xml/ns/j2ee"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLocation="http://java.

RE: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread Asensio, Rodrigo
Do you have the real class inside %YOUR_WEBAPP%/WEB-INF/classes or lib ? -Original Message- From: pinky88 [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 4:11 PM To: users@tomcat.apache.org Subject: Re: How to deploy a web app on tomcat.. help needed plz.. :) yup i have it

RE: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread Caldarale, Charles R
> From: pinky88 [mailto:[EMAIL PROTECTED] > Subject: How to deploy a web app on tomcat.. help needed plz.. :) > > I'm trying to deploy a web application on tomcat 5.5.23 but > I'm not exactly sure how to do so (beginner). You might want to take a look at the doc: http://tomcat.apache.org/tomcat

Re: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread pinky88
yup i have it defined in a web.xml in the WEB-INF folder.. my web.xml is as follows: 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=

Re: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread David kerber
Do you have the LoginApp servlet defined in web.xml or another equivalent place? pinky88 wrote: HTTP Status 404 - /LoginApp type Status report message /LoginApp description The requested resource (/LoginApp) is not available. Apache Tomcat/5.5.23 Asensio, Rodrigo wrote: Pinki, please

RE: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread pinky88
HTTP Status 404 - /LoginApp type Status report message /LoginApp description The requested resource (/LoginApp) is not available. Apache Tomcat/5.5.23 Asensio, Rodrigo wrote: > > Pinki, please post the entire tomcat log here. > > -Original Message- > From: pinky88 [mailto:[EMAIL P

RE: How to deploy a web app on tomcat.. help needed plz.. :)

2007-07-16 Thread Asensio, Rodrigo
Pinki, please post the entire tomcat log here. -Original Message- From: pinky88 [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 3:39 PM To: users@tomcat.apache.org Subject: How to deploy a web app on tomcat.. help needed plz.. :) Hi, I'm trying to deploy a web application on tom