jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as
many other Java topics).  Here is an automated update on recent postings to
Tomcat-related FAQs.  Please direct flames and feedback to [EMAIL PROTECTED] .

 - Alex

------------------------------------------------------------------------
 JGURU PREMIUM SERVICE!

 jGuru has invested over 1 million dollars in our 6500+ carefully
 edited FAQ entries.  Become a premium member now and help us to
 continue providing high quality content.

 Get the World's BEST JAVA SEARCH ENGINE, JAVADOC QUICK LINKS, FASTER
 PAGE RENDERING, and NO ADS. Just 9.95 a month or subscribe for a year
 at 99.95 and get 12 months for the price of 10 and a FREE XL JGURU
 T-SHIRT!  Sign up now and try out the premium service for two weeks at
 no charge!

http://www.jguru.com/misc/page.jsp?fsm=premiumreg&node=blurb&src=email
------------------------------------------------------------------------

Hi.  You asked to be notified weekly when certain jGuru.com items get new entries.


++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq/JSP

i have placed the class file in the WEB-INF/classes in the project directory and the 
whne i run my aplication 
this is what comes...

<pre>
org.apache.jasper.JasperException: Unable to compile class for JSPNote: 
sun.tools.javac.Main has been deprecated.

<br>
An error occurred at line: 2 in the jsp file: /techSupport.jsp

Generated servlet error:
C:\Program Files\Apache Tomcat 
4.0\work\localhost\JSPTechSupport\techSupport$jsp.java:60: Class 
org.apache.jsp.TechSupportBean not found.
                TechSupportBean techSupportBean = null;
                ^

<br>
An error occurred at line: 2 in the jsp file: /techSupport.jsp

Generated servlet error:
C:\Program Files\Apache Tomcat 
4.0\work\localhost\JSPTechSupport\techSupport$jsp.java:63: Class 
org.apache.jsp.TechSupportBean not found.
                    techSupportBean= (TechSupportBean)
                                      ^

An error occurred at line: 2 in the jsp file: /techSupport.jsp
<br>
Generated servlet error:
C:\Program Files\Apache Tomcat 
4.0\work\localhost\JSPTechSupport\techSupport$jsp.java:68: Class 
org.apache.jsp.TechSupportBean not found.
                            techSupportBean = (TechSupportBean) 
java.beans.Beans.instantiate(this.getClass().getClassLoader(), "TechSupportBean");
                                               ^
<br>
</pre>
        http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=939638

Does anybody know of any available classes that can create word documents on the fly? 
(or RTF format)
        http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=939635

I'm running into a problem when I encounter a coding error in my jsp file, go and fix 
the error, save it, and try to access the page with my changes. The server (Tomcat 
4.0) persists in giving me the old version of the file. <br><br>
I tried 1) shutting down and restarting Catalina, then 2) shutting down, deleting the 
.java file for the page from work\myWebApp, and restarting. I'm still getting errors 
related to code that no longer exists in the page. <br><br>
        http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=939634


You can shut email notification off at the FAQ home
page(s) or:

  http://www.jguru.com/guru/notifyprefs.jsp



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to