Posts Tagged ‘tomcat’

What i’m about to show you is not really much of a tutorial but more of an example of one way of working with eclipse and deploying your seam based web app to tomcat. If you’re ok with JBoss, then go with it, nothing beats the support and ease of configuration that the JBoss AS [...]

Monday, April 13th, 2009 at 23:25 | 4 comments
Categories: Seam

More often than not you are required to secure your login pages and certain admin resources using secured socket layer (SSL) or TLS. This can be quite a task if you go around manually redirecting all your http requests to https and then configuring your server. Whats worse is that another team member may forget [...]

Wednesday, February 11th, 2009 at 18:28 | 1 comment
Categories: Tips & Tricks
TOP