View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820818#3820818

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820818

FYI for everyone out there; we run jboss 3.0.8 just fine with spaces in the classpath. 
We had to modify jboss-3.0.8_tomcat-4.1.24\tomcat-4.1.x\conf\web.xml changing it so 
that ant forking for jsp compilation was off.



The config file looked like this when we were done:



    

        <servlet-name>jsp</servlet-name>

        <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>

        <init-param>

            <param-name>logVerbosityLevel</param-name>

            <param-value>WARNING</param-value>

        </init-param>

        <init-param>

            <param-name>fork</param-name>

            <param-value>false</param-value>

        </init-param>

        <load-on-startup>3</load-on-startup>

    




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to