RE: wrong name bug

2004-08-18 Thread Pugalia, Jai P (JP)
I have an application war file which includes META-INF/context.xml. When I copy this war file into Tomcat webapps directory, Tomcat 5.0 tries to auto deploy the application. At this time, it should ideally create .xml under Catalina\\ directory. Instead it tries to create a directory with this na

Re: wrong name bug

2004-08-18 Thread Wendy Smoak
From: "Xeth Waxman" <[EMAIL PROTECTED]> > javax.servlet.ServletException: > org/apache/jsp/index_jsp (wrong name: > org/apache/jsp/Index_jsp) If you delete all the work files and re-visit the page, it should go away. Stick to lowercase names, probably what happened is someone edited the page and c

Re: wrong name bug

2004-08-18 Thread John Villar
As i can guess from your error report is called "Index.jsp" and not "index.jsp". the name is case sensitive. Verify that it isn't written with a capital I Xeth Waxman escribió: Hello all: I am getting an error with my jsp page that I can't figure out - saw a couple things on google about it,

wrong name bug

2004-08-18 Thread Xeth Waxman
Hello all: I am getting an error with my jsp page that I can't figure out - saw a couple things on google about it, but no answers yet. My application is named CFCAdmin, and has a jsp in the folder named index.jsp. When I point my broswer to http://localhost:8080/CFCAdmin, I get the following er