Just a quick and dirty solution, but a litle bit easier than adding
<Directories>:
cd $TOMCAT_HOME/webapps
ln -s /home/$user/public_html/MC101.war ${user}.war
.
.
.
Is there a way to make apache/iis/ns react to .war files automagically?
Perhaps the connector could register a content type for those wars, and send
tomcat a url for operation...
djordan@unan.edu.ni wrote:
>
> Is this possible? Or is the only way to define a <Directory> for
> each individual user. This would be messy as there are over 100
> students.
|