Hello, does anyone of you have experience with the following:
I try to create a modular webapp/website that (for example) might consist of a forum, a guestbook and other "modules". Granted that I had a folder "greatsite" in the webapps folder of my servlet container, and make my domain point to this folder, I would usually create a sub folder called "forum" to make it available under http://mydomain.eu/forum. If I did that, the disadvantage would be obvious: For example, in order to install new classes for the forum, I would have to restart the whole "greatsite" web application to make my servlet container recognize the new classes. (Granted that class reloading were impossible) Is there a smooth way to avoid this? My first guess was to install separate web applications (for my forum and guestbook) in the servlet container (Tomcat or Enhydra). Tell me if I'm wrong, but this would prevent me from using the Struts' Tiles framework across the independent web applications, wouldn't it? Maybe Tiles can even be used between independent web apps, maybe it is a simple configuration problem that can be solved easily, but I didn't figure out a solution yet. I hope I was able to explain my concern comprehensibly, please let me know how to come closer to my objective. :-) I'm very much looking forward to your answers. Thank you in advance. Best regards, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]