1) I'm still working on what's causing this one. I'll keep the list
informed on where things are at on it.

2) What's the full URL that you're using? It needs to be a URL that is
NOT specified in the server.xml file. That way you hit your Tomcat ROOT
webapp instead of a VirtualHost.

http://localhost:8080/ may work for you if the IP Address does not.

Other URL's that may work:
http://127.0.0.1:8080/
http://localhost.localdomain:8080/
http://[your server ip]:8080/

It's also important to note that if you have a firewall running on your
public IP, you need to open up port 8080 when trying to access Tomcat
through that public IP.

3) This should be fine, but you should note that if you specify your IP
as a virtualhost, you will not be able to access the OpenBD
administrator using your IP. It will resolve differently once you add
the server.xml directive.

Also, be aware that whatever you put in your server.xml directive HAS to
match up with Apache if you're not specifying port 8080 in your URL.

4) Yep. This is good. It means that OpenBD is processing, you're just
having trouble resolving properly.

Hope this helps!

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider


bowline wrote:
> 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