> Good morning Nikola.
> What do you have in your http.conf file(s)?
> I assume Test.ev.co.yu is the machine you are running Tomcat on and is DNS
> resolvable?
Here it is.
#
# Global JK2 settings
<IfModule mod_jk2.c>
JkSet config.file /usr/opt/Apache-2.0.46W/config/add-on/workers2.properties
</ifModule>
<VirtualHost 192.168.61.18:80>
ServerName Kerberos-1.ev.co.yu:80
DocumentRoot /usr/users/test/public_html
ServerAdmin [EMAIL PROTECTED]
ErrorLog /usr/users/test/logs/error.log
CustomLog /usr/users/test/logs/access.log common
</VirtualHost>