Skip to main content

Posts

Showing posts from February, 2009

Fiji js script is not included in page

During usage of Fiji components you may get the js error that AC_FL_RunContent is not found. It is caused by RichFaces configuration of your application. Check if your web.xml contains the following code: <context-param> <param-name>org.richfaces.LoadScriptStrategy</param-name> <param-value>ALL</param-value> </context-param> Solutions: 1. Comment this param in web.xml (it can reduce perfomance) 2. Or add '<a4j:loadScript src="resource:///com/exadel/fiji/renderkit/html/AC_OETags.js"/>' on your page.

Running Fiji Demo application over HTTPS under Tomcat 6.0

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="

Линукс и обработка видео

На досуге захотелось обработать один видео ролик именно в Линуксе. Заюзал программу Kino, хорошая вещичка. Вроде как все потребности удовлетворяет, да вот только не нашел как одну вещь, а именно сделать кроп изображения - уменьшить его высоту. В аналогичной программе под окошками VirtualDub это получилось. Вот терь хотелось бы каким-нить путем сделать это и в Линуксе...