tomcat on cpanel
have this setup:<VirtualHost xx.xx.xx.xx>
ServerAlias www.xx*********** xxx***********
ServerAdmin webmaster@xx***********
DocumentRoot /home2/xxxxxx/public_html
BytesLog domlogs/***********-bytes_log
User xxxxxx
Group xxxxxx
ServerName www.xxx***********
CustomLog domlogs/xx*********** combined
ScriptAlias /cgi-bin/ /home2/xxxxx/public_html/cgi-bin/
<IfModule mod_jk.c>
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
</IfModule>
</VirtualHost>
i dont know what does this mean? where this user can put his servlets file ?
what i did is enabled servlets to this website from WHM, but i dont know from where should the user could put his files?