Archives
Tags
Ajax Apache Apache Axis Beta BPM CA CA Plex cross browser CSS DB2 Web Query deeplink deep link documentation Dojo Dojo Chart Eclipse General Info Google International Internationalization Java JavaScript new release Newsletter Patch Performance servlet Session SSL Templates Tomcat Uncategorized Unicode WebClient web client Websphere Websydian XMLMeta
Category Archives: Performance
WebClient Web Application Server Listener
To add an application server web session listener to your WebClient application, ensure that this XML fragment is present under the web-app element in your web.xml. <listener> <listener-class>com.adcaustin.webclient.servletproxy.WebSessionListener</listener-class> </listener> When the listener is installed, then application clean-up will occur immediately when the session … Continue reading
Deploying WebClient Applications using Tomcat/Apache with SSL
There are benefits to running secure production WebClient/Websydian applications under a combination of both Tomcat and Apache. This configuration can be the highest performance option, and can be run under SSL for security. Tomcat and Apache are both free, open source software … Continue reading
Posted in Instructions, Performance, documentation
Tagged Apache, CA Plex, SSL, Tomcat, Websydian
Leave a comment
WebClient Benchmarking
Many web developers are interested in performance of their production web applications – as well they should be. Performance under load can be quite different than performance in a development environment or on your personal workstation. To give some guidance … Continue reading