It's a known problem with catalina when it is bound to jasper. Try again with the tomcat 3.x version that is also packaged with Jbuilder 6.
-----Message d'origine----- De�: Vlachogiannis Evangelos [mailto:[EMAIL PROTECTED]] Envoy�: lundi 9 septembre 2002 19:34 ��: 'Jetspeed Developers List' Objet�: RE: RE : RE : Debug with JBuilder Thnx again! Now trying to run it I got this exception: org.apache.jasper.JasperException: Unable to compile class for JSP C:\development\projects\IRIS\work\index$jsp.java:69: Incompatible type for method. Explicit cast needed to convert java.lang.Throwable to java.lang.Exception. if (pageContext != null) pageContext.handlePageException(t); ^ 1 error I have not change the default index.jsp. Any idea? -----Original Message----- From: Desire ATANGA [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 3:36 PM To: 'Jetspeed Developers List' Subject: RE : RE : Debug with JBuilder You seem to not have imported the webapp directory as a web app in your JBuilder project. That directory contains a full configured web app. Just for your question, here is an excerpt of the web.xml file: [snippet] ... <servlet> <servlet-name> jetspeed </servlet-name> <servlet-class> org.apache.turbine.Turbine </servlet-class> <init-param> <param-name>properties</param-name> <param-value> WEB-INF/conf/TurbineResources.properties </param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> ... [/snippet] -----Message d'origine----- De�: Vlachogiannis Evangelos [mailto:[EMAIL PROTECTED]] Envoy�: lundi 9 septembre 2002 12:37 ��: 'Jetspeed Developers List' Objet�: RE: RE : Debug with JBuilder Thnx for the reply. Is the JetspeedPortletFactoryService the class I need to cofigure at the Jbuilder servlet launch uri? -----Original Message----- From: Desire ATANGA [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 1:39 PM To: 'Jetspeed Developers List' Subject: RE : Debug with JBuilder Hi, You first need to generate castor registry markup Java peers that are not present in the download package. Unjar your code and execute the "apis" ant project before any import of your src files within JBuilder. Hope that will help, Desire -----Message d'origine----- De�: Vlachogiannis Evangelos [mailto:[EMAIL PROTECTED]] Envoy�: dimanche 8 septembre 2002 21:15 ��: '[EMAIL PROTECTED]' Objet�: Debug with JBuilder Hello, Anyone knows how can I debug JetSpeed using Jbuilder 6? I have tried to import src files, use library files included in src release, but errors appears. Any help pls? -- 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
<<attachment: winmail.dat>>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
