I stumbled across this project today and installed it following the
instructions.  Outside of a few errors on my end it looks promising
and I'm excited to start testing it out.

It's an install on a clean VPS running CentOS 5.2 and Apache 2.2.

I have run into a couple of issues (I'm a newbie with linux so forgive
my terminology):

1. I ran into the same errors with tomcat as Myles, but they seemed to
only happen when I was shutting down the service manually, not during
startup.  The log files seem to be okay on startup and the server
seems to be working though.  From catalina.out:

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/
catalina/startup/Bootstrap
Caused by: java.lang.ClassNotFoundException:
org.apache.catalina.startup.Bootstrap
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)

2. The :8080 admin site is not coming up at all.  Through firefox, I
get a connection reset error.

3. I am in the process of trying out a new ISP where I have root
access, so I've not transferred over any domains.  As such, I was not
sure what to put into my server.xml file for the host information.  I
tried the following, and maybe that's the cause of #2?

        <Host name="xxx.xxx.xxx.xxx"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">
                <Context path="" docBase="/var/www/vhosts/xxxxxxx/httpdocs/" />
        </Host>

4. When I try to bring up a cfm page, it's giving me a BlueDragon
error (which I assume is a good thing) - it says "File Not Found",
"Request /test/coldfusion/test.cfm".  Maybe this is related to #2 and
#3?

Thanks for all of the work on this.
Andy

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to