Hi all, I read the Tomcat documentation, but I still have some problems when I try to integrate Apache Web Server with Tomcat.
Can I use virtual hosts without DNS server installed and running? How can I invoke jsp files through URL conform the following piece of configuration in my httpd.conf? For example: I type http://myhost to invoke the apache web page. What do I do when I want to invoke a jsp files in Tomcat subdirectory? Is there anything wrong in my httpd.conf? <---------------------------------------------------------------------- # Load mod_jk # LoadModule jk_module libexec/mod_jk.so # Configure mod_jk # JkWorkersFile /usr/local/jakarta-tomcat-4.0.3/conf/jk/workers.properties JkLogFile /usr/local/apache/logs/mod_jk.log JkLogLevel info # First Virtual Host. # <VirtualHost 10.0.0.1:80> DocumentRoot /usr/local/jakarta-tomcat-4.0.3/webapps/myapp ServerName host1.apache.org JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 </VirtualHost> -----------------------------------------------------------------------> Regards, Mauricio Lin. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
