You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Karoly VEGH <ka...@uta.at> on 2002/08/14 18:40:46 UTC

apache upgrade --> tomcat probs

Hi all,

i had an old apache 1.3.20 running on a Solaris 5.6, which i wanted to
update to apache 1.3.26.

I compiled the new apache succesfully, but it doesnt seem to work
togethet.

I have a JBoss-2.2.2 - Tomcat-3.2.2 pair installed, connector is mod_jk.

the problem:

the old apache version - when doing a simple http connection to the
server - jumps to a html file to a subdirectory in the htdocs directory.

in the log stands:

172.21.50.175 - - [14/Aug/2002:18:34:11 +0200] "GET / HTTP/1.1" 200 234
172.21.50.175 - - [14/Aug/2002:18:34:11 +0200] "GET /migration/auswahl.jsp HTTP/1.1" 302 175
172.21.50.175 - - [14/Aug/2002:18:34:11 +0200] "GET /migration/login.html HTTP/1.1" 200 4943

this tells me, that it is a redirect from tomcat.

with the new apache:

172.21.50.175 - - [14/Aug/2002:18:36:33 +0200] "GET / HTTP/1.1" 200 1468
172.21.50.175 - - [14/Aug/2002:18:36:33 +0200] "GET /apache_pb.gif HTTP/1.1" 200 2326

as you see, this makes no redirect, and in the browser I see the standard,
apache index.html, u know the "If you can see this, it means that the
installation of the Apache web server software on this system was
successful" one.

what i dont understand is, that i created the new httpd.conf from the old
one with just changing the paths

( sed 's/OLD_APACHE_PATH/NEW_APACHE_PATH/g' <oldhttpd.conf >newhttpd.conf )

with this of course the mod_jk.conf hadn't ben changed.

and after this, i really have no clue what i missed, and why doesnt it
work with the new apache.

any ideas?

thanks in advance,

charlie

-- 
Vegh Karoly


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