|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Problem with Apache, IIS and Tomcat on same machine
Hello everybody:
I have IIS (running on 80), Apache HTTP server for Oracle 9i(running on 8080) and Tomcat(on port 8005). I configured IIS to redirect all the servlet commands to tomcat by making virtual directory under IIS. Also, Tomcat was installed after Apache. Now, typing this is fine : http://localhost/ -gives me windows xp page. typing this is fine: http://localhost:8080/ -gives me Oracle servlet engine. But I can't get this to work: http://localhost/examples/jsp/index.html To summarize, I want IIS to redirect all servlet calls to Tomcat. Any help will be highly appreciated. Thanks |
|
#2
|
|||
|
|||
|
http://localhost/examples/jsp/index.html
I think it should be it should be http://localhost/jsp-examples I have not used IIS ...so if something else is going one not sure. I use apache and mod_jk to foward request to Tomcat. You have to have the mod_jk connector setup for it to work it is what fowards the request to tomcat. I am not certain what IIS uses. Only other thing can think of is tomcat uses port 8080 to listen to connector request. You can check by going to your server.xml file in tomcat. Find section starts with connector. Should say port=" 8080" |
|
#3
|
|||
|
|||
|
do you even have the mod_jk redirector for iis in the first place? if not, then you need to download that dll and setup it up.
__________________
Apache Expert |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > Problem with Apache, IIS and Tomcat on same machine |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|