Re: creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread pinky88
Thanks very much everyone, including the missing solved the problem! sorry for not letting you all know sooner, had to attend to something! Thanks a million, Karen =) Gregor Schneider wrote: > > SEVERE: Parse error in application web.xml file at > > that's your error, meaning you have an e

Re: creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread pinky88
More info: Sorry i forgot to mention that on the first webapp ,the hello world one, i had no jsp pages,just a form and servlet. Maybe I'm going about creating the login app in the completely wrong way.. Hope someone c an help... thanks, Pinky pinky88 wrote: > > Hey everyone, &

creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread pinky88
Hey everyone, I'm not sure if I'm in the right place to ask about JSPs but I'm using the tomcat 5.5.27 container and i cannot access my webapp on it. ( described below) I'm trying to create a simple login webapp which has a html form - loginForm.html, a servlet called LoginApp, and a jsp file ca

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 pinky88
ged the servlet name and pattern..? Thanks, Pinky David Kerber wrote: > > Do you have the LoginApp servlet defined in web.xml or another > equivalent place? > > > pinky88 wrote: >> HTTP Status 404 - /LoginApp >> >> type Status report >> >&

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

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

2007-07-16 Thread pinky88
Hi, I'm trying to deploy a web application on tomcat 5.5.23 but I'm not exactly sure how to do so (beginner). I've copied the war file and archive into the webapp directory but i'm getting a message saying the requested resource is not available. I previously had another web app deployed but wi