I don't know if this is your case, but version 4.10 & 4.11 had a bug under windows if you install it in a different drive from C:. They fail when try to compile JSP.
Alos it isn't your case, I recommend to you change to version 4.12 or 4.05 (other versions have a security problem with default servlet that allows to see the code of your JSP or other resources). Regards, Miguel > -----Mensaje original----- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves, 21 de noviembre de 2002 10:08 > Para: Struts Users Mailing List > Asunto: R�f. : RE: Tomcat 4.1 and indexId > > > > > It is the Apache Tomcat/4.1.10-LE-jdk14 > > > > > > > Miguel Angel Mulero > > Martinez Pour : > "Struts Users Mailing List" <[EMAIL PROTECTED]> > <[EMAIL PROTECTED] cc : > > csidel.es> Objet : > RE: Tomcat 4.1 and indexId > > > 21/11/2002 09:58 > > Veuillez r�pondre � "Struts > > Users Mailing List" > > > > > > > > > > What version of tomcat 4.1? Is the 4.12 version or earlier? > > Regards > > > -----Mensaje original----- > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Enviado el: jueves, 21 de noviembre de 2002 9:57 > > Para: Struts Users Mailing List > > Asunto: Tomcat 4.1 and indexId > > > > > > Hello! > > > > In my application I am using the "indexId" attribute in the > > "nested:iterate" tag. During > > development under NetBeans/Tomcat 4.0 all is ok. > > > > When I deploye my application with a Tomcat 4.0 server, all is ok too. > But > > when I use a > > Tomcat 4.1 version, this error occures: > > > > Error compiling file: .... editWeekDistribution_jsp.java [javac] > > Compiling 1 source file > > ...editWeekDistribution_jsp.java:271: _jspx_weekNumber_1 is > > already defined > > in > > _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.ht > > tp.HttpServletResponse) > > java.lang.Integer _jspx_weekNumber_1 = weekNumber; > > ^ > > ...editWeekDistribution_jsp.java:271: cannot resolve symbol > > symbol : variable weekNumber > > location: class org.apache.jsp.editWeekDistribution_jsp > > java.lang.Integer _jspx_weekNumber_1 = weekNumber; > > > > > > Thanks for your help, > > Arno > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

