Случилась странная весчь, попалась для ознакомительного прослушивания mp3. Запустив её в exaile, наблюдал предсмертную конвульсию последнего ввиде n-го кол-ва алертов о том, что кодек не установлен. Дальше на помощь пришел старый добрый mplayer. Запустив в нем файл из консоли подчерпнули полезную инфу о кодеке, а именно его название - libmad. Так вот, чтобы это все дело завелось в exaile плеере и ему подобному, нужно установить дополнительный пакет кодеков для gstreamer: gstreamer-plugins-ugly.
This tutorial shows how to run Fiji Demo application over HTTPS on Tomcat. 1. Create a certificate keystore by executing the following command: %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA and specify a password value of "changeit". The file .keystore will be created on your account. For Win machines: C:\Documents and Settings\%username% 2. Uncomment the "SSL HTTP/1.1 Connector" entry in $CATALINA_BASE/conf/server.xml and tweak as necessary. <!-- Define a SSL HTTP/1.1 Connector on port 8443 This connector uses the JSSE configuration, when using APR, the connector should be using the OpenSSL style configuration described in the APR documentation --> <!-- --> <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="...
Comments