Re: How to secure application

2002-12-12 Thread Andreas Hucks
I found another one at: http://www.onjava.com/pub/a/onjava/2001/07/24/tomcat.html, but I have a question about it, too: This seems to be a Tomcat-specific way. Is it? If it is, is there an equivalent method that works for all servlet 2.3 containers (besides writing my own filter to do it)?

Using filters to transform output

2002-12-09 Thread Andreas Hucks
Hi, I have an existing PHP application I want to port to Java servlets (I am an experienced programmer, but new to Java servlets). It is basically an admin interface for managing user accounts for community sites. To keep this as flexible and true to a MVC-pattern as possible, I figured I'd have

Where to place static content? Tomcat/Apache

2002-12-06 Thread Andreas Hucks
Hi, I am just starting with the Tomcat/Apache combo, so this is a rather basic question: With larger projects, is it better to place the static content with the webapp (being able to distribute it inside the .war) or to map just the servlets to Tomcat and have the rest served by Apache (better