Can I use different UIDs/GIDs for different servlets or virtual hosts?
Yes, you can! The complete separation between the web server and the server engine allows you to connect multiple servlet engines to the same web server. If these servlet engines are started in standalone mode using the wrapper with different UID/GID, you end up having multiple secured servlet environments. Of course, this requires a different JVM for each secured servlet environment. For this reason, future releases will include a servlet sandbox to guarantee a comfortable security level without requiring multiple JVMs.
Related Questions
- Ah, it all works now. But wait - I now have three web sites hosted on the web server (as virtual hosts) on different ports - how do I make sure different rules get applied for the different hosts?
- Why is it not possible to use Name-Based Virtual Hosting to identify different SSL virtual hosts?
- Can a single IMP installation serve different virtual hosts?