Conflict between servlets and JSP: urgent!

2003-03-27 Thread Sandra Patricia Hunter
I built my jsp files and they ran just fine. Then I created a servlet that runs just fine as well. But when I try to now run my jsp Tomcat continues to refer to files that are only relevant for the servlet. Even plain html pages don't run correctly. Servlets still run fine. Please help! Work

Re: Conflict between servlets and JSP: urgent!

2003-03-27 Thread Erik Price
Sandra Patricia Hunter wrote: I built my jsp files and they ran just fine. Then I created a servlet that runs just fine as well. But when I try to now run my jsp Tomcat continues to refer to files that are only relevant for the servlet. Even plain html pages don't run correctly. Servlets still

Re: Conflict between servlets and JSP: urgent!

2003-03-27 Thread klute
Seem like you are mapping all files in your webapp to the login servlet (url-pattern/*/url-pattern ). I don't think that's what you want. Probably something like url-pattern/servlet/*/url-pattern is more like it. James -- web dev jobs at http://www.freelancedeveloper.org --- Sandra Patricia

RE: Conflict between servlets and JSP: urgent!

2003-03-27 Thread Sandra Patricia Hunter
PROTECTED] Sent: March 27, 2003 8:53 AM To: Tomcat Users List Subject: Re: Conflict between servlets and JSP: urgent! Sandra Patricia Hunter wrote: I built my jsp files and they ran just fine. Then I created a servlet that runs just fine as well. But when I try to now run my jsp Tomcat