web-container

How to do a http redirect to https in Sun Application Server / Web Server?

Anyone have any idea? ...

Tool for managing multiple Java web container instances?

I'm looking for a Java Web Container (like jetty and tomcat) or a tool in which I can create/remove server instances through a management console. The problem is that my organization needs to create different instances of a test server for quality control testing (against different database configurations). Currently, I'm having to man...

Path to a file in a webapp under GlassFish

How do I specify the path to a file in a web application? I have a folder named 'templates' under WEB-INF, I've been told that under GlassFish v3 the path should look like this: ./WebContent/WEB-INF/templates but this way I'm getting a file not found exception. What do I have to change in order to make it work? ...