A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Products
»
Tomcat
Author
integrate Tomcat and Apache
Tom Silver
Greenhorn
Joined: May 05, 2003
Posts: 1
posted
May 06, 2003 00:04:00
0
Hello,
I am new to Apache. I followed the directions in the following link
http://www.johnturner.com/howto/winxp-howto.html
and passed all the verification steps ("Checking Your Installation") at the end, especially I was able to get the same static page by pointing to
http://localhost:8080/examples/jsp/index.html
(my Tomcat4.1.18 port=8080) and
http://localhost/examples/jsp/index.html
(my Apache port=80). However, though the
servlet
ran without problem at
http://localhost:8080/servlet/HelloWorld,
I was unable to get redirected from Apache if I pointed to
http://localhost/servlet/HelloWorld.
Could someone please help?
---------------
Error
msg
Not Found
The requested URL /servlet/HelloWorld was not found on this server.
--------------------------------------------------------------------------------
Apache/2.0.44 (Win32) Server at localhost Port 80
Pedro Garcia
Greenhorn
Joined: Sep 12, 2002
Posts: 15
posted
May 06, 2003 13:36:00
0
take a look at:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html
Pedro
subject: integrate Tomcat and Apache
Similar Threads
Tomcat install on Windows XP Problems
Configure Apache 2.0.47 and tomcat. 4.1.24 for mod_jk2
Apache -> Tomcat servlet problem
howto invoke servlet
tomcat
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter