RE: Web-app setup

2003-10-14 Thread Shapira, Yoav
wrote: > >>Try this >> >> >> Login >> /Login >> >> >>Sincerely >>Erlis Vidal Santos >> >> >> >>>-Original Message----- >>>From: Duane Kehoe [mailto:[EMAIL PROTECTED] >>>Sent: Thursday,

Re: Web-app setup

2003-10-10 Thread Duane Kehoe
Login Sincerely Erlis Vidal Santos -Original Message- From: Duane Kehoe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 5:03 PM To: Tomcat Users List Subject: Re: Web-app setup Sorry about that the whole web.xml is included. This is a very simple app(actually my second app ever

RE: Web-app setup

2003-10-10 Thread Shapira, Yoav
lity). Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Duane Kehoe [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 09, 2003 5:03 PM >To: Tomcat Users List >Subject: Re: Web-app setup > >Sorry about that the whole web.xml is included. This is a ver

RE: Web-app setup

2003-10-09 Thread erlis
Try this Login /Login Sincerely Erlis Vidal Santos > -Original Message- > From: Duane Kehoe [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 5:03 PM > To: Tomcat Users List > Subject: Re: Web-app setup > > Sorry about that the whol

Re: Web-app setup

2003-10-09 Thread Duane Kehoe
Sorry about that the whole web.xml is included. This is a very simple app(actually my second app ever, the first was a simple lookup(which worked)) so the web.xml that I have created thus far is very small "http://java.sun.com/dtd/web-app_2_3.dtd";> Login my little login app Login

RE: Web-app setup

2003-10-09 Thread erlis
TECTED] > Sent: Thursday, October 09, 2003 4:47 PM > To: Tomcat Users List > Subject: Web-app setup > > I am trying to setup a webapp and am having a little difficulty. My > application starts on /webapps/myapp/index.jsp with 2 text fields(1 > text, 1 password), this is a login

RE: Web-app setup

2003-10-09 Thread Nathan Christiansen
ssage- From: Duane Kehoe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 2:47 PM To: Tomcat Users List Subject: Web-app setup I am trying to setup a webapp and am having a little difficulty. My application starts on /webapps/myapp/index.jsp with 2 text fields(1 text, 1 password), this

RE: Web-app setup

2003-10-09 Thread Lee, Paul NYC
Can you include the relevant part of web.xml? -Original Message- From: Duane Kehoe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 4:47 PM To: Tomcat Users List Subject: Web-app setup I am trying to setup a webapp and am having a little difficulty. My application starts on

Web-app setup

2003-10-09 Thread Duane Kehoe
I am trying to setup a webapp and am having a little difficulty. My application starts on /webapps/myapp/index.jsp with 2 text fields(1 text, 1 password), this is a login type page, when the submit button is clicked on the jsp my class which is packaged into com.mycompany.myapp.Login comes bac