#1. ~/build/catalina.sh start : puts the following msg in the ~/logs/catalina.out file. Exception during startup processing java.lang.reflect.InvocationTargetException: javax.xml.parsers.FactoryConfigurationError: com.sun.xml.parser.SAXParserFactoryImpl at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:84) at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:224) at org.apache.catalina.startup.Catalina.start(Catalina.java:625) at org.apache.catalina.startup.Catalina.execute(Catalina.java:595) at org.apache.catalina.startup.Catalina.process(Catalina.java:176) at java.lang.reflect.Method.invoke(Native Method) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:157) #2. The build process cannot find/does not create the ~/logs dir, so start-up is aborted (mkdir logs fixes this). #3. ~/build/catalina.sh debug : does start catalina, but going to localhost:8080 still results in a 'server not found' page. #4. i setup tomcat-4.0 according to the following link: http://jakarta.apache.org/tomcat/jakarta-tomcat-4.0/catalina/docs/dev/buildi ng.html do i need to do anything to the apache httpd.conf file or do anything to make this work? am i missing something? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]