Re: Search engines and MVC

2002-10-30 Thread German Augusto Niebles Alvarez
MVC is a design pattern not an engine. If you want to learn about MVC you could visit www.java.sun.com and search for design patterns or MVC especifically. Regards. German == >>> [EMAIL PROTECTED] 10/30 5:40 p.m. >>> I was wondering how search engin

Re: Filters, MVC, ResultSets

2002-10-28 Thread German Augusto Niebles Alvarez
I suggest you use vectors and beans (collection of beans) to poblate rs and then close de resultset, and use a class to connect to database (jdbchelper class), i send you an example: // Obtiene la informacion acerca de la empresa public Vector

Re: New to war files

2002-10-28 Thread German Augusto Niebles Alvarez
I think your problem is not with war files, instead relatives paths. Relatives paths have been a problem for me too. I decided to use the context and a absolute path instead. Try with this example: 1. including a context within a jsp file (include file ...) <%@ include file="/contextoPaginasG

Re: where to put servlet classes

2002-10-24 Thread German Augusto Niebles Alvarez
Try with: in your login jsp page. be careful with 'servlet' not servlets', because servlet is virtual directory. Regards. >>> [EMAIL PROTECTED] 10/24 9:55 a.m. >>> I am a new Tomcat user and I am having trouble accessing my servlet classes. I am getting the following error: "The reque