RE: Tomcat 6 embedded use - problems with jsp - No Java compiler available

2008-01-22 Thread olk
Message- From: olk [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 10:33 AM To: users@tomcat.apache.org Subject: Re: Tomcat 6 embedded use - problems with jsp - No Java compiler available Hi, I found a first hint on my own - it is probably related to setting-up jasper

Re: Tomcat 6 embedded use - problems with jsp - No Java compiler available

2008-01-17 Thread olk
Hi, I found a first hint on my own - it is probably related to setting-up jasper correctly - but I hope someone can tell me how to set the parameter for jasper in embedded mode. What I did was: // Create a handler for jsps Wrapper jspServlet = context.createWrapper();

RE: java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

2008-01-17 Thread olk
Thanks Chuck, for pointing me to this. I'm just starting with tomcat and did not take a look at the \bin directory, where the tomcat-juli.jar should have jumped into my face .. :o) Caldarale, Charles R wrote: From: olk [mailto:[EMAIL PROTECTED] Subject: java.lang.NoClassDefFoundError

solved -- missing jasper-jdt.jar

2008-01-17 Thread olk
I was missing the jasper-jdt.jar which caused the message !! olk wrote: Hi, I'm running tomcat in embedded mode from an applet. When I open a html page the embedded server responds correct. When I call a jsp I get the error java.lang.IllegalStateException: No Java compiler

java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

2008-01-16 Thread olk
Hi, I'm trying to create an applet launching tomcat 6 in embedded mode, but it seams that the logging from Tomcat 5.5 to 6 has changed and there are some references left somewhere in the code for the embedded mode. The org.apache.catalina.core.StandardService has an import

Tomcat 6 embedded use - problems with jsp - No Java compiler available

2008-01-16 Thread olk
Hi, I'm running tomcat in embedded mode from an applet. When I open a html page the embedded server responds correct. When I call a jsp I get the error java.lang.IllegalStateException: No Java compiler available below. Does maybe someone know what the reason could be ? - or point me to a good