Body:
Hi, i installed Mingle on this location:/usr/local/apache/htdocs/mingleMade the necessary additions to the HTTPD.conf file to create a new subdomain (let’s call it mingle.test.com which has a Docroot = /usr/local/apache/htdocs/mingle) when i run ”./MingleServer start”, I get: nohup: appending output to `nohup.out' and when i run ”./MingleServer status”, I get:The daemon is running. Plus, when i run: “ps -ef | grep java”, i get:/usr/bin/java -server -Dinstall4j.jvmDir=/usr -Dexe4j.moduleName=/usr/local/apache/htdocs/mingle/MingleServer -Xmx1024m -XX:MaxPermSize=128m -classpath /usr/local/apache/htdocs/mingle/.install4j/i4jruntime.jar:/usr/local/apache/htdocs/mingle/vendor/java/activation-1.1.jar:/usr/local/apache/htdocs/mingle/vendor/java/ant.jar:/usr/local/apache/htdocs/mingle/vendor/java/ChartDirector.jar:/usr/local/apache/htdocs/mingle/vendor/java/chartdir_lic.jar:/usr/local/apache/htdocs/mingle/vendor/java/commons-pool-1.3.jar:/usr/local/apache/htdocs/mingle/vendor/java/core-renderer.jar:/usr/local/apache/htdocs/mingle/vendor/java/forms_rt.jar:/usr/local/apache/htdocs/mingle/vendor/java/ganymed-ssh2-build210.jar:/usr/local/apache/htdocs/mingle/vendor/java/goldspike.jar:/usr/local/apache/htdocs/mingle/vendor/java/itext-2.0.5.jar:/usr/local/apache/htdocs/mingle/vendor/java/jetty-6.1.5.jar:/usr/local/apache/htdocs/mingle/vendor/java/jetty-plus-6.1.5.jar:/usr/local/apache/htdocs/mingle/vendor/java/jetty-util-6.1.5.jar:/usr/local/apache/htdocs/mingle/vendor/java/jruby-complete.jar:/usr/local/apache/htdocs/mingle/vendor/java/minium.jar:/usr/local/apache/htdocs/mingle/vendor/java/mysql-connector-java-5.0.5.jar:/usr/local/apache/htdocs/mingle/vendor/java/postgresql-8.2-505.jdbc3.jar:/usr/local/apache/htdocs/mingle/vendor/java/servlet-api.jar:/usr/local/apache/htdocs/mingle/vendor/java/svnkit.jar:/usr/local/apache/htdocs/mingle/vendor/java/tagsoup-1.1.3.jar:/usr/local/apache/htdocs/mingle/lib/java/jdic.jar:/usr/local/apache/htdocs/mingle/lib/java/start.jar:/usr/local/apache/htdocs/mingle/lib/java/version.jar com.install4j.runtime.Launcher start com.thoughtworks.mingle.Server false false /usr/local/apache/htdocs/mingle/log/stderr.log /usr/local/apache/htdocs/mingle/log/stdout.log true true false true true 0 0 20 20 Arial 0,0,0 8 500 version 1_1 20 40 Arial 0,0,0 8 500 -1 Also, edited the mingle.properties file to set the port number to 80 and dataDir to ”/tmp/mingle” Now, my question is: how do i access the site, cause when I go to mingle.test.com, I just see a listing of all the files present in the folder. How do i start the Configuration wizard?
Comment
Hi -
I see that you’ve installed Mingle inside of the apache htdocs folder. this is not recommended. what you are likely seeing is apache serving up the contents of the mingle folders. please install mingle along these lines:
http://studios.thoughtworks.com/discussion/forums/4/topics/302
and then configure apache like this to work with mingle:
http://studios.thoughtworks.com/discussion/forums/4/topics/308
I am also trying to install mingle using apache as the webserver but the articles above are no longer there. Can anyone supply the updated location for these articles?
Hey Micheal,
Can you please refer to the following link : http://www.thoughtworks-studios.com/mingle/3.4/help/apache.html and let us know if that helps.
Arun
Ah yes, that's better.
Excellent, that looks like the information I needed.
Thanks