Hi,
I seems JukeX is not connecting to SHOUTCAST, all I
see is Currently playing: STOPPED. In the
menu "coming next" I have titles appearing. Clicking on
play doesn't help. The SHOUTCAST server is up and
running (I can stream/listen with WinAMP). I don't see
any errors in the TOMCAT log files. How do I proceed to
investigate this problem?
JukeX 0.8.3.
SHOUTCAST v1.9.2
Logged In: YES
user_id=675035
Make sure you web.xml file contains the correct values.
This is what my web.xml file looks like, it might be of some
help.
class>com.neoworks.jukex.client.html.standard.StartupServlet
</servlet-class>
<init-param>
<param-
name>propertiesFilePath</param-name>
<param-
value>log4j.properties</param-value>
</init-param>
<init-param>
<param-
name>shoutBitrate</param-name>
<param-value>128</param-
value>
</init-param>
<init-param>
<param-
name>shoutPublic</param-name>
<param-value>no</param-value>
</init-param>
<init-param>
<param-
name>shoutServer</param-name>
<param-value>localhost</param-
value>
</init-param>
<init-param>
<param-name>shoutPort</param-
name>
<param-value>8001</param-
value>
</init-param>
<init-param>
<param-
name>shoutTrackinfoport</param-name>
<param-value>8000</param-
value>
</init-param>
<init-param>
<param-
name>shoutPassword</param-name>
<param-value>badabing</param-
value>
</init-param>
<init-param>
<param-
name>shoutName</param-name>
<param-value></param-value>
</init-param>
<init-param>
<param-
name>shoutDescription</param-name>
<param-value></param-value>
</init-param>
<init-param>
<param-name>shoutUrl</param-
name>
<param-
value>http://mp3:8000/listen.pls</param-value>
</init-param>
<init-param>
<param-
name>shoutGenre</param-name>
<param-value>deeznutz</param-
value>
</init-param>
<load-on-startup>0</load-on-startup>
</servlet>