first try it out with one class, and see if it solves the problem, if that works, buy a pot of coffee, and go at it :) there might be other ways, but I am not sure. Filip
> -----Original Message----- > From: Roland Kaeser [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2003 9:16 AM > To: Tomcat Users List > Subject: Re: Strange Problem with Tomcat 4.1.24 > > > Hey > > Really? I whole applications contains more than 10'000 lines of code > (java code). This will take me more then 4 days to changes everything. > Is there no other way to do that. It it was working before? > I have currently a really high pressure to the this site up and running. > > Roland > > Filip Hanik wrote: > > you should always do it :) > > and starting "now" all your classes must be in a package. > > Filip > > > > > >>-----Original Message----- > >>From: Roland Kaeser [mailto:[EMAIL PROTECTED] > >>Sent: Friday, June 13, 2003 9:09 AM > >>To: Tomcat Users List > >>Subject: Re: Strange Problem with Tomcat 4.1.24 > >> > >> > >>No, why should i do it? I was working fine before widthout that. > >>The Command in the JSP File is: > >> > >><%= IsraelMySQL.getContent("home") %> > >> > >>Roland > >> > >>Shapira, Yoav wrote: > >> > >>>Howdy, > >>>Do you import the Israel class appropriately in your JSP? > >>> > >>>Yoav Shapira > >>>Millennium ChemInformatics > >>> > >>> > >>> > >>> > >>>>-----Original Message----- > >>>>From: Roland Kaeser [mailto:[EMAIL PROTECTED] > >>>>Sent: Friday, June 13, 2003 12:03 PM > >>>>To: [EMAIL PROTECTED] > >>>>Subject: Strange Problem with Tomcat 4.1.24 > >>>> > >>>>Hello > >>>> > >>>>I've try to move a JSP/Servlet Application from Tomcat 3.2.4 > to 4.1.24. > >>>>In my .jsp files I'm using a class for getting the content out of a > >>>>MySQL Database. All of the needed Classes are in the > CLASSPATH. The Sun > >>>>JRE 1.4.1 is the same as before. But now, i get the following Output > >>>>when i try to call the jsp Page: > >>>> > >>>>-------------------------------------------------------------> > >>>>org.apache.jasper.JasperException: Unable to compile class for JSP > >>>> > >>>>An error occurred at line: 202 in the jsp file: /home.jsp > >>>> > >>>>Generated servlet error: > >>>> [javac] Since fork is true, ignoring compiler setting. > >>>> [javac] Compiling 1 source file > >>>> [javac] Since fork is true, ignoring compiler setting. > >>>> [javac] > >>>>/usr/jakarta-tomcat- > >>>>4.1.24/work/Standalone/localhost/israel/home_jsp.java:178: > >>>>cannot resolve symbol > >>>> [javac] symbol : variable IsraelMySQL > >>>> [javac] location: class org.apache.jsp.home_jsp > >>>> [javac] out.print( IsraelMySQL.getNews() ); > >>>> [javac] ^ > >>>><------------------------------------------------------------- > >>>> > >>>>But if I load the the same class from my Servlet-Application it can be > >>>>loaded successfully. > >>>> > >>>>Can andybody help me please? This already gonna drive me crazy. > >>>> > >>>> > >>>>Roland > >>>> > >>>> > >>>>--------------------------------------------------------------------- > >>>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >>> > >>> > >>> > >>>This e-mail, including any attachments, is a confidential > >> > >>business communication, and may contain information that is > >>confidential, proprietary and/or privileged. This e-mail is > >>intended only for the individual(s) to whom it is addressed, and > >>may not be saved, copied, printed, disclosed or used by anyone > >>else. If you are not the(an) intended recipient, please > >>immediately delete this e-mail from your computer system and > >>notify the sender. Thank you. > >> > >>> > >>>--------------------------------------------------------------------- > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >> > >> > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
