hi all,
this is my fist thread i ever did, can anybody help a beginner.
Problem is to configurate apache 1.3 to collaborate with tomcat 4.0.3.
apache functions well
tomcat too
the problem is:
the linux server has the ip 10.10.10.1 which is not inscribed in any dns server (so lookup from outside is not possible)
to enable apache to work with tomcat i had to add a virtual host:
<VirtualHost 10.10.10.1>
ServerName localhost
DocumentRoot /usr/local/jakarta.../webapps
WebAppConnection connection warp localhost:8008
WebAppDeploy examples connection /examples
</VirtualHost>
and in /usr/local/jakarta..../conf/server.xml the following server name "localhost"
but it does'nt work and in the err_log of apache the file
/usr/local/apache/htdocs/examples does'nt exist
what should i do?
this is my fist thread i ever did, can anybody help a beginner.
Problem is to configurate apache 1.3 to collaborate with tomcat 4.0.3.
apache functions well
tomcat too
the problem is:
the linux server has the ip 10.10.10.1 which is not inscribed in any dns server (so lookup from outside is not possible)
to enable apache to work with tomcat i had to add a virtual host:
<VirtualHost 10.10.10.1>
ServerName localhost
DocumentRoot /usr/local/jakarta.../webapps
WebAppConnection connection warp localhost:8008
WebAppDeploy examples connection /examples
</VirtualHost>
and in /usr/local/jakarta..../conf/server.xml the following server name "localhost"
but it does'nt work and in the err_log of apache the file
/usr/local/apache/htdocs/examples does'nt exist
what should i do?