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

Posted in Instructions, Performance | Tagged | Leave a comment

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 , , , , | 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

Posted in Performance | Tagged , , | Leave a comment