<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "login.htm"]]></title>
		<link>http://mango.serotoninsoftware.com/forum/posts/list/2.page</link>
		<description><![CDATA[Latest messages posted in the topic "login.htm"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>login.htm</title>
				<description><![CDATA[ Trying to install on ubuntu.. but the only messages i get then i go to the page is <br /> <br /> type Status report<br /> <br /> message /mango/login.htm<br /> <br /> description The requested resource (/mango/login.htm) is not available.<br /> <br /> Any?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1653.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1653.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 09:28:01]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ Are there any messages in the tomcat console when you start it up?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1654.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1654.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 11:32:44]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ I start using /etc/init.d/tomcat6 and no error.<br /> <br /> There is no login.htm in the mango dir.. Is that normal?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1655.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1655.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 11:52:05]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ Yes, that's normal. It's a virtual page.<br /> <br /> Can you check the Tomcat log files?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1656.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1656.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 12:23:32]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ /var/log/tomcat6 is empty..<br /> <br /> Right now i am reinstalling tomcat and mango. Then i look in the forum is there diffren info about Ubuntu..<br /> <br /> The test page for tomcat was working..<br />  ]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1657.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1657.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 13:04:30]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ There is also a &lt;tomcat_home&gt;/logs directory.]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1659.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1659.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 15:41:28]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ I have looked everyware no logg files... <img src="http://mango.serotoninsoftware.com/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />  Time to RTFM.. <br /> <br /> Is there any setting for debug info?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1660.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1660.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 16:11:50]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ the Mango app is not in the manager.. Is that OK??]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1661.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1661.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 16:29:29]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ Hi,<br /> <br /> /var/lib/tomcat6 is not writable by user tomcat6 so creating of the derby database will fail!.<br /> <br /> workaroud :[code]<br /> mkdir /var/lib/tomcat6/mangoDB<br /> chown tomcat6.tomcat6 /var/lib/tomcat6/mangoDB<br /> [/code]<br /> Edit /var/lib/tomcat6/webapps/ROOT/WEB-INF/classes/env.properties<br /> change the line<br /> [quote]db.url=~/../../mangoDB[/quote] <br /> to<br /> [quote]db.url=~/../../mangoDB/mangoDB[/quote] <br /> <br /> Edit /var/lib/tomcat6/webapps/ROOT/WEB-INF/classes/log4j.xml<br /> change the line<br /> [quote]&lt;param name="File" value="../logs/mango.log"/&gt;[/quote]<br /> to the absolute path <br /> [quote]&lt;param name="File" value="/var/lib/tomcat6//logs/mango.log"/&gt;[/quote]<br /> <br /> make sure that tomcat runs with no security and with the sun-jdk both configured in /etc/init.d/tomcat6<br /> <br /> restrat tomcat<br /> <br /> <br /> open mango with:<br /> http://localhost:8080/login.htm<br /> <br /> this should work, if not clear out /var/lib/tomcat6//logs and restart tomcat.<br /> look for hints in the log or post them.<br /> <br /> Arnr ]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1662.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1662.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 16:37:45]]> GMT</pubDate>
				<author><![CDATA[ apl]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ this<br /> <a class="snap_shots" href="http://192.168.73.5:8080/manager/reload?path=/mango/" target="_blank" rel="nofollow">http://192.168.73.5:8080/manager/reload?path=/mango/</a><br /> <br /> Gives this<br /> <br /> FAIL - No context exists for path /mango/<br /> <br /> OK??]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1663.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1663.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 16:41:19]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ If you want to do it this way try:<br /> <br /> Try <a class="snap_shots" href="http://192.168.73.5:8080/manager/reload?path=/" target="_blank" rel="nofollow">http://192.168.73.5:8080/manager/reload?path=/</a><br /> <br /> there is no path mango if you unpack mango in ROOT it is the root.<br /> <br /> what happens if you follow the (setup) steps from my last post?<br /> <br /> Arne]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1664.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1664.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 17:06:38]]> GMT</pubDate>
				<author><![CDATA[ apl]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ @mlohbihler <br /> <br /> Maybe you change the line<br /> <br />     &lt;param name="File" value="../logs/mango.log"/&gt;  <br /> <br /> <br /> to the CATALANIA_BASE path<br /> <br />     &lt;param name="File" value="${catalina.base}/logs/mango.log"/&gt;  <br /> <br /> this should work on all systems - base points to the running instance of tomcat whereas  ${catalina.home} points to the shared directory. ON Window both dirs should be the same... Someon may check these.<br /> <br /> Arne]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1665.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1665.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 17:27:30]]> GMT</pubDate>
				<author><![CDATA[ apl]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ Sure, we'll give it a try.]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1666.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1666.page</link>
				<pubDate><![CDATA[Sun, 21 Mar 2010 17:43:34]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ Tanks for the support!!<br /> <br /> I have tried everything but still no mongo..<br /> <br /> In the log i now have two files<br /> localhost.{date}.log &lt;-- Empty<br /> <br /> catalina.{date}.log<br /> <br /> ------------------------------<br /> micke@wilma:/var/log/tomcat6$ sudo cat catalina.2010-03-22.log<br /> 2010-mar-22 17:54:19 org.apache.catalina.core.AprLifecycleListener init<br /> INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/i386:/lib:/usr/lib<br /> 2010-mar-22 17:54:19 org.apache.coyote.http11.Http11Protocol init<br /> INFO: Initializing Coyote HTTP/1.1 on http-8080<br /> 2010-mar-22 17:54:19 org.apache.catalina.startup.Catalina load<br /> INFO: Initialization processed in 1097 ms<br /> 2010-mar-22 17:54:19 org.apache.catalina.core.StandardService start<br /> INFO: Starting service Catalina<br /> 2010-mar-22 17:54:19 org.apache.catalina.core.StandardEngine start<br /> INFO: Starting Servlet Engine: Apache Tomcat/6.0.18<br /> 2010-mar-22 17:54:20 org.apache.coyote.http11.Http11Protocol start<br /> INFO: Starting Coyote HTTP/1.1 on http-8080<br /> 2010-mar-22 17:54:20 org.apache.jk.common.ChannelSocket init<br /> INFO: Port busy 8009 java.net.BindException: Address already in use<br /> 2010-mar-22 17:54:20 org.apache.jk.common.ChannelSocket init<br /> INFO: JK: ajp13 listening on /0.0.0.0:8010<br /> 2010-mar-22 17:54:20 org.apache.jk.server.JkMain start<br /> INFO: Jk running ID=1 time=0/102  config=null<br /> 2010-mar-22 17:54:20 org.apache.catalina.startup.Catalina start<br /> INFO: Server startup in 1362 ms<br /> 2010-mar-22 18:00:57 org.apache.coyote.http11.Http11Protocol pause<br /> INFO: Pausing Coyote HTTP/1.1 on http-8080<br /> 2010-mar-22 18:00:58 org.apache.catalina.core.StandardService stop<br /> INFO: Stopping service Catalina<br /> 2010-mar-22 18:00:58 org.apache.coyote.http11.Http11Protocol destroy<br /> INFO: Stopping Coyote HTTP/1.1 on http-8080<br /> 2010-mar-22 18:01:10 org.apache.catalina.core.AprLifecycleListener init<br /> INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/i386:/lib:/usr/lib<br /> 2010-mar-22 18:01:10 org.apache.coyote.http11.Http11Protocol init<br /> INFO: Initializing Coyote HTTP/1.1 on http-8080<br /> 2010-mar-22 18:01:10 org.apache.catalina.startup.Catalina load<br /> INFO: Initialization processed in 1095 ms<br /> 2010-mar-22 18:01:10 org.apache.catalina.core.StandardService start<br /> INFO: Starting service Catalina<br /> 2010-mar-22 18:01:10 org.apache.catalina.core.StandardEngine start<br /> INFO: Starting Servlet Engine: Apache Tomcat/6.0.18<br /> 2010-mar-22 18:01:11 org.apache.coyote.http11.Http11Protocol start<br /> INFO: Starting Coyote HTTP/1.1 on http-8080<br /> 2010-mar-22 18:01:11 org.apache.jk.common.ChannelSocket init<br /> INFO: Port busy 8009 java.net.BindException: Address already in use<br /> 2010-mar-22 18:01:11 org.apache.jk.common.ChannelSocket init<br /> INFO: JK: ajp13 listening on /0.0.0.0:8010<br /> 2010-mar-22 18:01:11 org.apache.jk.server.JkMain start<br /> INFO: Jk running ID=1 time=0/102  config=null<br /> 2010-mar-22 18:01:11 org.apache.catalina.startup.Catalina start<br /> INFO: Server startup in 1383 ms<br /> micke@wilma:/var/log/tomcat6$]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1673.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1673.page</link>
				<pubDate><![CDATA[Mon, 22 Mar 2010 13:00:38]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ [quote]INFO: Port busy 8009 java.net.BindException: Address already in use [/quote]<br /> <br /> Do you have another application running that is listening on port 8009?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1674.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1674.page</link>
				<pubDate><![CDATA[Mon, 22 Mar 2010 13:05:31]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ i stopped Tomcat.. then<br /> <br /> Starting Nmap 4.53 ( <a class="snap_shots" href="http://insecure.org" target="_blank" rel="nofollow">http://insecure.org</a><img src="http://mango.serotoninsoftware.com/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /> at 2010-03-22 18:46 CET<br /> Interesting ports on 192.168.73.5:<br /> Not shown: 1708 closed ports<br /> PORT     STATE SERVICE<br /> 22/tcp   open  ssh<br /> 111/tcp  open  rpcbind<br /> 902/tcp  open  iss-realsecure-sensor<br /> 2049/tcp open  nfs<br /> 8009/tcp open  ajp13              &lt;--- Hmmm<br /> 9090/tcp open  zeus-admin<br /> ]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1675.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1675.page</link>
				<pubDate><![CDATA[Mon, 22 Mar 2010 13:35:24]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ Looks like another instance of Tomcat. Can you kill it?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1676.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1676.page</link>
				<pubDate><![CDATA[Mon, 22 Mar 2010 13:36:31]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:login.htm</title>
				<description><![CDATA[ i give up.. Testing a VMware solution in stead..<br /> <br /> Tanks for all help!!]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/348/1677.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/348/1677.page</link>
				<pubDate><![CDATA[Mon, 22 Mar 2010 16:07:03]]> GMT</pubDate>
				<author><![CDATA[ skunkworks]]></author>
			</item>
	</channel>
</rss>
