> From: Mighty Tornado [mailto:mighty.torn...@gmail.com] > Subject: Re: Can't use J2EE libraries in Eclipse > > <form action="GetInfo.do" method="post"> > <p>Please Choose Info:</p> > <select name="InfoSelect"> > <option value="Members">Family Members</option> > <option value="Time">Time</option> > </select> > </form> > <input type="submit">
You're missing the closing </input> (or just change the > to /> on the input element). > <welcome-file-list> > <welcome-file>/HTML/index.html</welcome-file> > </welcome-file-list> That's not a valid <welcom-file>; to quote from section 9.10 of the servlet spec: "The welcome file list is an ordered list of partial URLs with no trailing or leading /." If yours works, it's an accident. - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org