Nt the most elegant way to do it, but until you can put Joshua's solution
up, why don't you just create a blank index.html... (you must have
DirectoryIndex index.html )
So if they try:
www.myweb.com/welcome/
It would open that blank page.
Cheers,
Ismael
___
In many cases, apache httpd is placed on port 80 and tomcat is placed
on a higher port with httpd forwarding to tomcat either using HTTP or
AJP. In apache httpd 2.2 you can look at mod_proxy_ajp and
mod_proxy_http as possible connectors.
Joshua.
Thanks, what I mean is, how to get apache itse
Guys, I'm having a problem trying to run both apache and tomcat at the same
port.
I'm able to run both of them when using different ports, but at the same
port apache simply won't run at all.
can you please point me to some paper or something explaining how to do it?
apache2
tomcat 5.5
Fedor
Guys, I'm having a problem trying to run both apache and tomcat at the same
port.
I'm able to run both of them when using different ports, but at the same port
apache simply won't run at all.
can you please point me to some paper or something explaining how to do it?
apache2
tomcat 5.5
Fedora