Quoting "Caldarale, Charles R" <[EMAIL PROTECTED]>:

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Subject: [newbie] Unable to find a javac compiler;

Why doesn't Tomcat find javac?

Good question, since Tomcat 5.5 doesn't use the javac from tools.jar,
unless you have specifically configured it to do so.  Have you changed
anything in conf/web.xml?

 - Chuck

No I haven't. I just took a first look at it, and the relevant section seems to be this:

    <servlet>
        <servlet-name>jsp</servlet-name>
        <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
        <init-param>
            <param-name>fork</param-name>
            <param-value>false</param-value>
        </init-param>
        <init-param>
            <param-name>xpoweredBy</param-name>
            <param-value>false</param-value>
        </init-param>
        <load-on-startup>3</load-on-startup>
    </servlet>

By "relevant" I mean that the section starts with
<!-- The JSP page compiler and execution servlet, which is the mechanism  -->
<!-- used by Tomcat to support JSP pages.  Traditionally, this servlet    -->

What does it all mean?


Sakari Aaltonen




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to