re: JspC problems

2002-10-28 Thread paul miller
thanks for the post John running the jspc4 sript under linux the su fails // problems escaping the -d but if I su to tomcat then run djasper4 script su - tomcat4 djasper4 jspc -d dest dir -v4 -webapp src dir It works under tomcat 4.0.4 tomcat 4.1.12 creates java files but does not

Re: apache and tomcat and a webapp

2002-11-25 Thread paul miller
We switched from JServ to tomcat about 2 months ago. for our production setup we use mod_webapp and set the appBase to be the apache web_root. Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5 maxProcessors=75 enableLookups=false

allowLinking option under ROOT

2002-10-09 Thread paul miller
I can not get the allowLinking option to work under the ROOT docBase. That is it works for a url like www.bla.com/foo/servlet but not www.bla.com/servlet Here is a section of my server.xml !-- WORKS! -- Context path=/foo docBase=foo debug=0 reloadable=false

Re: tomcat4.1.12 failed to deploy context not under webapp directory

2002-10-10 Thread paul miller
I am having the same issue. It looks as though the allowLinking option breaks things. When I use the below server.xml section Context path=/foo docBase=foo debug=0 reloadable=true crossContext=false /Context The apache_log.-MM-DD.txt shows no errors ditto on the

Re: what does jpp mean in the rpm file names?

2002-10-14 Thread paul miller
I can help you on the rpm's jaxp_parser_impl is from xerces-j2-2.2.0-1jpp xml-commons-apis is from xml-commons-apis-1.0-0.b2.1jpp http://www.jpackage.org/rpm/free/RPMS/ has both of these rpms --- HAVENS,PETER (HP-Cupertino,ex3) [EMAIL PROTECTED] wrote: Can someone tell me what jpp stands for

Re: include files in server.xml?

2003-01-08 Thread paul miller
Can some one post an example on how to do this. I would love it if my app's web.xml could include another xml file This is what I have tried with no luck !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; [

Re: Precompiling JSP - setup

2003-01-14 Thread paul miller
you could start an ant build script before starting tomcat check out http://jakarta.apache.org/ant/manual/OptionalTasks/jspc.html --- Hari Venkatesan [EMAIL PROTECTED] wrote: Is there any documentation that explains how to setup parameters for precompiling JSP's when Tomcat Server starts up