You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carlos <li...@lpis.com> on 2002/06/10 14:43:54 UTC

apache and tomcat working

HEllo this is my fist question.
i have install in a linux machine apache and tomcat.
but i have several questions:
1.- the documentroot in apache i havbe in /usr/local/httpd/htdocs. and the
tomcat in /Opt/jakarta/webapps/ROOT. How can i changhe the tomcat
documentroot to /usr/local/httpd/htdocs?
2.- i dont want that tomcat response in the 8080 port, i only want to show,
the tomcat, the jsp pages. How ca i make this?

thanks



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: apache and tomcat working

Posted by FEDERICO MARTIN LARA <i5...@uco.es>.
Try this:

In the file server.conf (directory conf)

1.- Go to the section <host>
2.- Search a line like this: <Context path="ROOT" docBase="ROOT"...
3.- Replace the docBase parameter value by the path /usr/local/httpd/htdocs
and save the changes.

Excuse my english. I'm spanish

-----Mensaje original-----
De: Carlos [mailto:linux@lpis.com]
Enviado el: lunes, 10 de junio de 2002 14:44
Para: tomcat-user@jakarta.apache.org
Asunto: apache and tomcat working


HEllo this is my fist question.
i have install in a linux machine apache and tomcat.
but i have several questions:
1.- the documentroot in apache i havbe in /usr/local/httpd/htdocs. and the
tomcat in /Opt/jakarta/webapps/ROOT. How can i changhe the tomcat
documentroot to /usr/local/httpd/htdocs?
2.- i dont want that tomcat response in the 8080 port, i only want to show,
the tomcat, the jsp pages. How ca i make this?

thanks



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>